Replies: 3 comments
-
https://docs.cloudfoundry.org/api/uaa/version/77.4.0/index.html#token Would the passcode flow work? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can get an access_token without it, but you need to be logged in. The passcode is providing this.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
close |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Good Morning,
I was exploring a use case:
I was hoping to create a client_credentials type of token request, but allow it to pass claims along with the request so that I could get a user access token back for a given user.
I want to give full trust to the oauth client to retrieve user tokens. I already have the user authenticated, but I want to generate an api access token for a 3rd party for that user; so I want to use a client_id and client_secret, and embed claims in the request so that the token retrieved has the user's information in the response.
any luck?
Beta Was this translation helpful? Give feedback.
All reactions