We are using custom policies for Sign in and reset password in Azure B2C, when user is resetting his password and after doing all the process, when user tries t
I have a web application (.net5, razor) that's using Azure B2C to authenticate users. So a user opens the applications, goes through B2C to authenticate and the
I'm pretty new to Azure AD and I could get the AD login working with username and password after setting client IDs, Domain and SignupSignin policies. My questi
I have a scenario where i have to pass a query parameter in the URL to my custom sign-up policy and so far all my attempts did not work. there seem to be someth
Our current b2c custom policy extension property (where we store permissions) is limited to 255 characters. Therefore, we hit the limit of permissions and we ne
I am building a Blazor Server web app that will have locked features only accessible via paid subscription (payment handled with stripe). I am using Azure AD B2
While researching how to require multi-factor auth for a specific app, I came across this challenge: It's possible to create User flows (policies) in Azure AD
Is it possible to make a read operation before any other in a TechnicalProfile? In a password reset scenario where users always login with a username, I'd like
We are following Azure B2C sample code Azure AD B2C: Force password reset first logon to implement logic to force new local user to reset the password on the fi
We have an application which uses Azure B2C and Azure Active Directory. Problem: User A wants to set his specific email address. But this is not possible becaus
I need to develop a RESTful technical profile that is able to pass a JSON response such as: { "somekey.withadot": "Some value" } My technical profile is as
I have a custom policy with an OpenId Connect Technical Profile calling authorize and token endpoints from metadata Items to my custom API middleware which is u
<activity android:name="microsoft.identity.client.BrowserTabActivity"> <intent-filter> <action android:name="android.
Thank you and will appreciate some help. I am making a REST api call from a custom policy in Azure B2C. When I call the azure function in a browser, test/run in
I got the error below after following the example below: https://docs.microsoft.com/en-gb/azure/active-directory-b2c/configure-ropc HTTP/1.1 404 Not Found Cach
We have circa 50 applications that integrate with Azure AD B2C, which comprises a mix of OpenId Connect relying parties and Saml2 service providers. The custom
I am using Azure Graph API Explorer. I want to query the apps list in a tenant. I am user in tenant_x (where user was originally created) as well as admin in te
We are trying to integrate Argo Workflow SSO with Azure Active Directory B2C. But it is not working. Though We are able to integrate this with Keycloak perfectl
@cbeer7 We have the same problem, sing sign out is not working across OpenID and SAML protocol. We have single TrustFrameworkExtensions still single signout is
I have an Azure AD B2C protected ASP.NET 6 WebAPI, and a ASP.NET Web site and a native mobile app are using the WebAPI using the authorization code flow (basica