tiboun commented on a change in pull request #3277: [ZEPPELIN-2881] Fix OIDC logout URL: https://github.com/apache/zeppelin/pull/3277#discussion_r244869176
########## 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: There's some conflict dependencies with buji-pac4j. I've asked him to update its dependencies. If he updates it, I will bump the version in this PR. If not, we can just create a new PR to update this dependency afterwards. The PR for buji is here https://github.com/bujiio/buji-pac4j/issues/82 ---------------------------------------------------------------- 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