Skip to content

Commit 8d1d1f9

Browse files
committed
update oauth2.conf docs; closes #76
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent bd6f71c commit 8d1d1f9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

oauth2.conf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
# pubkey <string> PEM formatted RSA public key kid, verify.iss, verify.exp, verify.iat, verify.iat.slack_before, verify.iat.slack_after, type
9595
# eckey_uri <url> URL on wich the Elliptic Curve key is eckey_uri.ssl_verify, eckey_uri.cache, eckey_uri.expiry,
9696
# published as a PEM (Amazon ALB specific) verify.iss, verify.exp, verify.iat, verify.iat.slack_before, verify.iat.slack_after
97-
#
97+
# aws_alb <string> ALB ARN alb_base_url, aws_alb.ssl_verify, aws_alb.auth, aws_alb.cache, aws_alb.expiry
98+
# verify.iss, verify.exp, verify.iat, verify.iat.slack_before, verify.iat.slack_after
9899
#
99100
# OAuth2TokenVerify Options:
100101
#
@@ -107,16 +108,16 @@
107108
# verify.iat.slack_before <number> acceptable clock drift in seconds for the "iat" claim: anything issued before now-number will be rejected
108109
# verify.iat.slack_after <number> acceptable clock drift in seconds for the "iat" claim: anything issued after now+number will be rejected
109110
# type [mtls|dpop] type of proof of possession, mtls.policy=[optional|required]
110-
# cache <string> cache backend name for access token validation results,
111+
# verify.cache <string> cache backend name for access token validation results,
111112
# default is "default", otherwise must refer to a named cache defined with OAuth2Cache
112113
# expiry <number> cache expiry in seconds for access token validation results
113114
# introspect.auth <auth> endpoint authentication, see Authentication Options
114115
# introspect.token_param_name <string> name of the parameter in which the access token is sent, if is not the default "token"
115116
# introspect.params <form-encoded-string> form-encoded extra POST parameters sent to the introspectoin endpoint e.g. key1%3Done%26key2%3Dtwo
116117
# *.ssl_verify true|false verify the TLS certificate presented on the configured HTTPs URL
117-
# *.cache <string> cache backend name for results resolved from a URI
118+
# *.cache <string> [introspect|jwks_uri|eckey_uri|aws_alb] cache backend name for content resolved from a URI
118119
# default is "default", otherwise must refer to a named cache defined with OAuth2Cache
119-
# *.expiry <number> cache expiry for results resolved from a URI
120+
# *.expiry <number> [introspect|jwks_uri|eckey_uri|aws_alb] cache expiry for content resolved from a URI
120121
#
121122
# Authentication Options:
122123
#

0 commit comments

Comments
 (0)