1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-04-28 10:55:03 +02:00

Merge branch 'keycloak-open-registration' into 'master'

keycloak: Enable account registation (fixes #39)

Closes #39

See merge request archlinux/infrastructure!15
This commit is contained in:
Kristian Klausen 2021-09-04 13:21:27 +00:00
commit 10aa967e51

View File

@ -66,6 +66,7 @@ resource "keycloak_realm" "archlinux" {
display_name = "Arch Linux"
display_name_html = "<div class=\"kc-logo-text\"><span>Arch Linux</span></div>"
registration_allowed = true
reset_password_allowed = true
verify_email = true
login_with_email_allowed = true
@ -206,7 +207,7 @@ resource "keycloak_oidc_identity_provider" "realm_identity_provider" {
token_url = ""
default_scopes = ""
post_broker_login_flow_alias = keycloak_authentication_flow.arch_post_ipr_flow.alias
enabled = false
enabled = true
trust_email = false
store_token = false
backchannel_supported = false