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
{{ message }}
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.
It seems that the profile attributes (name, email, roles etc) are not being passed in the jwt when making the server call. So the spring backend cannot resolve these and return UNKNOWN_USER.
Is there any other config to be done to make this happen?
The text was updated successfully, but these errors were encountered:
@chenkie This really should be included in all the examples but most importantly in the Custom Login example.
I couldn't find this in the new docs or examples anywhere and took me a while to guess the right "format" for providing this even though it might be "obvious" for those who have used Auth0 for a while.
Anyway, assuming you are using a Custom Login page you can use this which is exactly the same as the Custom Login example with the addition of the scope property being added to the object in the login method call (with whatever scope objects you're looking for from the user profile):
It seems that the profile attributes (name, email, roles etc) are not being passed in the jwt when making the server call. So the spring backend cannot resolve these and return UNKNOWN_USER.
Is there any other config to be done to make this happen?
The text was updated successfully, but these errors were encountered: