Last active
October 27, 2017 12:49
-
-
Save dvdsmpsn/1d6569bcd9197a08707ae6d443f554e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error Code | Description | Notes | |
---|---|---|---|
AADSTS50012 | Invalid client secret is provided | You've used an incorrect OAuth secret. Check for typos, or go to Azure AD and generate a fresh one. | |
AADSTS65004 | The resource owner or authorization server denied the request | The user clicked on the *Cancel* button during the OAuth dance | |
AADSTS65005 | The client application has requested access to resource 'https://outlook.office365.com/'. This request has failed because the client has not specified this resource in its requiredResourceAccess list. | Ensure that the Azure AD Application has the correct resource permissions | |
AADSTS50105 | The signed in user '[email protected]' is not assigned to a role for the application 'ab0a45c7-c085-4f3f-a868-62f3927926ef'# Trace ID: c8fc15e0-2d6f-49e8-b843-00a90032585f Correlation ID: 7e8e28f0-5a5d-4409-a217-1e8363fda666 Timestamp: 2015-08-27 13:23:38Z | The user is not authorized to access the app - source: http://download.microsoft.com/download/3/E/3/3E335D93-6DB8-4834-90A8-B86105419F05/Troubleshooting%20the%20Azure%20AD%20Application%20Proxy%20v1.0%20Oct2015.docx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment