Application with identifier 'ghostery' was not found in the directory - Azure AD #459
Labels
Comments
|
If you see a query string value replaced with For development purposes, I would recommend turning off anti-tracking (the blue shield icon in Ghostery), or whitelist your development test site. If you push the app to production and see the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I am developing an application where the tokens are refreshed in background using IFRAME. Ghostery does some things which makes the whole site to redirect to OAuth2 authentication page with
&client_id=ghosteryquery. It happens when the token is going to be refreshed.My application uses AzureAD.
Expected Behavior
Should not redirect with
&client_id=ghostery.Actual Behavior
Redirects to login page but with
&client_id=ghostery.Steps to Reproduce
Versions
The text was updated successfully, but these errors were encountered: