ubccr / mokey

FreeIPA self-service account management portal
BSD 3-Clause "New" or "Revised" License
189 stars 45 forks source link

Feature - Add option to always skip consent in hydra login flow #71

Closed jvinolas closed 3 years ago

jvinolas commented 3 years ago

As we are integrating our own apps we don't want to ask for consent to the user. Now we just forced it:

https://github.com/isard-vdi/mokey/blob/1356ffed84ce6e3830dd667e6ee8f79b1e530668/server/hydra.go#L63-L64

But it will be nice if there is an option in mokey.yml to just force no consent validation.

jvinolas commented 3 years ago

This PR adds this feature: https://github.com/ubccr/mokey/pull/73

0n1cOn3 commented 1 month ago

Hi! :)

v0.6 removed the consent dialog. Will it be restored?