Relative Content

Tag Archive for azure-ad-b2cazure-ad-b2c-custom-policy

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)

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

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)