Skip to content

Commit

Permalink
OIDC Discovery Fix
Browse files Browse the repository at this point in the history
Fixes issue #20

Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
  • Loading branch information
jfelixh committed Jun 10, 2024
1 parent f4d23d5 commit 48de0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
# - TRACING_PROVIDERS_JAEGER_LOCAL_AGENT_ADDRESS=jaeger:6831
# - TRACING_PROVIDERS_JAEGER_SAMPLING_TYPE=const
# - TRACING_PROVIDERS_JAEGER_SAMPLING_VALUE=1
- WEBFINGER_OIDC_DISCOVERY_USERINFO_URL=http://hydra:4444/userinfo
- WEBFINGER_OIDC_DISCOVERY_USERINFO_URL=http://localhost:5004/userinfo
- OIDC_DYNAMIC_CLIENT_REGISTRATION_ENABLED=true
restart: on-failure

Expand Down

0 comments on commit 48de0dc

Please sign in to comment.