OIDC Applications
Each OIDC integration is between your tenant and an application that uses OIDC for authentication.
Each one is managed independently. Changes affect only that specific integration, and determine how authentication is processed for the associated application.
Use caution when modifying configuration. Updates are applied to the tenant as soon as possible & may disrupt authentication if configured incorrectly. We recommend saving a copy of existing configuration before making changes.
Add OIDC Application To Proxy
Sign in to the Cirrus Console.
Once signed in, select the gear next to the tenant you want to update.
Scroll to the “Applications” section.
You will be able to adjust your view to only your OIDC applications.
Use the “+ Add OIDC Application” option under “Configuration”.
You'll need a name, description, scopes, redirect URI's, etc.
Input the required configuration data.
Once finished, save your configuration.
If this is a new registration, Cirrus will securely display credentials exactly once. You'll need the .well-known configuration file to integrate the application with Proxy for authentication.
Important Notes
- "Confidential" refers to an application capable of securing client secrets, like a traditional server-side application. Javascript-based (also called "SPA" or "Single Page Apps") are not considered confidential.
- OIDC supported scopes are:
openid,email,profile. - Post-Logout Redirect URIs are a list of URLs where Proxy may send the user after logout.
- If your application opts to perform OIDC logout via the
end_session_endpointURL (located in the.well-knownmetadata) you may provide a value from this list in thepost_logout_redirect_uriparameter.