Okta.Sdk.Model.IdentityProviderProtocol
January 28, 2026 ยท View on GitHub
IdP-specific protocol settings for endpoints, bindings, and algorithms used to connect with the IdP and validate messages
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Algorithms | OidcAlgorithms | [optional] | |
| Credentials | IDVCredentials | [optional] | |
| Endpoints | IDVEndpoints | [optional] | |
| OktaIdpOrgUrl | string | URL of the IdP org | [optional] |
| RelayState | SamlRelayState | [optional] | |
| Settings | OidcSettings | [optional] | |
| Type | string | ID verification protocol | [optional] |
| Scopes | List<string> | IdP-defined permission bundles to request delegated access from the user. > Note: The identity provider type table lists the scopes that are supported for each IdP. | [optional] |
| Issuer | ProtocolEndpointOidcIssuer | [optional] |