Skip to content

Commit

Permalink
changing example idp provider to work with keycloak in all environments
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Nov 8, 2024
1 parent e63918b commit fceb9a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions beacon/auth/idp_providers/example.txt
Original file line number Diff line number Diff line change
@@ -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'
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'
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fceb9a9

Please sign in to comment.