You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
@cdmikechen
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 ?