Okta.Sdk.Model.TestInfoOidcTestConfiguration
October 3, 2024 ยท View on GitHub
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`) |