How to Connect OpenID Connect

How to Connect any Other OIDC Application with CloudZero

  1. Create a new OIDC Single-Page Application

  2. Select

    • Implicit (Hybrid)
    • PKCE Required
    • Redirect URI: https://cloudzero.auth0.com/login/callback
  3. Assign at least these Scopes:

    • openid
    • email
    • profile
  4. Ensure that the email_verified attribute is mapped

    • this is the default for many IdPs, but not for all
  5. For our form, you will need the