mousumi16 opened a new issue, #1034:
URL: https://github.com/apache/submarine/issues/1034

   Please give a sample code on how to use the newly added OIDC feature in 
apache submarine.
       claimsMap.put("jti", sysUser.getId());
           // TODO(cdmikechen) By default the simple token is used,
           //  in other cases such as ldap it may need to be returned as an 
interface
           String token = 
SimpleLoginConfig.getJwtGenerator().generate(claimsMap);
           
           sysUser.setToken(token);
   
   the above code comment is added with OIDC feature. What does this mean and 
how the OIDC login is going to work?
   where to provide the client id n secret details to connect to Keycloak ?
   
   Please guide on this.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to