-
Notifications
You must be signed in to change notification settings - Fork 150
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
UMA 1.0.1 : use signed JWT RPT #111
Comments
publish whether RPT is JWT on /.well-known/uma-configuration [8:07:04 PM | Edited 8:07:07 PM] Gluu - Michael Schwartz: 'local_token_introspection': 'true' |
RPT can be both JWT or access_token. It should be configurable via oxauth configuration. |
Support to issue RPT as JWT is added:
|
How is the RPT signed? Should the RPT signing algorithm also be specified in /.well-known/uma-configuration ? |
@nynymike it is signed based on client information for ID Token:
I've stick to ID Token signing&encryption info. Do we want to keep that separately for RPT? If yes then we need to add it to dynamic client registration.
|
Let the client register specifying signing for the id_token--we can just re-use for the rpt. But I think we should explicitly list this in uma discovery so its clear. |
reopened the issue : we need to add signing&encryption info explicitly to uma discovery. |
We have to publish on uma discovery following:
|
Done in cb5d08e |
UMA 1.0.1 : use JWT RPT
The text was updated successfully, but these errors were encountered: