How to use your own identity provider
openid
: Essential for OIDC to function, used to perform authentication.profile
: Access to the user’s personal information such as name and picture.email
: Access to the user’s email address.{BASE_URL}
with the base URL of your Rallly instance and add it to
the list of allowed redirect URIs..well-known/openid-configuration
endpoint for your OIDC provider_CLAIM_PATH
fields to access nested objects.