Skip to content

Commit

Permalink
chore: add saml2 bearer assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelgautier committed Sep 3, 2024
1 parent a7fc4af commit f667735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Where to discover learning resources about OpenID Connect.
- [password](https://datatracker.ietf.org/doc/html/rfc6749?grant_type=password#section-4.3) - OAuth 2.0 Resource Owner Password Credentials Grant Type which is not recommended to use anymore.
- [urn:ietf:params:oauth:grant-type:device_code](https://datatracker.ietf.org/doc/html/rfc8628) - OAuth 2.0 Device Authorization Grant focused on interaction with user outside of a browser context like smart TVs.
- [urn:ietf:params:oauth:grant-type:jwt-bearer](https://datatracker.ietf.org/doc/html/rfc7523) - JSON Web Token (JWT) Profile for OAuth 2.0 used to authorize a client to get an access token with another JWT issued by a trusted provider.
- [urn:ietf:params:oauth:grant-type:saml2-bearer](https://datatracker.ietf.org/doc/html/rfc7522) - Security Assertion Markup Language (SAML) 2.0 Profile for OAuth 2.0 used to authorize a client to get an access token with a SAML assertion issued by a trusted provider.
- [urn:ietf:params:oauth:grant-type:token-exchange](https://datatracker.ietf.org/doc/html/rfc8693) - OAuth 2.0 Token Exchange is a Grant Type which provides a way to get tokens from another token and give the ability to add an actor claim.
- [Proof Key for Code Exchange (PKCE) Extension](https://datatracker.ietf.org/doc/html/rfc7636) - Extension of the Authorization Code flow adding security layer against code interception attack.

Expand Down

0 comments on commit f667735

Please sign in to comment.