Skip to main content

All Questions

Tagged with
0 votes
0 answers
41 views

Approach to validating an Azure MSAL session across B2C

We have a frontend that authenticates through an azure B2C custom policy - user flow, adds user to tenant - all good. We get back what we need from the client in that respect and the user is logged in....
Harry Lincoln's user avatar
1 vote
2 answers
63 views

B2C: Audience claim is formatted differently when using a client credential vs authorization flow

I'm getting the same value but s differently formatted aud claim of my JWT when using client_credential and authorization_code grant types when using the same client id and requested scope using B2C ...
Cam Bruce's user avatar
  • 5,679
0 votes
2 answers
158 views

Is it better for Azure B2C to store additional user data inside custom claims or database and enforce them at signin?

I want to create a set of applications that uses Auzre B2C as SSO. The application should allow the user to login, and if some expected data is missing, the user will be able to enter the missing data....
Iaman Swtrse's user avatar
0 votes
1 answer
483 views

How can i get username in oauth 2 token?

Im trying to get user properties from oauth2 token, using login microsoft request, but i just get the email in token claims. Is there a way to get the username in token claims? This is the complete ...
Pedro's user avatar
  • 56
0 votes
1 answer
85 views

Error got when I finished the tutorial with sample React single-page application using Azure Active Directory B2C

I tried two times with this tutorial to Configure authentication in a sample React single-page application by using Azure Active Directory B2C. Please check the link for reference: https://learn....
Peng's user avatar
  • 31
0 votes
0 answers
205 views

Integration options for NextJS with Azure B2C Open ID Connect

We have a requirement to integrate NextJS app with Azure B2C using Authorization Code Flow with PKCE. While researching I came across to options below: BFF (Backend for Front End) - Uses proper API ...
Nil Pun's user avatar
  • 17.3k
0 votes
1 answer
172 views

Azure B2C User Flow doesn't return back to the mobile app in iOS

I am using the following package to integrate Azure B2C User flow in React Native Mobile App. https://www.npmjs.com/package/react-native-app-auth?activeTab=readme On Android, the user flow works fine ...
Learner4Ever's user avatar
0 votes
1 answer
107 views

I am able to change and retrieve the "response_type" from "code" to "token" in Google OAuth 2.0 request

I have an Azure B2C tenant with Google IDP which is set exactly how MS documentation states. However I can see a problem with this login to Google as IDP. When I click a Google login button on an ...
Mi1anovic's user avatar
  • 473
0 votes
0 answers
365 views

NextAuth Azure AD B2C Signin Error - Expected 200 OK, got: 404 Not Found

I am working on a Next.js project where I am integrating OAuth authentication using NextAuth. I have configured both Google and Azure AD B2C as authentication providers. While Google authentication is ...
nithin_sikinam's user avatar
0 votes
0 answers
146 views

Azure B2C OAuth vs Hubspot JWT

I have an Azure B2C instance configured. We use the Identity Experience Framework, because of some custom user journeys we have configured. In Hubspot, I am trying to verify SSO for private content on ...
Henkie85's user avatar
  • 236
0 votes
0 answers
176 views

Oauth with Sharepoint, Azure AD B2C and a C# Consumer

We have a .NET 4.7.2 web application (Auth) that is used as our central source of authentication, with local accounts that are stored on-prem in our MsSql db. User identity is persisted with encrypted,...
Dars's user avatar
  • 1
0 votes
1 answer
64 views

Access OAuth response in a custom policy

According docs, if I need include external idp token in a response, I need this code: <ClaimsProvider> <DisplayName>Facebook</DisplayName> <TechnicalProfiles> <...
Anton Putau's user avatar
0 votes
0 answers
153 views

OAUTH2 azuread authentication via UseOAuthBearerAuthentication

I have working middleware using deprecated Azure AD authentication. It looks like this. public partial class Startup { public void ConfigureAuth(IAppBuilder app) { ...
SeanK's user avatar
  • 15
1 vote
2 answers
219 views

How to extract info from nested external idp access token in a custom policy?

I have a custom policy which produce b2c token with nested idp_access_token. I want my b2c token to include email claim. I have email (unique_name/sub claims) in nested idp_access_token. So, is it ...
Anton Putau's user avatar
0 votes
1 answer
180 views

How do I determine if user from social identity provider authenticated using MFA?

I am preparing work for an Azure AD B2C solution that will support logging in using social identity providers like Apple, Google and Microsoft. My client wants to enforce users to login using multi-...
wbosland's user avatar

15 30 50 per page
1
2 3 4 5
12