We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a7bf2 commit 19ed823Copy full SHA for 19ed823
docker/reverse-proxy/authenticate.include
@@ -1,7 +1,7 @@
1
access_by_lua_block {
2
local opts = {
3
redirect_uri_path = "/redirect_uri",
4
- discovery = "http://keycloak:8080/auth/realms/compas/.well-known/openid-configuration",
+ discovery = "http://localhost/auth/realms/compas/.well-known/openid-configuration",
5
client_id = "openscd",
6
redirect_uri_scheme = "http",
7
logout_path = "/logout",
0 commit comments