Skip to content

Commit

Permalink
document on_error option for STSExchange
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Jul 2, 2021
1 parent 3a36198 commit 10bdeef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sts.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
# cache.name=<string>
# Name of the cache to use for caching the resulting token (previously defined with STSCache).
# When not defined, the default internal shared memory cache will be used.
#
# on_error=[return|pass]
# Specify the behavior when the source token is missing or the exchange fails.
# "return" will return a 401 error to the caller, "pass" will propagate the request without a swapped token
# When not defined, the default is return

#
# Authentication Options
Expand Down

0 comments on commit 10bdeef

Please sign in to comment.