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 c97124a commit c438008Copy full SHA for c438008
rootfs/etc/cas/config/cas.properties
@@ -23,8 +23,8 @@ server.maxHttpHeaderSize=2097152
23
server.useForwardHeaders=true
24
server.connectionTimeout=20000
25
26
-cas.server.name=https://host.docker.internal:8443
27
-cas.server.prefix=https://host.docker.internal:8443/cas
+cas.server.name=http://host.docker.internal:8443
+cas.server.prefix=http://host.docker.internal:8443/cas
28
29
cas.server.tomcat.httpProxy.httpServerUrl=http://host.docker.internal:8080/cas
30
rootfs/etc/cas/services/test.json
@@ -0,0 +1,6 @@
1
+{
2
+ "@class": "org.apereo.cas.services.RegexRegisteredService",
3
+ "serviceId": "^(https?|imaps?|http?)://host.docker.internal:3000.*",
4
+ "name": "wiki",
5
+ "id": 1675427745
6
+}
0 commit comments