Category: Active Directory B2C
-
DX20807: Unable to retrieve document from: ‘[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.] site:stackoverflow.com
Hi everyone, I ran into the following error today while implementing Azure AD B2C: DX20807: Unable to retrieve document from: ‘[PII is hidden. For more details, see https://aka.ms/IdentityModel/PII.%5D site:stackoverflow.com There are a lot of different solutions to this error posted on Stackoverflow, Github, etc but without anything else to go on it’s pretty hard to…
-
Return URL is missing path – Azure AD B2C
Hi everyone, Just a small issue I’ve hit while implementing Azure AD B2C. After logging in Azure has been routing me to the base path instead of including the controller. The solution to this turned out to be pretty straight-forward. All URLS apparently need to be including in the reply URLs of your Azure AD…
-
Azure AD B2C – Unauthorized
Hi everyone, I’ve been mucking around with Azure AD B2C. It seems like a pretty good substitute for AWS Cognito that I’ve used previously. While following the Microsoft sample tutorials I ran into an “unauthorized” error. A value was being returned but no access token was provided. This seems to be indicative of an issue…