Skip to content

Commit

Permalink
simple-oidc-client uses client_id as audience
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Jan 15, 2025
1 parent 0bbd25e commit 2db87e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_configs/simple_oidc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authentication:
- provider: simple_oidc
authenticator: tiled.authenticators:OIDCAuthenticator
args:
audience: tiled
audience: ${OIDC_CLIENT_ID}
client_id: ${OIDC_CLIENT_ID}
client_secret: ${OIDC_CLIENT_SECRET}
well_known_uri: "${OIDC_BASE_URL}/.well-known/openid-configuration"
Expand Down

0 comments on commit 2db87e7

Please sign in to comment.