Skip to content

Usage of the user's id_token #79

Discussion options

You must be logged in to vote

The suggestion from @AlvaroVillanueva to use the access_token has been tested and shown to work.
The client through which the token is obtained must be configured to receive the access_token as a JWT (this is an option in Gluu at least).

Through testing it has been verified that the access_token (as JWT) can be used by the resource-guard in the UMA flow to exchange the ticket for an RPT and so assert the policy decision - this also works for rules that specify is_operator.

The access_token should be obtained with a refresh_token that can be used to cope when the short-lived access_token expires.
The access_token should be provided in the Authorization: Bearer <token> request header in the…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@AlvaroVillanueva
Comment options

@rconway
Comment options

@AlvaroVillanueva
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by rconway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants