Okta.Sdk.Model.ProtocolOidc
January 28, 2026 ยท View on GitHub
Protocol settings for authentication using the OpenID Connect Protocol
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Algorithms | OidcAlgorithms | [optional] | |
| Credentials | OAuthCredentials | [optional] | |
| Endpoints | OAuthEndpoints | [optional] | |
| Issuer | ProtocolEndpointOidcIssuer | [optional] | |
| OktaIdpOrgUrl | string | URL of the IdP org | [optional] |
| Scopes | List<string> | OpenID Connect and IdP-defined permission bundles to request delegated access from the user > Note: The IdP type table lists the scopes that are supported for each IdP. | [optional] |
| Settings | OidcSettings | [optional] | |
| Type | string | OpenID Connect Authorization Code flow | [optional] |