Skip to content

Commit

Permalink
updates oauth vs saml blog
Browse files Browse the repository at this point in the history
  • Loading branch information
jscyo committed Jul 10, 2024
1 parent c98a9aa commit 0327109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/saml-vs-oauth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ OIDC operates by leveraging OAuth 2.0’s authorization flows and adding an iden
- **Authentication**: OIDC provides an identity layer on top of OAuth 2.0, enabling user authentication in addition to authorization. OAuth 2.0 alone is primarily for authorization.
- **User Information**: OIDC allows client applications to retrieve authenticated user information through identity tokens and the userinfo endpoint, which OAuth 2.0 does not provide natively.

Read our blog, OIDC vs OAuth, for a more detailed explanation of the differences between the two protocols.
Read our blog, [OIDC vs OAuth](https://supertokens.com/blog/oauth-vs-oidc), for a more detailed explanation of the differences between the two protocols.

### OIDC vs SAML

Expand Down

0 comments on commit 0327109

Please sign in to comment.