-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get user detail in proxy api #933
Comments
@aroopghoshtarento Can you show how you're creating the user and how you're sending such header? |
I created the user from eg users create |
policies: |
@aroopghoshtarento I'm assuming you're using the opaque token and not the JWT, is that correct? |
By the way this is a duplicate of #888 — let's keep the conversation there. |
Hi,
I am using oauth2 policy and i need to get the logged in user detail in my proxy endpoint, but i am could not able to get that. I tried using forwardHeaders, but in that i get consumers but not the users.
The text was updated successfully, but these errors were encountered: