By: ichrak gharbi user 13 Aug 2019 at 10:07 a.m. CDT

2 Responses
ichrak gharbi gravatar
I'm wanting to remove redirecting to permission page or increasing the delay, because it doesn't stay for enough period that would let the user to click on allow. https://<domain-name>/oxauth/authorize.htm?

By William Lowe user 13 Aug 2019 at 10:11 a.m. CDT

William Lowe gravatar
Not totally clear why its disappearing.. but to remove the prompt for user consent, go into the client and set `Pre-Authorization` to `True`. That will suppress the user consent prompt. [See the docs](https://gluu.org/docs/ce/3.1.2/admin-guide/openid-connect/#manual-clent-registration) > Pre-Authorization: If the OAuth authorization prompt should not be displayed to end users, set this field to Enabled. This is useful for SSO to internal clients (not third party) where there is no need to prompt the person to approve the release of information.

By Aliaksandr Samuseu staff 13 Aug 2019 at 1:20 p.m. CDT

Aliaksandr Samuseu gravatar
Hi, ichrak. Please make sure you send your users to proper OIDC authz endpoint. Check `https://gluu.dns.name/.well-known/openid-configuration` page and use url provided by "authorization_endpoint" property there. If you use a wrong one (there is one more, with a similar name), you indeed may see a blinking authorization page you can't interact with.