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


##########
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:
   >  But there is a caveat here: the OidcBackchannelLogoutRoutes may be 
loaded, as it is not a dependency of the OidcAuthenticationStrategy, which is 
not what we want.
   
   Can't we actually leverage this as an extra webadmin route ?
   
   This solves the problem and removes the configuration gate alltogether...



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