How can I get username when call /admin/oauth2/introspect #3389
Unanswered
AnastasiaZaytseva
asked this question in
Q&A
Replies: 3 comments
-
Hello @AnastasiaZaytseva, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello here!
Since hydra 2.x it's impossible to set custom
client-id
.Ok, in this case, I would get
username
attribute in response of/introspect
endpoint. IntrospectedOAuth2TokenOr any custom attribute where I can pass my old identifier instead of client-id for mapping it for consistency.
But I can't get it. I have empty username.
Maybe I need some specific setting, I don't know.
Please, can you help me understand it?
So it's my steps:
1. create client
Request
Response
2. Get token
Request
Response
3. Make /admin/oauth2/introspect request
Request
Response
Beta Was this translation helpful? Give feedback.
All reactions