Azure B2C AuthSession Token in Dev

Please provide the following:

  1. SDK Version: 35
  2. Platforms(Android/iOS/web/all): All

I am running AuthSession with the required parameters as per example. I am getting a Success return in my App, but cannot obtain the token.

The result is:

success
Object {
“errorCode”: undefined,
“params”: Object {
“error”: “redirect_uri_mismatch”,
“error_description”: "AADB2C90006: The redirect URI ‘’ provided in the request is not registered for the client id ‘865ffXXe-XXXX-XXXX-XXXX-60df2XXXXXXX’.
Correlation ID: 097a4e5a-8ec6-4a44-981f-f33ffff8496f
Timestamp: 2019-11-09 23:39:53Z
",
“exp://192.168.0.15:19000/–/expo-auth-session”: “”,
},
“type”: “success”,
“url”: “exp://192.168.0.15:19000/–/expo-auth-session#error=redirect_uri_mismatch&error_description=AADB2C90006%3a+The+redirect+URI+%27%27+provided+in+the+request+is+not+registered+for+the+client+id+%27865ffXXe-XXXX-XXXX-XXXX-60df2XXXXXXX4%27.%0d%0aCorrelation+ID%3a+097a4e5a-8ec6-4a44-981f-f33ffff8496f%0d%0aTimestamp%3a+2019-11-09+23%3a39%3a53Z%0d%0a”,
}

You enable a claim in your user flow or define a claim in your custom policy to pass the token through to the applications that you register in Azure AD B2C.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.