From: Aki Tuomi Date: Thu, 4 Jun 2020 07:41:32 +0000 (+0300) Subject: dovecot-oauth2.conf.ext: Update to match code X-Git-Tag: 2.3.11.2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2a74d2537ec3f1f99062f03fb12b32f7a468731c;p=thirdparty%2Fdovecot%2Fcore.git dovecot-oauth2.conf.ext: Update to match code --- diff --git a/doc/example-config/dovecot-oauth2.conf.ext b/doc/example-config/dovecot-oauth2.conf.ext index 7dd6b9470a..2ac31a0dfc 100644 --- a/doc/example-config/dovecot-oauth2.conf.ext +++ b/doc/example-config/dovecot-oauth2.conf.ext @@ -10,13 +10,15 @@ ## auth = GET request with Bearer authentication ## get = GET request with token appended to URL ## post = POST request with token=bearer_token as content +## local = perform local validation only # introspection_mode = auth ## Force introspection even if tokeninfo contains wanted fields ## Set this to yes if you are using active_attribute # force_introspection = no -## Validation key dictionary, turns on local validation +## Validation key dictionary (e.g. fs:posix:prefix=/etc/dovecot/keys/) +## Lookup key is /shared/// # local_validation_key_dict = ## A single wanted scope of validity (optional) @@ -34,6 +36,9 @@ ## Expected value in active_attribute (empty = require present, but anything goes) # active_value = +## Expected issuer(s) for the token (space separated list) +# issuers = + ## Extra fields to set in passdb response (in passdb static style) # pass_attrs = @@ -44,7 +49,7 @@ # debug = no ## Max parallel connections (how many simultaneous connections to open) -# max_parallel_connections = 1 +# max_parallel_connections = 10 ## Max pipelined requests (how many requests to send per connection, requires server-side support) # max_pipelined_requests = 1