diff --git a/beacon/auth/idp_providers/example.txt b/beacon/auth/idp_providers/example.txt index 1dca3fe..002befc 100644 --- a/beacon/auth/idp_providers/example.txt +++ b/beacon/auth/idp_providers/example.txt @@ -1,6 +1,6 @@ CLIENT_ID=beacon CLIENT_SECRET='b26ca0f9-1137-4bee-b453-ee51eefbe7ba' -USER_INFO='http://host.docker.internal:8085/auth/realms/Beacon/protocol/openid-connect/userinfo' -INTROSPECTION='http://host.docker.internal:8085/auth/realms/Beacon/protocol/openid-connect/token/introspect' -ISSUER='http://localhost:8085/auth/realms/Beacon' -JWKS_URL='http://host.docker.internal:8085/auth/realms/Beacon/protocol/openid-connect/certs' \ No newline at end of file +USER_INFO='http://idp:8080/auth/realms/Beacon/protocol/openid-connect/userinfo' +INTROSPECTION='http://idp:8080/auth/realms/Beacon/protocol/openid-connect/token/introspect' +ISSUER='http://localhost:8080/auth/realms/Beacon' +JWKS_URL='http://idp:8080/auth/realms/Beacon/protocol/openid-connect/certs' \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index cb66798..42926c9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,7 +46,7 @@ services: volumes: - ./beacon/auth/realms/beacon-realm.json:/tmp/beacon-realm.json ports: - - "8085:8080" + - "8080:8080" - "9991:8443" networks: - idp-priv