dukecon / keycloak_postgres_https

2 stars 2 forks source link

Link registration should be configurable #2

Open ascheman opened 7 years ago

ascheman commented 7 years ago

From @ascheman on July 13, 2017 22:58

From @pittorf on July 12, 2017 6:13

users without account should be redirect to the registration site of the conference. this link / redirection should be configurable in conferences.yml

_Copied from original issue: dukecon/dukeconserver#60

_Copied from original issue: dukecon/dukeconinfra#24

ascheman commented 7 years ago

The layout of the login page is completely covered in this git project. I am not sure if/how we could make the registration link configurable per realm.

Question to @ahus1 or @dasniko if they have an idea how to add properties to the KeyCloak realm, e.g., an URL, and refer to the property from the KeyCloak theme?

dasniko commented 7 years ago

AFAIK you can't configure the registration link itself in KC, you can just switch it on and off by allowing user registration or not per realm. Additionally, I don't know any possibilities to add custom properties to realms.

ascheman commented 7 years ago

Thanks, I will raise a request for enhancement with KC to enable configurable external links.

On 14.07.2017, at 07:48, Niko Köbler notifications@github.com wrote:

AFAIK you can't configure the registration link itself in KC, you can just switch it on and off by allowing user registration or not per realm. Additionally, I don't know any possibilities to add custom properties to realms.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/dukecon/keycloak_postgres_https/issues/2#issuecomment-315276126, or mute the thread https://github.com/notifications/unsubscribe-auth/AAb1QJk2QS1YMXNrquTO8GH9BSOv8qYzks5sNwE9gaJpZM4OXpTp.

-- Gerd Aschemann --- Veröffentlichen heißt Verändern (Carmen Thomas) +49/173/3264070 -- gerd@aschemann.net -- http://www.aschemann.net

dasniko commented 7 years ago

Might be better to ask on the users mailinglist before. Perhaps somebody knows something...

ahus1 commented 7 years ago

@ascheman I currently see only a Javaland theme in this repo. Do you plan to have one theme for all conferences or one the for each conference?

If you would have one theme per conference, wouldn't it be possible to hardcode a registration link per conference?