Generally all IDP’s use Email and Password to validate the Identity. How does Okta solve this problem?
User 1 -> (EmailId1) -> Password(1) - Website X
User 1 -> (EmailId1) -> Password(2) - Website Y
Thanks
Ganesh B
Generally all IDP’s use Email and Password to validate the Identity. How does Okta solve this problem?
User 1 -> (EmailId1) -> Password(1) - Website X
User 1 -> (EmailId1) -> Password(2) - Website Y
Thanks
Ganesh B
Hi @gansa1986
Depending on the service provider’s implementation, you can use one of the following methods through Okta as IdP
Secure Web Authentication (browser plugin to securely inject credentials in login forms)
SAML
OIDC
https://developer.okta.com/docs/api/resources/oidc
WS-Fed
https://help.okta.com/en/prod/okta_help_CSH.htm#ext_Apps_Configuring_WS_Federation
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.