OIDC test details
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`) |