We have paid support, and are setting up Azure B2C for auth on a React Web App. We are getting this auth error now from our b2c auth:
ServerError: server_error: AADB2C90075: There was a problem processing your request. Please try again.
Correlation ID: e95d1ae5-92af-403e-a28f-079a68ce5dfe
Timestamp: 2025-05-01 20:33:01Z
at js (Authorize.ts:378:15)
at Ps (Authorize.ts:294:5)
at e.<anonymous> (InteractionHandler.ts:68:32)
at u (runtime.js:63:40)
at Generator._invoke (runtime.js:294:22)
at Generator.next (runtime.js:119:21)
at n (asyncToGenerator.js:3:20)
at o (asyncToGenerator.js:25:9)
at asyncToGenerator.js:32:7
at new Promise (<anonymous>)
it was working fine - unsure why this started happening.
When i look up the error I get this:
AADB2C90075 |
The claims exchange '{0}' specified in step '{1}' returned HTTP error response with Code '{2}' and Reason '{3}'. |
AADB2C90075 |
The claims exchange '{0}' specified in step '{1}' returned HTTP error response with Code '{2}' and Reason '{3}'. |
Which is not the most helpful explanation. What does it mean?