Configure SSO with Microsoft Entra
- Sign in to the Rapidfort Platform using an admin account.
- Navigate to Settings > Single sign-on.
- Complete the SSO configuration fields:
- Display Name: This is the name that will appear on Azure's dashboard for this application.
- Client ID: The ID that the application uses to request authentication or access tokens from Azure.
- Client Secret: Used alongside the Client ID to securely authenticate the application to Azure.
- Well-Known URI: A URI to retrieve metadata related to Azure’s configuration (e.g., authorization and token endpoints).
- IDP Scope: Defines the specific user information or resources requested during authentication.
How to generate Client ID and Client Secret from Entra Admin Console
To generate the Client ID and Client Secret:
- Navigate to Applications > App registrations
- Click New registration and:
- Set Redirect URI to Web.
- Fill in other required fields based on your organization’s needs.
- Click Register.
- After registration, you’ll be redirected to the app overview page:
-
Copy the Application (client) ID and paste it on the web UI of Rapidfort platform
-
Under the Manage section, navigate to Certificates & secrets.
- New client secret
- Fill in the Description and set the expiration time. Click Add
- Copy the Value of the new client secret. Paste this value in the Rapidfort platform under Client Secret.
- For the Well-Known URI, Go back to Overview and Click on Endpoints
- Copy the OpenID Connect metadata document link, and use it as the Well-Known URI in the Rapidfort platform.
- Fill in the IDP Scope based on your organization’s authentication requirements, then click Submit.
- After submission, you will see two IDP Redirect URLs.
- Return to the Entra Admin Console > Overview for the app registration. Click Add a Redirect URI.
- On the new page, Click on Add a platform under Platform configuration
- Click Web in the Configure Platforms screen
- Add your Redirect URIs from the IDP redirect URIs you got from the Rapidfort UI
- Add both Redirect URIs you received from Rapidfort and Save the configuration
- Sign out of the platform
- Test the new SSO configuration by signing in again using your organization’s Azure credentials.
Your Single Sign-On setup with Azure Entra for the Rapidfort platform is now complete.