# Single Sign-On ## Microsoft Entra ID This guide describes the SSO setup between NVSEP and Microsoft Entra using Open ID Connect (OIDC). For more information on OIDC please reference [Microsoft's Documentation](https://learn.microsoft.com/en-us/entra/identity-platform/v2-protocols?WT.mc_id=Portal-Microsoft_AAD_IAM). ### In Microsoft Entra Admin Center Description of MS Entra 1. Create a a custom application 2. Add the Redirect URL from your NVSEP Portal: * For QA: `https://identity.qa.nvsep.org/oauth2/idpresponse` * For Prod: `https://identity.nvsep.org/oauth2/idpresponse` 3. Copy the Client ID and Client Secret from the App Registrations 4. Copy the OpenID Connect Metadata Document ### In NVSEP 1. Navigate to the Integrations SSO page 2. Select OIDC as the protocols 3. Enter the Client ID, Client Secret, and Issuer URL / Metadata Document 4. Click Save. ### Testing After the SSO setup is complete, it is recommended to test the login in a separate browser or incognito window before logging out.