Skip to content
Snippets Groups Projects
Commit 2d2ab844 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

keycloak: Add "Well-Known URL for Changing Passwords"[1]

parent 2a16cf99
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,11 @@ server {
root {{ keycloak_domain }};
# https://w3c.github.io/webappsec-change-password-url/
location /.well-known/change-password {
return 302 https://$server_name/auth/realms/archlinux/account/#/security/signingin;
}
location ~ /auth/realms/[a-z]+/metrics {
auth_basic "Prometheus exporter";
auth_basic_user_file {{ keycloak_nginx_htpasswd }};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment