spring-authorization-server
spring-authorization-server copied to clipboard
How-to: Configure your own user storage
Publish a guide on How-to: Customize the user storage
- How to use your own persistent user model (with additional attributes like first name, last name, address, etc.) instead of the core user model from spring security to make sense of the OIDC scopes like profile, address or phone.
Related gh-499
Also related to gh-537
@andifalk
How to use your own persistent user model
The "How-to: Customize the OpenID Connect 1.0 UserInfo response" demonstrates how you can use your own persistent user model. Is this sufficient to close this issue?
Hi @jgrandja, yes, this seems to be sufficient to close this issue. Checked it with my own customized version of the spring authorization server.
Great, thanks @andifalk