tiboun commented on a change in pull request #3277: [ZEPPELIN-2881] Fix OIDC logout URL: https://github.com/apache/zeppelin/pull/3277#discussion_r244767268
########## File path: zeppelin-distribution/pom.xml ########## @@ -113,6 +113,32 @@ </build> <profiles> + <profile> + <id>oidc</id> + + <activation> + <activeByDefault>false</activeByDefault> + </activation> + + <dependencies> + <dependency> + <groupId>io.buji</groupId> + <artifactId>buji-pac4j</artifactId> + <version>4.0.0</version> + </dependency> + <dependency> + <groupId>org.pac4j</groupId> + <artifactId>pac4j-oidc</artifactId> + <version>3.0.2</version> Review comment: I'll try it, hope there's no conflict dependencies :) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services