Github user ajaygk95 commented on the issue:
https://github.com/apache/zeppelin/pull/2373
>
>
> @SarunasG @1ambda @khalidhuseynov @andreaTP Hello, is there any doc of
details for me to add libs in 0.7.3 and by changing the shiro.ini config file
to support open id?
Hello @xixikaikai ,
I am using zeppelin 0.8.0 and with the below changes i am able to integrate
it with keycloak.
Dependencies to be added in zeppelin-0.8.0 lib folder:
buji-pac4j-3.0.0.jar
lang-tag-1.4.3.jar
json-smart-1.3.1.jar
commons-lang3-3.5.jar
commons-collections4-4.1.jar
pac4j-core-2.3.1.jar
oauth2-oidc-sdk-5.24.2.jar
mail-1.4.7.jar
shiro-crypto-hash-1.4.0.jar
shiro-crypto-core-1.4.0.jar
shiro-crypto-cipher-1.4.0.jar
shiro-core-1.4.0.jar
shiro-config-ogdl-1.4.0.jar
shiro-config-core-1.4.0.jar
shiro-cache-1.4.0.jar
pac4j-oidc-2.3.1.jar
slf4j-api-1.7.25.jar
shiro-web-1.4.0.jar
shiro-lang-1.4.0.jar
shiro-event-1.4.0.jar
I have added the shiro.ini conf and dependency in the attachment.
[dep.txt](https://github.com/apache/zeppelin/files/2391716/dep.txt)
---