Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1018 Bytes

Oidc.md

File metadata and controls

14 lines (10 loc) · 1018 Bytes

Okta.Sdk.Model.Oidc

OIDC configuration details

Properties

Name Type Description Notes
Doc string The URL to your customer-facing instructions for configuring your OIDC integration. See Customer configuration document guidelines.
InitiateLoginUri string The URL to redirect users when they click on your app from their Okta End-User Dashboard [optional]
PostLogoutUris List<string> The sign-out redirect URIs for your app. You can send a request to `/v1/logout` to sign the user out and redirect them to one of these URIs. [optional]
RedirectUris List<string> List of sign-in redirect URIs

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