spring-authorization-server icon indicating copy to clipboard operation
spring-authorization-server copied to clipboard

How-to: Configure your own user storage

Open andifalk opened this issue 3 years ago • 1 comments

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

andifalk avatar Jan 19 '22 16:01 andifalk

Also related to gh-537

sjohnr avatar Jan 21 '22 22:01 sjohnr

@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?

jgrandja avatar Dec 20 '22 20:12 jgrandja

Hi @jgrandja, yes, this seems to be sufficient to close this issue. Checked it with my own customized version of the spring authorization server.

andifalk avatar Dec 22 '22 12:12 andifalk

Great, thanks @andifalk

jgrandja avatar Dec 22 '22 14:12 jgrandja