Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.41 KB

TestInfoOidcTestConfiguration.md

File metadata and controls

14 lines (10 loc) · 1.41 KB

Okta.Sdk.Model.TestInfoOidcTestConfiguration

OIDC test details

Properties

Name Type Description Notes
Idp bool Read only.<br>Indicates if your integration supports IdP-initiated sign-in flows. If `sso.oidc.initiateLoginUri` is specified, this property is set to `true`. If `sso.oidc.initiateLoginUri` isn't set for the integration submission, this property is set to `false` [optional] [readonly]
Sp bool Read only.<br>Indicates if your integration supports SP-initiated sign-in flows and is always set to `true` for OIDC SSO [optional] [readonly]
Jit bool Indicates if your integration supports Just-In-Time (JIT) provisioning [optional]
SpInitiateUrl string URL for SP-initiated sign-in flows (required if `sp = true`)

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