chibenwa commented on a change in pull request #781:
URL: https://github.com/apache/james-project/pull/781#discussion_r765406914
##########
File path:
server/apps/distributed-app/docs/modules/ROOT/pages/configure/jmap.adoc
##########
@@ -55,6 +55,17 @@ This enables a higher resilience, but the projection needs
to be correctly popul
| Optional boolean. Defaults to true.
| Governs whether authenticated users that do not exist locally should be
created in the users repository.
+
+| authentication.strategy.draft
+| Optional List[String] with delimiter `,` . Specify which authentication
strategies system admin want to use for JMAP draft server.
+If non is specified, JMAP draft server will fallback to default strategies:
+`AccessTokenAuthenticationStrategy`, `JWTAuthenticationStrategy`,
`QueryParameterAccessTokenAuthenticationStrategy`
+
+| authentication.strategy.rfc8621
+| Optional List[String] with delimiter `,` . Specify which authentication
strategies system admin want to use for JMAP RFC-8621 server.
+If non is specified, JMAP RFC-8621 server will fallback to default strategies:
+`JWTAuthenticationStrategy`, `BasicAuthenticationStrategy`
Review comment:
Please tell what is the implicit package name in the doc.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]