-
Hi dear community, Today i'm moving from internal to OIDC auth on my Portainer instance and on my Outline instance. But i have difficulties on this. It seems like both of my apps cannot retrieve user's information (traits like "email" or "preferred_username"). Outline is for sure wanting this type of response : {
"email": "string",
"preferred_username": "string"
} but it is receiving this instead: {
"amr": [
"password"
],
"aud": [
"string"
],
"auth_time": "number",
"iat": "number",,
"iss": "string",
"rat": "number",,
"sub": "string"
} Portainer isn't showing the username of the user who failed to login so i assume it's the same issue. Am i going to the good endpoint ? (https://hydra.example.com/userinfo) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
My guess is the
|
Beta Was this translation helpful? Give feedback.
My guess is the
email
andprofile
scopes aren't being granted for some reason. The reason for this may include:email
andprofile
scopes.