Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 1.09 KB

File metadata and controls

10 lines (6 loc) · 1.09 KB

Okta.Sdk.Model.ApplicationSignOnMode

Authentication mode for the app | signOnMode | Description | | - -- -- -- -- - | - -- -- -- -- -- | | AUTO_LOGIN | Secure Web Authentication (SWA) | | BASIC_AUTH | HTTP Basic Authentication with Okta Browser Plugin | | BOOKMARK | Just a bookmark (no-authentication) | | BROWSER_PLUGIN | Secure Web Authentication (SWA) with Okta Browser Plugin | | OPENID_CONNECT | Federated Authentication with OpenID Connect (OIDC) | | SAML_1_1 | Federated Authentication with SAML 1.1 WebSSO (not supported for custom apps) | | SAML_2_0 | Federated Authentication with SAML 2.0 WebSSO | | SECURE_PASSWORD_STORE | Secure Web Authentication (SWA) with POST (plugin not required) | | WS_FEDERATION | Federated Authentication with WS-Federation Passive Requestor Profile | Select the signOnMode for your custom app:

Properties

Name Type Description Notes

[Back to Model list] [Back to API list] [Back to README]