1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-02 13:06:09 +02:00

keycloak: Enable account console v3 for its custom field support[1]

Our custom Keycloak theme[2] must be updated to use the new account
console[3] which will be handled later.

[1] https://www.keycloak.org/2023/04/keycloak-2110-released#_experimental_account_console_version_3
[2] https://gitlab.archlinux.org/archlinux/keycloak-archlinux-theme
[3] 238889fb36/lib/src/main/resources/theme/archlinux/account/theme.properties (L1)

Fixes: 140b9acd ("tf-stage2: Add an arch specific question for signing up to reduce spam")
This commit is contained in:
Kristian Klausen 2023-06-17 18:38:21 +02:00
parent 122eb202d9
commit c673b22aa9
No known key found for this signature in database
GPG Key ID: E2BE346E410366C3

View File

@ -16,4 +16,4 @@ db-url=jdbc:postgresql://localhost/{{ keycloak_db_name }}
# https://www.keycloak.org/2022/04/keycloak-1800-released#_openid_connect_logout
spi-login-protocol-openid-connect-legacy-logout-redirect-uri=true
features=declarative-user-profile
features=declarative-user-profile,account3