Documentation Index
Fetch the complete documentation index at: https://support.rallly.co/llms.txt
Use this file to discover all available pages before exploring further.
Available in v3.4.0 and later.
Setup
Setup
- Open the Google Cloud Credentials tab: https://console.developers.google.com/apis/credentials
-
Create an OAuth client ID. This gives you a
GOOGLE_CLIENT_IDandGOOGLE_CLIENT_SECRET. - Set Authorized redirect URIs to include your full domain and the callback path:
GOOGLE_CLIENT_ID
The client ID of your Google application.
GOOGLE_CLIENT_SECRET
The client secret of your Google application.
Microsoft
Setup
Setup
Follow the Microsoft Entra ID quickstart to register an application.After creating the application, set the redirect URI to:
MICROSOFT_TENANT_ID
The tenant ID of your Microsoft application.
MICROSOFT_CLIENT_ID
The client ID of your Microsoft application.
MICROSOFT_CLIENT_SECRET
The client secret of your Microsoft application.
OpenID Connect (OIDC)
If your identity provider supports OAuth 2.0 with OpenID Connect, you can use it to authenticate users on your Rallly instance.Required scopes
Your OAuth 2.0 application needs these scopes:openid— perform authentication (required).profile— access name and picture.email— access the user’s email address.
Callback URL
Your identity provider should redirect the user back to:Configuration
All required fields must be set for OIDC to be enabled.Display name of your provider as shown on the login page.
URL of the
.well-known/openid-configuration endpoint for your OIDC provider.The client ID of your OIDC application.
The client secret of your OIDC application.
Path to the claim that contains the user’s name.
Path to the claim that contains the user’s email address.
Path to the claim that contains the user’s profile picture.
Use dot notation in
_CLAIM_PATH fields to access nested objects.