Skip to content

Commit

Permalink
well-known
Browse files Browse the repository at this point in the history
  • Loading branch information
djbusby committed Jan 27, 2022
1 parent 9235db9 commit b115c46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/apache2-example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ Define "sso_root" "/opt/openthc/sso"
SSLCertificateFile /etc/letsencrypt/live/${sso_host}/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/${sso_host}/privkey.pem

RewriteEngine On
RewriteRule ^/.well-known/change-password /auth/open?a=password-reset [R=302,L]

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

</VirtualHost>

0 comments on commit b115c46

Please sign in to comment.