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

 ##########
 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:
   Can this version be bumped to 3.4.0 Because this pac4j-oidc client will not 
work with the latest keycloak release. 
[1189](https://github.com/pac4j/pac4j/issues/1189)
   The above issue is resolved in pac4j-oidc 3.4.0

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