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 URIs:
      • https://auth.cloudzero.com/login/callback
      • 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

  6. You can use https://app.cloudzero.com?connection=sso as the Bookmark or Website URL for this application in your IdP.