By: cs chong user 02 May 2018 at 10:14 p.m. CDT

4 Responses
cs chong gravatar
How to enable user consent page when Gluu serves as AuthZ ? For example, 1. User to go an application. 2. Application challenge user to authenticate. 3. User login via OpenID Connect, where Gluu serves at AuthZ and external IDP serves as AUthN. 4. Gluu server prompt consent page for user to confirm.

By William Lowe user 02 May 2018 at 10:31 p.m. CDT

William Lowe gravatar
In the OpenID Connect Client form in Gluu, make sure `Pre-Authorization` is set to false. That should prompt the user for consent. See [docs](https://gluu.org/docs/ce/admin-guide/openid-connect/#manual-clent-registration).

By cs chong user 03 May 2018 at 10:42 p.m. CDT

cs chong gravatar
Thanks, After changing the Pre-Authorization to false. I'm able to see the consent page now. ![enter image description here](https://image.ibb.co/jaU317/Gluu.png "enter image title here") ![enter image description here](https://image.ibb.co/khqXuS/oxAuth.png "enter image title here") If user click on "**Dont' Allow**" in the consent page, it will redirect user this page, ![enter image description here](https://image.ibb.co/dufnTn/Gluu_2.png "enter image title here") Then when the user click on "**Return**", it will redirect user back to consent page again. Is there any configuration that allow us to force user to re-authenticate again, instead of display the consent page directly.

By Aliaksandr Samuseu staff 04 May 2018 at 12:17 p.m. CDT

Aliaksandr Samuseu gravatar
Hi. >Is there any configuration that allow us to force user to re-authenticate again, instead of display the consent page directly. I don't think there is, but you are free to edit page(s) sources and code in a new behaviour if you wish.

By cs chong user 15 May 2018 at 9:16 a.m. CDT

cs chong gravatar
Are we allow to customise consent page UI (e.g. css or html)?