-
Hello, This javascript library is good for OIDC authentication. Does this library works for OAuth2 SAML Authentication? . Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
ayZagen
Aug 10, 2023
Replies: 1 comment 1 reply
-
Hi @maswatha, OIDC and SAML are completely different protocols. But, there are some Identity Providers supports both of them. So, if your provider supports initiating SAML request with OIDC/OAuth2 than this library would work too. Note: OIDC is built on top of OAuth2. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ayZagen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @maswatha,
OIDC and SAML are completely different protocols. But, there are some Identity Providers supports both of them. So, if your provider supports initiating SAML request with OIDC/OAuth2 than this library would work too.
Note: OIDC is built on top of OAuth2.