user1048378
user1048378

Reputation: 305

How does one extend the User model on cloudfroundry UAA

We are currently evaluating using Cloud Foundry UAA as an OAuth 2.0 authorization server and I have not been able to find any documentation around how to extend the user model.

I see that UAA leverages SCIM, which is itself extensible, but how does one specify how to retrieve/save the custom attributes from a persistent store?
(e.g. is there, for example, a user details service or provider one can implement and inject?)

Upvotes: 1

Views: 181

Answers (1)

user3105248
user3105248

Reputation: 1

Seems like this was raised, and closed. I'd be interested in the solution here as well. Pivotal Issue Tracker link

According to the git comments there are no plans to make UAA a user store, and therefore no plans to allow the user model to be extended. Github Issue #554 link

Upvotes: 0

Related Questions