package-pipelines-miscellan.../keycloak-24/keycloak.site.conf
s3lph 7e50ffca40
Some checks failed
/ ansible-semaphore (push) Successful in 3m7s
/ atlasswprobe (push) Successful in 4m6s
/ daliserver (push) Successful in 2m31s
/ forgejo (push) Successful in 6m42s
/ forgejo-runner (push) Successful in 2m4s
/ http-mqtt-bridge (push) Successful in 5m25s
/ keycloak-23 (push) Successful in 11m14s
/ keycloak-24 (push) Successful in 11m14s
/ linux-diversion-ath-regd-optional (push) Successful in 31m51s
/ lottieconverter (push) Successful in 56s
/ matterbridge (push) Successful in 3m39s
/ matrix-element-web (push) Failing after 36s
/ matrix-hydrogen (push) Failing after 38s
/ matrix.to (push) Successful in 6m49s
/ maubot (push) Successful in 14m48s
/ maubot-plugin-spaceapi (push) Successful in 2m12s
/ maubot-plugin-ultimaker (push) Successful in 2m19s
/ mautrix-signal (push) Successful in 47s
/ mautrix-telegram (push) Successful in 1m21s
/ mediawiki-extension-auth-remoteuser (push) Successful in 40s
/ mediawiki-extension-nativesvghandler (push) Successful in 1m11s
/ mediawiki-extension-openidconnect (push) Successful in 1m21s
/ mediawiki-extension-pluggableauth (push) Successful in 1m0s
/ mqtt2prometheus (push) Successful in 1m48s
/ mumble-web (push) Successful in 58s
/ mumble-web-data (push) Failing after 1m9s
/ mumble-web-proxy (push) Failing after 58s
/ prometheus-ipmi-exporter (push) Successful in 1m49s
/ prometheus-dnsbl-exporter (push) Successful in 1m31s
/ prometheus2influxdb (push) Successful in 55s
/ python3-mautrix (push) Successful in 1m14s
/ python3-telethon (push) Successful in 1m21s
/ repo.s3lph.me-apt-source (push) Successful in 59s
/ republik-feeder (push) Successful in 1m25s
/ woodpecker-agent (push) Successful in 3m12s
/ woodpecker-cli (push) Successful in 1m11s
feat: add keycloak-24
2024-03-04 21:59:51 +01:00

31 lines
No EOL
1 KiB
Text

<VirtualHost *:80>
ServerName keycloak.example.org
DocumentRoot /var/www/html
ProxyPass /js/ http://localhost:8080/js/
ProxyPassReverse /js/ http://localhost:8080/js/
ProxyPass /realms/ http://localhost:8080/realms/
ProxyPassReverse /realms/ http://localhost:8080/realms/
ProxyPass /resources/ http://localhost:8080/resources/
ProxyPassReverse /resources/ http://localhost:8080/resources/
# Redirect root to user account management
RewriteEngine on
RewriteRule ^/?$ /realms/EXAMPLE/account [L,R]
## Test client that dumps the id_token
#OIDCProviderMetadataURL https://keycloak.example.org/realms/EXAMPLE/.well-known/openid-configuration
#OIDCClientID foo
#OIDCClientSecret bar
#OIDCRedirectURI https://keycloak.example.org/test-client/redirect
#OIDCCryptoPassphrase supersecurepassword
#OIDCInfoHook id_token
#<Location /test-client>
# AuthType openid-connect
# Require valid-user
# RewriteRule .* /test-client/redirect?info=html
#</Location>
</VirtualHost>