Issue I have configured my Azure B2C to enable SSO feature, after enable when I login into my web application and redirect to power apps application it does not show as logged in instead it is showing for SIGN IN
Continue readingTag: azure-ad-b2c
WordPress SSO – Azure AD B2C – Sign up and sign in User Flow – How to link directly to registration page?
Issue I’m trying to setup a single sign on system using WordPress and Azure AD B2C. I’ve got it working, however, I’m trying to find a way that would allow me to link to the registration page on Azure directly.
Continue readingAD B2C integration in FreshWorks SSO with OIDC – Login error
Issue I am integrating AD B2C as Identity provider for the FreshWorks by configuring SSO with OIDC in the Freshworks. Configuration done in the Azure AD B2C: Registered an application in the AD B2C Tenant a. Get the redirect URL
Continue readingUnable to retain user state when performing SSO using Azure B2c as redirect URI is pointing to homepage
Issue I have implemented Azure SSO using open ID connect, I am redirecting a user to the homepage of my portal once he is logged in using an office account. The problem is since the redirect URL(localhost:443/abc/test.aspx) is a constant
Continue readingHow to set up multiple SSO IdPs in AD B2C?
Issue I have an application that uses AD B2C for authentication. I need to allow external IdPs to authenticate via SSO into my application via AD B2C. I followed the steps in this documentation and it worked well for one
Continue readingangular-oauth2-oidc forgot password flow
Issue I am setting up B2C on my Angular (8) app with angular-oauth2-oidc. I have a sign in and a sign out policy and I have managed correctly to set up the angular-oauth2-oidc service. At the moment I am using
Continue readingAzure B2C for Angular 8 app with angular-auth-oidc-client – b2clogin endpoint POST CORS error
Issue I used Damien Bod’s angular-auth-oidc-client in my angular 8 app with “new” Azure B2C endpoints: https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/oauth2/v2.0/authorize https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/oauth2/v2.0/token And STS Server looks like this: https://{tenant}.b2clogin.com/tfp/{tenant}/B2C_1_SuSi_v2/oauth2/v2.0/ But the problem is the oidc lib makes a POST request to https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/oauth2/v2.0/token?p=b2c_1_susi_v2 and I
Continue readingCan I use SVG within a customized the Azure AD B2C user interface?
Issue I am building a customized Azure AD B2C user interface. I have included a SVG tag within my page. <body> <div class=”container”> <div class=”row”> <div class=”col-md-12″> <svg width=”100″ height=”100″> <circle cx=”50″ cy=”50″ r=”40″ stroke=”green” stroke-width=”4″ fill=”yellow” /> </svg> <div
Continue readingAzure AD B2C – IDX20803: Unable to obtain configuration from: 'System.String'. (.Net 5 Web API + angular)
Issue I have an Angular app and a Web Api app (.Net 5.0) and I need a user to be authenticated with Azure AD B2C. So, when a user needs to reach some protected route he’s going to be redirected
Continue readingAzure AD B2C: Clients must send a client_secret when redeeming a confidential grant
Issue I try to setup authentification for an Angular app using authorization code and Azure AD B2C (oidc-client on client side), but I’m getting these errors from Angular: After looking in B2C audit logs, I found this error message: Clients
Continue readingB2C- Unable to hide element with JS in my custom policy
Issue In my custom policy, I try to hide email_intro label but without success : – This is my html code : <div id="api" data-name="Unified"> <form id="attributeVerification"> <div id="attributeList" class="attr"> <ul> … <li class="TextBox"> <div class="attrEntry"> <div> <div class="verificationInfoText" id="email_intro"
Continue reading