Azure B2C Bespoke login page
I there a way to make a completely bespoke login page for Azure B2C users? AWS Cognito offers an SDK for developers to write completely bespoke login frontend sites. I'm looking for a way to do the same as this…
I there a way to make a completely bespoke login page for Azure B2C users? AWS Cognito offers an SDK for developers to write completely bespoke login frontend sites. I'm looking for a way to do the same as this…
I'm trying to deploy in an Azure App Service an Angular application that has integrated AD B2C with a user flow (signupsignin1) and with authorization code flow PKCE, this is what I did: For all the configuration of the B2C…
We are currently looking into creating a mobile app with react native (expo). The whole authentication stuff works now after a bit of tinkering. But whats a problem for us is that apparently you are not able to get refresh…
So I registered an app for Personal account only. Then, I generated a sample blazor project with Visual Studio and set up the redirect url https://localhost:7213/signin-oidc. When I start the projects, it correctly redirects me to the /signin-oidc endpoint and…
I set up sign-up and sign-in through a custom policy in Azure Active Directory B2C. I have 2 app registrations in the Azure AD B2C tenant: a web application, which exposes an API a Single-page application (SPA), which has been…
I would like to show Identity providers dynamically based on the tenant[ i.e OIDC domain_hint] during the Azure B2C Sign In user journey. I have referred several examples on custom policies, however unable to find a way to display/hide an…
I need to add the employeeid as claim notification in token, I used the tutorial of this link: https://learn.microsoft.com/en-us/azure/active-directory/develop/active-directory-claims-mapping#include-the-employeeid-and-tenantcountry-as-claims-in-tokens I did all steps, but my token is not returning the employeeid: I did this configuration with graph api, where I…
I have an issue with the sign-out in Azure B2C. I have configured the login 1 year ago and it's working pretty well (and it was pretty straight forward with the documentation available here For the sign-out I was following…
I am working in Azure AD B2C to add custom extensions per application. Theses extensions must be returned in the jwt when the login is requested by the application. So I create the extension on the app using the graph…
I've set up sign-in for multi-tenant Azure Active Directory using custom policies in Azure Active Directory B2C, so administrators of the Azure ADs can manage their own users. The sign-in works and I now want to support app roles. I've…