admin管理员组文章数量:1405170
I have created a webapp using app registration where the webapp url is given as ";. I have created a simple user flow. There is no code or any other development language is used. I think, I'm missing some permission during app registration. I'm testing the B2C user "signupandsignin" flow.
However, I'm getting Error: "Unauthorized client"
AADB2C90057: The provided application is not configured to allow the 'OAuth' Implicit flow.
Correlation ID: 6495ddcf-4ba2-4f88-a7c3-de97a6c6f7b0
Timestamp: 2025-03-22 09:52:40Z
I have enabled "Access tokens (used for implicit flows)" and "ID tokens (used for implicit and hybrid flows)" during the app registration.
I have created a webapp using app registration where the webapp url is given as "https://jwt.ms". I have created a simple user flow. There is no code or any other development language is used. I think, I'm missing some permission during app registration. I'm testing the B2C user "signupandsignin" flow.
However, I'm getting Error: "Unauthorized client"
AADB2C90057: The provided application is not configured to allow the 'OAuth' Implicit flow.
Correlation ID: 6495ddcf-4ba2-4f88-a7c3-de97a6c6f7b0
Timestamp: 2025-03-22 09:52:40Z
I have enabled "Access tokens (used for implicit flows)" and "ID tokens (used for implicit and hybrid flows)" during the app registration.
Share Improve this question edited Mar 22 at 10:45 jonrsharpe 122k30 gold badges268 silver badges476 bronze badges asked Mar 22 at 10:01 AskMeAskMe 2,57713 gold badges68 silver badges122 bronze badges 2- Can you provide the screenshot of Authentication tab? – Rukmini Commented Mar 24 at 3:34
- I tried the same in my environment, Authentication tab looks like this and when I ran the user flow I got the ID token successfully without any error. Make sure to select the correct application while running the user flow. – Rukmini Commented Mar 24 at 7:13
1 Answer
Reset to default 1The error "The provided application is not configured to allow the 'OAuth' Implicit flow." usually occurs if the Azure AD B2C application is not enabled with Implicit grant and hybrid flows.
Hence to resolve the issue make sure to enable Access and ID tokens in the Authentication tab:
Created a sign up and sign in flow and select the above application:
https://rukk33.b2clogin/rukk33.onmicrosoft/oauth2/v2.0/authorize?p=B2C_1_RukSUSIflow&client_id=ClientID&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login
When I signed in got the ID token successfully:
If still you are facing the error, make sure you are choosing the right application while executing the user flow.
本文标签: Unauthorized client in Azure AD B2CStack Overflow
版权声明:本文标题:Unauthorized client in Azure AD B2C - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744319617a2600430.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论