Skip to main content

All Questions

Tagged with
0 votes
0 answers
69 views

Azure B2C with Xero identity provider

I am trying to integrate a Xero to let users authenticate with our SPA app and REST API utilizing Azure B2C. The scenario I am looking for is sign in only for local accounts and Xero users, whose ...
user1013607's user avatar
3 votes
2 answers
970 views

OpenIdConnectSecurityKeyProvider.RetrieveMetaData Exception - Unable to retrieve document from :'System.String'

This has been working for 3+ years. This morning everything is broken. My SPA uses a C# Web API on the backend and MSAL.js on the front end. Users Auth via O365 to get a Bearer Token, all web requests ...
Jeremy Bond's user avatar
0 votes
2 answers
865 views

What is the access_token lifetime for a B2C custom policy used by a SPA application?

While trying to find a way to maximize the time before a user has to do a reauthentication (especially in cases when the user does a social login, e.g. sign in with microsoft). I have stumbled upon ...
milorad's user avatar
  • 111
1 vote
1 answer
500 views

Does MSAL.js support the check_session_iframe OIDC endpoint?

I'm working on an SPA which depends on an instance of Identity Server for authenticating users. I need a solution that manages my tokens locally, but Duende (the owners of Identity Server) lean ...
Tom Troughton's user avatar
2 votes
1 answer
711 views

Azure ADB2C Single Sign Out W/ Azure AD as Identity Provider

I have a React SPA which uses msal. I have configured Azure AD as Identity Provider for my AADB2C. I can signIn/signOut and other operations. If my user signs out off my application, I want to also ...
Vivere's user avatar
  • 2,150
1 vote
3 answers
7k views

how to use msal.js 2.x (msal-browser) in angular project to implement authorization code flow using PKCE?

I want to use msal.js 2.x (msal-browser) in an angular project to implement authorization code flow using PKCE. I am using Azure Active directory as an IAM. Please guide me if I am using the correct ...
debanka's user avatar
  • 267
1 vote
1 answer
2k views

using third-party identity provider with Azure AD and MSAL.js

I have created a Single Page Application with Angular and authentication/authorisation is managed by Azure AD. I have used MSAL.js to initiate the implicit flow. Everything is working fine, but now ...
Sam's user avatar
  • 14.4k
1 vote
1 answer
1k views

Adding roles to Angular SPA and MSAL when using using Azure AD B2C

Using Angular 7 with MSAL.js and Azure AD B2C. Implementing a role-based authentication is not directly supported by Azure AD B2C and requires the use of Azure Ad Graph API. https://feedback.azure....
Adam's user avatar
  • 4,104