Skip to content

Commit

Permalink
Add explanatory comment.
Browse files Browse the repository at this point in the history
Co-authored-by: Padraic Shafer <[email protected]>
  • Loading branch information
danielballan and padraic-shafer authored Jan 17, 2025
1 parent 4abacde commit d9f03a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/explanations/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ authentication:
# The audience claim is checked by the OIDC Client (Tiled)
# It checks that the Authentication header that you are passed has not been intercepted
# And that elevated claims from other services do not apply here
audience: tiled # or similar
audience: tiled # something unique to ensure received headers are for you
client_id: tiled_client
client_secret: ${OIDC_CLIENT_SECRET} # referencing an environment variable
well_known_uri: example.com/.well-known/openid-configuration
Expand Down

0 comments on commit d9f03a9

Please sign in to comment.