Setup Azure AD with OpenID Connect
From the Servana Identity Service.
Step-1: Navigate to Identity Providers and choose OpenId Connect v1.0 from the list.


Step-2:
- Change the Alias to Azure AD so your teams recognise it.
- Copy the Redirect URI
- Toggle Store Tokens
- Toggle Stored Tokens Readable
Azure End:
Step-3: Create an Azure Application Registration for the Jenkins Service (in App Registration)—reference Document link. Ensure the redirect URI copied in step-2 is added for the new application.
Step-4: Create a Client Secret for the newly registered application. Reference Document link
Servana Identity Service:
Step-5:
- Enter the Client ID of the new application created in Azure(Step-4).
- Enter the Client Secret created in (Step-5), leave the rest default, and click on save.
- Change Client Authentication to 'Client secret send as post.'
- Enter the Azure AD Token URL.
- Enter the Azure AD Authorisation URL.

Once done, you can set up mappers to import groups from Azure and automatically manage User onboarding.
Updated on: 31/10/2025
Thank you!