tiboun commented on a change in pull request #3277: [ZEPPELIN-2881] Fix OIDC logout URL: https://github.com/apache/zeppelin/pull/3277#discussion_r245370085
########## 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've done it on my part as well, it works well and looking for the buji-pac4j's pom.xml, it's ok since osgi import definition include pac4j-core from 3 to 4. ---------------------------------------------------------------- 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