How to resolve Azure external Entra Id error "Something went wrong please contact your Administrator

subrat kumar sahu 20 Reputation points
2024-08-26T05:46:01.8466667+00:00

We have a user sign-up flow in Azure external entra Id. In the Sign-up form enduser has to enter his personal details after that he has to click on Next button. On clicking of Next button the event handler Calls one REST API service to create the user in 2 dependent sysstems. In those systems it is cretating the user successfully and the API retuns 200 ok status to the onSubmit event handler. After that the flow returns back to the user sign-up flow. Here the expectation is the Sign-up form should take the user to the next step.But all the time it is throwing error as "Something went wrong please contact your Administrator". The onsubmit event handler has below response code for the User Sign-up flow, which I have written after it is getting HTTPResponse status as Success from the REST API

var actions = new List

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,829 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,839 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,365 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.