|
94 | 94 | # pubkey <string> PEM formatted RSA public key kid, verify.iss, verify.exp, verify.iat, verify.iat.slack_before, verify.iat.slack_after, type |
95 | 95 | # eckey_uri <url> URL on wich the Elliptic Curve key is eckey_uri.ssl_verify, eckey_uri.cache, eckey_uri.expiry, |
96 | 96 | # 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 |
98 | 99 | # |
99 | 100 | # OAuth2TokenVerify Options: |
100 | 101 | # |
|
107 | 108 | # verify.iat.slack_before <number> acceptable clock drift in seconds for the "iat" claim: anything issued before now-number will be rejected |
108 | 109 | # verify.iat.slack_after <number> acceptable clock drift in seconds for the "iat" claim: anything issued after now+number will be rejected |
109 | 110 | # 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, |
111 | 112 | # default is "default", otherwise must refer to a named cache defined with OAuth2Cache |
112 | 113 | # expiry <number> cache expiry in seconds for access token validation results |
113 | 114 | # introspect.auth <auth> endpoint authentication, see Authentication Options |
114 | 115 | # introspect.token_param_name <string> name of the parameter in which the access token is sent, if is not the default "token" |
115 | 116 | # introspect.params <form-encoded-string> form-encoded extra POST parameters sent to the introspectoin endpoint e.g. key1%3Done%26key2%3Dtwo |
116 | 117 | # *.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 |
118 | 119 | # 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 |
120 | 121 | # |
121 | 122 | # Authentication Options: |
122 | 123 | # |
|
0 commit comments