Single Sign-On

OpenID is an identity protocol that enables your users to sign in to Prelude Detect using an Identity Provider. The providers supported by Prelude at this time are:

  • Azure
  • Google
  • Okta

When attaching any of these providers to your Prelude account, you will need to provide three pieces of information:

  • Client Id
  • Client Secret
  • Configuration Url (this should always end in .well-known/openid-configuration)

From your OIDC platform, you'll also need to set the redirect_url to Prelude's callback endpoint:

  • https://api.<region>.preludesecurity.com/iam/account/login, where region depends on where your account is registered (us1 or eu1).

See provider-specific documentation follows below.