Azure
This guide walks you through configuring ID.me as an identity provider on the Azure Active Directory B2C (Azure AD B2C) platform.
Important
Microsoft has announced that “Effective May 1, 2025, Azure AD B2C will no longer be available to purchase for new customers.”
Read more in Microsoft’s official announcement.
Prerequisites
Before you begin:
- You need an ID.me Developer Account
- You must have admin access to your Azure AD B2C tenant
Create an ID.me application
Sign in to ID.me Developer Resources
Select Create new and provide the following:
- Name and Display Name
- Redirect URI:
https://your-tenant-name.b2clogin.com/your-tenant-name.onmicrosoft.com/oauth2/authresp
- Or if using a custom domain:
https://your-domain-name/your-tenant-name.onmicrosoft.com/oauth2/authresp
- Replace placeholders accordingly
Create a policy key in Azure
Sign in to the Azure portal
Configure ID.me as an identity provider
Add claims transformations
Inside <BuildingBlocks>
, within the <ClaimsTransformations>
element, add:
Add to orchestration steps
Insert the following where orchestration logic is defined:
Test your custom policy
If the sign-in is successful, you will be redirected to
https://jwt.ms
, where the token details will be displayed.