]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot-oauth2.conf.ext: Update to match code
authorAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 4 Jun 2020 07:41:32 +0000 (10:41 +0300)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 5 Jun 2020 06:12:09 +0000 (09:12 +0300)
doc/example-config/dovecot-oauth2.conf.ext

index 7dd6b9470a8639ef9c34ea7a977cee6b90d1ece7..2ac31a0dfc8040674034ff7600cc743c0a6a4bc6 100644 (file)
 ##   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/<azp:default>/<alg>/<kid:default>
 # 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