# Enable SSO on Jenkins using Azure AD

**URL:** https://community.jenkins.io/t/enable-sso-on-jenkins-using-azure-ad/10952
**Category:** Using Jenkins
**Tags:** question
**Created:** [November 27, 2023, 8:53am UTC](https://community.jenkins.io/t/enable-sso-on-jenkins-using-azure-ad/10952 "2023-11-27T08:53:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![snehalhingane](https://dub1.discourse-cdn.com/flex013/user_avatar/community.jenkins.io/snehalhingane/32/6240_2.png) [@snehalhingane](https://community.jenkins.io/u/snehalhingane)
#### Post date: [November 27, 2023, 8:53am UTC](https://community.jenkins.io/t/enable-sso-on-jenkins-using-azure-ad/10952/1 "2023-11-27T08:53:09Z")

</div>

Hi,  
We are trying to setup SSO on Jenkins [Version - Jenkins 2.332.3] with Azure AD, followed official document but still we are facing below issue  
_ **Note: we are able to login issue is only with user/group level access** _

 ![jenkins sso](https://europe1.discourse-cdn.com/flex013/uploads/jenkins/original/2X/a/a9d87ce3a2d4902ac0215c5975eb3aac4f34832a.png)

Tried following actions to fix the issue:

- Configured existing project based matrix
- Configured Matrix-based security
- Configured Azure Active Directory Matrix-based security
- Removed all delegated permission from azure
- To enable AzureAD group support: Click Manifest and modify the “groupMembershipClaims”: null value to “groupMembershipClaims”: “SecurityGroup”, then ‘Save’ it.: [Azure AD](https://plugins.jenkins.io/azure-ad/)
- [Integrate Jenkins with Azure Active Directory and Service Principal - Day Three](https://www.c-sharpcorner.com/article/integrate-jenkins-with-azure-active-directory-and-service-principal-day-three/)\*\* **{** }

However issue still persist

**Observation** :

- When we try to add any user/group it don’t populate the username

Could you please assist on this issue and help to fix ??  
Thanks
