Jeff-Tian / keycloak-services-social-weixin

Keycloak 微信登录插件,支持 PC 端扫码登录、关注公众号即登录、手机微信等登录方式。

Home Page:https://central.sonatype.com/artifact/io.github.jeff-tian/keycloak-services-social-weixin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This should be set elsewhere. find out why tests fail. Don't know where this i...

todo opened this issue · comments

commented

event.detail(Details.CODE_ID, authSession.getParentSession().getId()); // todo This should be set elsewhere. find out why tests fail. Don't know where this is supposed to be set
logger.info("Login success!");
logger.info(Util.inspect("session", session));
logger.info(Util.inspect("request", request));
return AuthenticationManager.finishedRequiredActions(session, authSession, null, clientConnection, request, session.getContext().getUri(), event);


This issue was generated by todo based on a todo comment in 8bcbda1. It's been assigned to @Jeff-Tian because they committed the code.