Skip to main content
To use Microsoft for SSO there are two possible options to follow. One is Social Sign-In which works with any tenant and requires accepting RAD Security application in your Microsoft environment (described in separate document) or Enterprise SSO using your own application that has access only to your Active Directory tenant.

Configuration

Navigate to Azure Portal to Entra ID service:
  1. Make sure you are on the right tenant
  2. Select Add → App registration
  3. Fill in the form with the following values:
    • Name: RAD Security (or choose a name that works for you best)
    • Supported account types: Accounts in this organizational directory only (Default Directory only - Single tenant)
    • Redirect URI: leave empty
Azure App Registration
  1. Share Application (client) ID with RAD Security
  2. Share Directory (tenant) ID with RAD Security
  3. Click Add a certificate or secret
  4. Click New client secret
  5. Add description and set expiration (for example 24 months)
Azure Client Secret
  1. Share secret Value with RAD Security
  2. Go to Manage → Authentication
  3. Click Add a platform
  4. Select Web
  5. Enter Redirect URI in the following format:
https://app.rad.security/oidc/self-service/methods/oidc/callback/microsoft-{client-ID}
Replace {client-ID} with your Application (client) ID.
Azure Redirect URI Configuration
  1. Click Configure
  2. Wait for RAD Security to configure SSO on our side and try linking your account