Skip to content

Commit

Permalink
example env
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Oct 9, 2024
1 parent 90a11a6 commit e3e27ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions beacon/auth/idp_providers/example.txt
Original file line number Diff line number Diff line change
@@ -0,0 +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'

0 comments on commit e3e27ee

Please sign in to comment.