You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/05/01 14:28:35 UTC

[GitHub] [zeppelin] ajaygk95 edited a comment on issue #2373: [ZEPPELIN-2598] Securing Zeppelin with OpenID Connect

ajaygk95 edited a comment on issue #2373: [ZEPPELIN-2598] Securing Zeppelin with OpenID Connect
URL: https://github.com/apache/zeppelin/pull/2373#issuecomment-488297287
 
 
   > 
   > 
   > @ajaygk95 , thanks for sharing - it worked for us! There are two not resolved questions still:
   > 
   >     * is it possible to define roles and users and have different permissions by using OpenID and Keycloak?
   > 
   >     * how to get real username in zeppelin in the top right corner instead of id from Keycloak?
   
   Hi @pmuntyanu ,
   I am still figuring out the authorization part. No clue on this yet
   For the username issue you can use `pac4jRealm.principalNameAttribute = preferred_username` under pac4jRealm section in your shiro.ini. This will display the actual username in your zeppelin UI.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services