returning the AD objectId instead of the B2C objectId
In our system we’ve added Azure AD Identity Provider to a canned SignInUp user flow and it is working. Now we want to use the Home Realm Discovery custom policy but it is working very differently. (HRD: https://github.com/azure-ad-b2c/samples/blob/master/policies/default-home-realm-discovery/readme.md)
returning the AD objectId instead of the B2C objectId
In our system we’ve added Azure AD Identity Provider to a canned SignInUp user flow and it is working. Now we want to use the Home Realm Discovery custom policy but it is working very differently. (HRD: https://github.com/azure-ad-b2c/samples/blob/master/policies/default-home-realm-discovery/readme.md)
Azure AD B2C: Can I use a claim value in a Metadata Item in a TechnicalProfile?
I have a TechnicalProfile like this:
Azure AD B2C: Can I use a claim value in a Metadata Item in a TechnicalProfile?
I have a TechnicalProfile like this:
How to Exclude Refresh Token and Profile Info from ADB2C Auth Code Grant Flow Response Using PKCE
I have registered an application in an Azure AD B2C tenant for testing purposes. I am using this app for user authentication via the Authorization Code Grant flow with PKCE.
Set manually verified state for VerificationControl Azure B2C custom policy
I have implemented custom DisplayControl based on official tutorial.
B2C Custom Policy works to Login but not access APIs
We’ve created a Custom B2C SignIn Policy to support Home Realm Discovery based on this sample here: https://github.com/azure-ad-b2c/samples/tree/master/policies/home-realm-discovery-modern
Use variable in custom policy screen to load style sheet
I would like to use a query string variable in my custom unified screen for Azure AD B2C to affect which styling sheet needs to be loaded. Something like this kind of URL:
https://storageaccount.blob.core.windows.net/styles/{client_id}/images/LightstoneLogo.png
Extracting email address from the sign in page in Azure AD B2C for third party provider
I want to create a UX where the user can enter their email + password and select “Sign in” to login with password – OR to enter their email address and select “Login with custom provider” which delegates the auth to this provider. This question is regarding the latter.
B2C + Azure AD + HRD: Custom Policy vs. Canned User Flows
In our system we’ve added Azure AD Identity Provider to a canned SignInUp user flow and it is working. Now we want to use the Home Realm Discovery custom policy but it is working very differently. (HRD: https://github.com/azure-ad-b2c/samples/blob/master/policies/default-home-realm-discovery/readme.md)