All working, except the JWT Issuer/Sender, I analyzed the AppInsights at least 10 times and nothing:
Asked
Active
Viewed 187 times
0
-
Can you provide more information to facilitate our testing. – Carl Zhao Sep 22 '20 at 02:08
-
Did you select id token under **Implicit grant** in Azure AD app? See https://learn.microsoft.com/en-us/azure/active-directory-b2c/tutorial-register-applications?tabs=app-reg-ga#register-a-web-application. "Under Implicit grant, select both the Access tokens and ID tokens check boxes." – Allen Wu Sep 22 '20 at 02:14
1 Answers
0
Check out this GitHub thread around same issue - https://github.com/Azure-Samples/active-directory-b2c-xamarin-native/issues/24
It seems something is missing for which you can visit Request an access token in Azure Active Directory B2C and validate.
Moreover, one of the probable reasons for this is a missing Read scope. Once your app is created, open the app's Published Scopes blade and create a scope with read
name.

Harshita Singh
- 4,590
- 1
- 10
- 13
-
1More one question... Can I know what step I'm? Because... I'm adding a InputClaim named Step and setting DefaultValue="StepOne" and AlwaysUseDefaultValue always, but this is so frustating... – Reni Dantas Sep 22 '20 at 22:34
-
-
What is the issue? Can u elaborate? Also, did this response answer your question? – Harshita Singh Sep 23 '20 at 04:52
-
This response answered my question. My issue is recognize what OrchestationStep I'm inside Javascript for customize many things in UI. I usually use Claim Step to get Step in Javascript side. – Reni Dantas Sep 23 '20 at 15:17