Hi,
I am trying to find a good source of information for when to use SAML vs OIDC with OKTA.
Can you point me to something in the docs where I can read what is/isn’t supported with both scenarios?
Thx in advance.
Hi,
I am trying to find a good source of information for when to use SAML vs OIDC with OKTA.
Can you point me to something in the docs where I can read what is/isn’t supported with both scenarios?
Thx in advance.
Hi @brang
When using SAML, you are sending an assertion containing the user and/or group attributes to a service provider which then evaluates the details and logs in the user.
When using OIDC, you are requesting specific details from Okta through scopes which sends afterwards the JWT tokens to the service provider. This gives a more granular approach, as you can request only specific details for each OIDC application.
Here are a few references in the documentation to set-up an application that uses either of the methods
Hi @dragos,
Can I use SAML for authenticating service-to-service? There are 2 scenarios there:
thx in advance
Hi @brang
Unfortunately we do not support this SAML scenario in Okta. The best way to achieve the use-cases would be by using OIDC.
OAuth client credentials flow should be used: https://developer.okta.com/authentication-guide/implementing-authentication/client-creds
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.