Support Identity Assertion JWT Authorization Grant (ID-JAG) #411
Akankshabhasin
started this conversation in
Ideas
Replies: 0 comments
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.
-
Description
The Identity Assertion JWT Authorization Grant (ID-JAG) is an emerging OAuth draft that enables an application to obtain an access token for a third-party API through a common enterprise identity provider.
It builds on RFC 8693 (OAuth 2.0 Token Exchange) and RFC 7523 (JWT Bearer Grant)
The flow works in two steps:
Why this matters
This enables enterprise cross-application API access, allowing identity providers to mediate authorization between services while preserving the original user identity.
References
Beta Was this translation helpful? Give feedback.
All reactions