What's the link to login page in azure b2c
I have setup Azure B2C with custom user flows, all works fine from my SPA application. However, I have a landing page which is not part of the SPA application and I want to add login and signup links. Is…
I have setup Azure B2C with custom user flows, all works fine from my SPA application. However, I have a landing page which is not part of the SPA application and I want to add login and signup links. Is…
Hi i would like to create a custom policy tosign up/sign in Azure b2c with a validation profile, if user email does not exist in local Db it should fail, if user email exist in the local db but is…
According document here , redirect URI is needed. Set the Redirect URI to https://oauth.pstmn.io/v1/browser-callback. When you use browser to access and run b2c policy, redirect URL(normally your application) will be used to receive id token/authCode. But I don't think people…
As a Platform Owner, I want to have an API to check if Email ID already exists during Account Creation, so that User can notify Account already exists Scenario : User registered using AD or Apple using a particular email…
I tried many times to update token lifetime. When I use users flows, I can update token life time without any problem. On the other hand, doing the same thing in custom policy is not working. <TechnicalProfile Id="AAD-Common"> <Metadata> <Item…
I would like to change the look-and-feel of the password reset policy in Azure AD B2C. We are using a custom policy for the flow. The password reset policy can be triggered from the main Sign-In/Sign-Up policy. The mentioned Sign-In/Sign-Up…
I use the Azure B2C platform and custom policies for a login application of mine and I pass an HTML page to customize the login page of the Azure B2C platform as explained in the following Microsoft documentation: https://learn.microsoft.com/en-us/azure/active-directory-b2c/customize-ui-with-html?pivots=b2c-custom-policy I…
I'm trying to fully customize the registration page on Azure AD B2C. The goal is to break down the registration process into different sections or "cards," each of which contains various user attributes. Instead of displaying a long list of…
I registered a Spring-Boot application on Azure AD B2C and by default, all users under the tenant on Azure AD B2C will have access to this application. How can I limit access for only a few selected users or groups?…
We had Azure AD with internal users and applications and it was easy to authorize them using app roles and role assignment in enterprise applications. Now we have another requirements: we need to authorize invited users using ADB2C. After some…