@ -44,8 +44,7 @@ entries:
|
|||||||
- matching_mode: strict
|
- matching_mode: strict
|
||||||
url: https://localhost:8443/test/a/authentik/callback
|
url: https://localhost:8443/test/a/authentik/callback
|
||||||
- matching_mode: strict
|
- matching_mode: strict
|
||||||
url: https://10.120.20.76:8443/test/a/authentik/callback
|
url: https://host.docker.internal:8443/test/a/authentik/callback
|
||||||
# url: !Format [https://%s:8443/test/a/authentik/callback, !Context host_ip]
|
|
||||||
property_mappings:
|
property_mappings:
|
||||||
- !Find [authentik_providers_oauth2.scopemapping, [managed, goauthentik.io/providers/oauth2/scope-openid]]
|
- !Find [authentik_providers_oauth2.scopemapping, [managed, goauthentik.io/providers/oauth2/scope-openid]]
|
||||||
- !Find [authentik_providers_oauth2.scopemapping, [managed, goauthentik.io/providers/oauth2/scope-email]]
|
- !Find [authentik_providers_oauth2.scopemapping, [managed, goauthentik.io/providers/oauth2/scope-email]]
|
||||||
@ -74,8 +73,7 @@ entries:
|
|||||||
- matching_mode: strict
|
- matching_mode: strict
|
||||||
url: https://localhost:8443/test/a/authentik/callback
|
url: https://localhost:8443/test/a/authentik/callback
|
||||||
- matching_mode: strict
|
- matching_mode: strict
|
||||||
url: https://10.120.20.76:8443/test/a/authentik/callback
|
url: https://host.docker.internal:8443/test/a/authentik/callback
|
||||||
# url: !Format [https://%s:8443/test/a/authentik/callback, !Context host_ip]
|
|
||||||
property_mappings:
|
property_mappings:
|
||||||
- !Find [authentik_providers_oauth2.scopemapping, [managed, goauthentik.io/providers/oauth2/scope-openid]]
|
- !Find [authentik_providers_oauth2.scopemapping, [managed, goauthentik.io/providers/oauth2/scope-openid]]
|
||||||
- !Find [authentik_providers_oauth2.scopemapping, [managed, goauthentik.io/providers/oauth2/scope-email]]
|
- !Find [authentik_providers_oauth2.scopemapping, [managed, goauthentik.io/providers/oauth2/scope-email]]
|
||||||
|
|||||||
@ -14,13 +14,15 @@ services:
|
|||||||
image: ghcr.io/beryju/oidc-conformance-suite-server:v5.1.32
|
image: ghcr.io/beryju/oidc-conformance-suite-server:v5.1.32
|
||||||
ports:
|
ports:
|
||||||
- "9999:9999"
|
- "9999:9999"
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
command: >
|
command: >
|
||||||
java
|
java
|
||||||
-Xdebug -Xrunjdwp:transport=dt_socket,address=*:9999,server=y,suspend=n
|
-Xdebug -Xrunjdwp:transport=dt_socket,address=*:9999,server=y,suspend=n
|
||||||
-jar /server/fapi-test-suite.jar
|
-jar /server/fapi-test-suite.jar
|
||||||
-Djdk.tls.maxHandshakeMessageSize=65536
|
-Djdk.tls.maxHandshakeMessageSize=65536
|
||||||
--fintechlabs.base_url=https://10.120.20.76:8443
|
--fintechlabs.base_url=https://host.docker.internal:8443
|
||||||
--fintechlabs.base_mtls_url=https://localhost.emobix.co.uk:8444
|
--fintechlabs.base_mtls_url=https://host.docker.internal:8444
|
||||||
--fintechlabs.devmode=true
|
--fintechlabs.devmode=true
|
||||||
--fintechlabs.startredir=true
|
--fintechlabs.startredir=true
|
||||||
links:
|
links:
|
||||||
|
|||||||
Reference in New Issue
Block a user