After OpenID authentication with Microsoft Azure AD while system tries to get the user details with https://graph.microsoft.com/oidc/userinfo Microsoft server throws below error.
<< "x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"North Central US","Slice":"SliceC","Ring":"3","ScaleUnit":"003","RoleInstance":"AGSFE_IN_22","ADSiteName":"NCU"}}[\r][\n]"
<< "Duration: 1.2061[\r][\n]"
<< "Strict-Transport-Security: max-age=31536000[\r][\n]"
<< "Date: Mon, 06 May 2019 06:47:24 GMT[\r][\n]"
<< "[\r][\n]"
<< "102[\r][\n]"
<< "{[\r][\n]"
<< " "error": {[\r][\n]"
<< " "code": "InternalServerError",[\r][\n]"
<< " "message": "Object reference not set to an instance of an object.",[\r][\n]"
<< " "innerError": {[\r][\n]"
<< " "request-id": "45bf81f5-bcf7-4661-b69b-48947bdd76fe",[\r][\n]"
<< " "date": "2019-05-06T06:47:24"[\r][\n]"
<< " }[\r][\n]"
<< " }[\r][\n]"
<< "}[\r][\n]"
