admin管理员组

文章数量:1401673

I'm working on B2C app, where signup and signin works fine in Azure AD B2C.

In my default tenant, I have registered an app (which will work as external identity) for my B2C signin and signup page. In my default tenant, I have registered app having (APP ID: 1f8f1983-e995-471e-8ce7-b5bd04332807) and the url (/redirect URI) is the b2c "signupandsignin" url.

That is, app registered in the default directory has APP ID: 1f8f1983-e995-471e-8ce7-b5bd04332807 and redirect uri is here, its signupandsignin url

In my b2c tenant end, I'm configuring custom IDP (as OpenId connect) and providing reference of metadata URL.

I think the metadata url here is correct. But not very sure.

However, i'm getting another below error:

I hope I have explained it correctly. please help. Thnaks.

I'm working on B2C app, where signup and signin works fine in Azure AD B2C.

In my default tenant, I have registered an app (which will work as external identity) for my B2C signin and signup page. In my default tenant, I have registered app having (APP ID: 1f8f1983-e995-471e-8ce7-b5bd04332807) and the url (/redirect URI) is the b2c "signupandsignin" url.

That is, app registered in the default directory has APP ID: 1f8f1983-e995-471e-8ce7-b5bd04332807 and redirect uri is here, its signupandsignin url

In my b2c tenant end, I'm configuring custom IDP (as OpenId connect) and providing reference of metadata URL.

I think the metadata url here is correct. But not very sure.

However, i'm getting another below error:

I hope I have explained it correctly. please help. Thnaks.

Share Improve this question edited Mar 23 at 17:07 AskMe asked Mar 23 at 12:28 AskMeAskMe 2,57713 gold badges68 silver badges122 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

You mention client id = 1f8f1983-e995-471e-8ce7-b5bd04332807

but the redirect URI is:

https: //jr1b2c.b2clogin/JR1B2C.onmicrosoft/oauth2/v2.0/authorize?p=B2C_1_signupandsignin&client_id=4be93275-79a0-4206-aad2-7b3509687da7

That is not the redirect URL which is actually jwt.ms. That is the auth endpoint.

But the client id is different?

本文标签: azure ad b2cHow to get the right metadata url while Configure custom IDP in AD B2CStack Overflow