How to Connect OpenID Connect
How to Connect any Other OIDC Application with CloudZero
-
Create a new OIDC Single-Page Application
-
Select
- Implicit (Hybrid)
- PKCE Required
- Redirect URI:
https://cloudzero.auth0.com/login/callback
-
Assign at least these Scopes:
openid
email
profile
-
Ensure that the
email_verified
attribute is mapped- this is the default for many IdPs, but not for all
-
For our form, you will need the
- Client ID
- OIDC Discovery Metadata URL: https://developer.okta.com/docs/reference/api/oidc/#well-known-openid-configuration
Updated 2 months ago