Skip to content

Commit 81afe54

Browse files
author
Tiago Brenck
authored
Merge pull request #217 from arajpathak7/master
update Error information
2 parents f25cdbd + e575c72 commit 81afe54

File tree

1 file changed

+5
-0
lines changed
  • 2-WebApp-graph-user/2-3-Multi-Tenant

1 file changed

+5
-0
lines changed

2-WebApp-graph-user/2-3-Multi-Tenant/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,11 @@ If you are receiving the following error message, you might need to **delete old
319319
320320
If you had provisioned a service principal of this app in the past and created a new one, the tenants that had signed-in in the app might still have the previous service principal registered causing a conflict with the new one. The solution for the conflict is to delete the older service principal from each tenant in the **Enterprise Application** menu.
321321

322+
### Error `The provided request must include a 'response_type' input parameter`
323+
324+
If you try to sign-in with a Microsoft account (MSA), such as hotmail.com, outlook.com, and msn.com, you'd receive this error during admin consent because MSA is not supported at the `/common` endpoint which this sample is using to obtain the admin consent.
325+
Please use an admin account with from the Azure AD tenant for this purpose.
326+
322327
## Contributing
323328

324329
If you'd like to contribute to this sample, see [CONTRIBUTING.MD](/CONTRIBUTING.md).

0 commit comments

Comments
 (0)