wadahiro / keycloak-discord

Keycloak Identity Provider extension for Discord
121 stars 64 forks source link

Allow prompt to be configurable #1

Closed hkeward closed 4 years ago

hkeward commented 4 years ago

The default for prompt value results in users needing to re-consent to the discord app permissions with each login. These changes allow the prompt value to be configured through the keycloak admin ui.

If prompt is set to none the user will not need to consent to permissions with each login. Screenshot from 2019-11-15 17-41-21

Also bumped the version!

wadahiro commented 4 years ago

@hkeward I'm sorry for my late response. I tested your PR with the latest keycloak version 8.0.1 and it works perfectly! Thank you.

hkeward commented 4 years ago

@wadahiro no problem, glad to hear it! Thanks for making this, it's saved me a lot of trouble.