ajaygk95 commented on a change in pull request #3277: [ZEPPELIN-2881] Fix OIDC 
logout
URL: https://github.com/apache/zeppelin/pull/3277#discussion_r245275311
 
 

 ##########
 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:
   Okay. Just for the information i have already tested this with the latest 
pac4j-oidc and pac4j-core 3.4.0 version by pulling these jars and adding them 
to zeppelin classpath and its working. Adding my pom below for reference 

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

Reply via email to