chibenwa commented on a change in pull request #781:
URL: https://github.com/apache/james-project/pull/781#discussion_r765406446



##########
File path: server/apps/cassandra-app/sample-configuration/jmap.properties
##########
@@ -24,7 +24,9 @@ tls.secret=james72laBalle
 # view.email.query.enabled=true
 
 # If you want to specified authentication strategies for Jmap draft version
-# 
authentication.strategy.draft=org.apache.james.jmap.http.AccessTokenAuthenticationStrategy,org.apache.james.jmap.jwt.JWTAuthenticationStrategy,org.apache.james.jmap.http.QueryParameterAccessTokenAuthenticationStrategy
+# For custom Authentication Strategy not inside package 
"org.apache.james.jmap.http", you have to specify its FQDN
+# 
authentication.strategy.draft=AccessTokenAuthenticationStrategy,JWTAuthenticationStrategy,QueryParameterAccessTokenAuthenticationStrategy,org.apache.james.jmap.custom.authentication.strategy.StrategyA
 
 # If you want to specified authentication strategies for Jmap rfc-8621 version
-# 
authentication.strategy.rfc8621=org.apache.james.jmap.jwt.JWTAuthenticationStrategy,org.apache.james.jmap.http.BasicAuthenticationStrategy
\ No newline at end of file
+# For custom Authentication Strategy not inside package 
"org.apache.james.jmap.http", you have to specify its FQDN
+# 
authentication.strategy.rfc8621=JWTAuthenticationStrategy,BasicAuthenticationStrategy,org.james.james.jmap.custom.authentication.StrategyA

Review comment:
       (in all relevant places)




-- 
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]

Reply via email to