Skip to main content

All Questions

Tagged with
0 votes
0 answers
40 views

Ionic Angular Msal B2C in Android Return from Auth

I followed the Microsoft B2C Msal example, to integrate B2C into my Ionic 7 Angular 17 mobile app. https://learn.microsoft.com/en-us/azure/active-directory-b2c/enable-authentication-angular-spa-app I ...
Stephen Himes's user avatar
1 vote
2 answers
288 views

How to implement Azure AD B2C Login in Angular v17 standalone

I was able to implement my Login into a no-standalone project by using this documentation:. For a standalone version I used this sample. I'm hardly trying to configure the application right, to ...
Tim's user avatar
  • 31
0 votes
1 answer
457 views

AADSTS9002326: Cross-origin token redemption is permitted only for the 'Single-Page Application' client-type. Request origin: 'capacitor://localhost'

I have an Ionic app that needs to authenticate in Azure and i follow this stackoverflow: Ionic and MSAL Authentication All did go fine except for iOS where im getting AADSTS9002326: Cross-origin token ...
AlmostDone's user avatar
0 votes
1 answer
663 views

Integrating Keycloak with Azure B2C as identity provider and using authorization code flow

I am trying to integrate Keycloak with Azure B2C using authorization code flow. I have Keycloak instance deployed as Azure App Service, Azure B2C tenant and demo SPA app am trying to authenticate with ...
Dragonfly's user avatar
  • 191
0 votes
1 answer
344 views

How to handle when a user clicks cancel?

I have implemented the PasswordChange policy from the custom policy starter pack in Azure B2C.Which works fine when the user completes the change password flow, including redirecting back to the page ...
Choco's user avatar
  • 1,388
0 votes
0 answers
55 views

Redirecting to different angular applications from Parent app deployed on blob storage

We have 3-4 different applications hosted on dedicated blob storage using same ADB2C tenant as an identity provider. https://abc.z33.web.core.windows.net/ https://def.z33.web.core.windows.net/ https://...
Ankush Daga's user avatar
2 votes
1 answer
9k views

Unable to authenticate using Angular MSAL library after upgrade to version 3.0.0-beta.0

After upgrading my app from Angular v15 to v16 and from msal-angular 2.5.3 to 3.0.0-beta.0, I am no longer able to authenticate against Azure AD B2C. I see the following exception in the console when ...
ebhh2001's user avatar
  • 2,116
1 vote
1 answer
880 views

User details not showing on Angular website after signing in with MSAL.js

Hi I have an Angular website that is using ADB2C authentication with Microsoft authentication library for Javascript. The authentication is running well and I am able to log into the website. I want ...
eloga's user avatar
  • 73
0 votes
1 answer
310 views

Not clearing token when logging out using Angular, MSAL and Azure AD B2C

I have downloaded the Azure AD B2c Angular tutorial from https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial I have set it up and it's all running ok: I can login If I try to ...
John McArthur's user avatar
0 votes
2 answers
718 views

Redirect user to logout (sign-out) page after failing a post-sign-in function

We are using MSAL library to authenticate users by Microsoft Azure AD B2C. The following code snippet is from our implementation and it works well in terms of what it's supposed to do (login, logout, ...
Arash's user avatar
  • 4,040
0 votes
1 answer
597 views

LoginRedirect with prompt='create' not working in Angular Msal

I am trying to redirect the user directly to the sign-up (user creation) flow. Following the MS docs it should be possible by specifying prompt="create". https://learn.microsoft.com/en-us/...
Marian Simonca's user avatar
1 vote
0 answers
330 views

Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API

I have this error in iPhone Mobile devices only when trying to login into the angular app using @azure/msal-angular and @azure/msal-browser. while it's working fine for Android and other devices. The ...
Engr Ejaz Ashraf's user avatar
2 votes
1 answer
1k views

Single Sign Out in Azure AD B2C using Custom policies not working as expected

We are trying to implement SSO Azure AD B2C using Custom policies. We have a single App Registration with 2 redirect URIs for 2 Single Page Applications. The Single Sign In Process is working as ...
sajna m nair's user avatar
0 votes
1 answer
357 views

Modify profile on Azure AD B2C connected Angular app

I'm trying to create a "User Preferences" page UI on my Angular app to allow the users to edit their data. I understand that the user data is obtained from the token, they're called: claims ...
silvergraphs's user avatar
0 votes
1 answer
501 views

MsalService properties undefined

I've been trying to store some data from the MsalService but I keep getting the same error ERROR TypeError: Cannot set properties of undefined I don't know why this error appears 'cuz I'm making a ...
tupapiriki27's user avatar

15 30 50 per page
1
2 3 4 5
8