You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Spring Boot users who want to change the property of the User Info response that is used to create a username, they can easily change this by specifying the user-name-attribute. However, if the username is nested this does not work. For example, X wraps responses in a data property which means the username is data.username
For Spring Boot users who want to change the property of the User Info response that is used to create a username, they can easily change this by specifying the
user-name-attribute
. However, if the username is nested this does not work. For example, X wraps responses in a data property which means the username isdata.username
Unfortunately, this currently requires quite a bit more work than a non-nested property.
We could consider a way to access nested properties or to simplify transform the response so it is not nested (probably preferred).
The text was updated successfully, but these errors were encountered: