Problem:
An administrator is attempting to add a search catalog but is receiving this error. "---OAuth Authorization Error: unsupported_response_type from url" when attempting to grant access.
Solution:
There are two ways you can solve this error:
Method 1:
- Navigate to your Entra Admin Center
- Go to the Applications Tab > App Registrations > Authentication
- Look under the implicit and hybrid flows section and you should see a couple of checkboxes that say Access tokens and ID tokens
- Make sure that the ID tokens check box is checked and then you will be able to grant access within KnowledgeLake
Method 2:
- Navigate to your Entra Admin Center and
- Go to the Applications Tab > App Registrations > Manifest
- Then look for the oauth2AllowIdTokenImplicitFlow line and change the word False to True
- This should now allow you to grant access to the search catalog you are attempting to create.
Comments
0 comments
Please sign in to leave a comment.