Supported OIDC Configuration
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:
Generic OIDC Configuration
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
, whereregion
depends on where your account is registered (us1
oreu1
).
See provider-specific documentation follows below.