AADB2C90108: The orchestration step '1' does not specify a CpimIssuerTechnicalProfileReferenceId when one was expected.
Vijay Pawar
0
Reputation points
I am developing console application with azure ad b2c, In that I need to get access token.
I have created PublicClientApplicaiton using PublicClientApplicationBuilder create method.
When call AcquireTokenByUsernamePassword method by giving scope, username and password as parameter following exception is occurred.
One or more errors occurred. (AADB2C90108: The orchestration step '1' does not specify a CpimIssuerTechnicalProfileReferenceId when one was expected.
Correlation ID: fb059269-a390-489c-a799-725c7c7df402
Timestamp: 2024-10-03 09:32:59Z)'
What should I do?
Sign in to answer