chibenwa commented on code in PR #3080:
URL: https://github.com/apache/james-project/pull/3080#discussion_r3518056164


##########
server/apps/memory-app/src/main/java/org/apache/james/MemoryJamesConfiguration.java:
##########
@@ -89,6 +92,11 @@ public Builder enableJMAP() {
             return this;
         }
 
+        public Builder enableJMAPOidc() {
+            this.jmapOidcEnabled = Optional.of(true);

Review Comment:
   > we may not configure the OidcAuthenticationStrategy and we should not load 
the OIDC cache or anything.
   
   Why ?
   
   If the multibinder for auth strategies do not declare it, then it wont be 
pulled, along with its dependencies, don't I get it correctly ?



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