我在尝试使用Keycloak从外部IDP登录时出现此异常。Failed authentication: org.keycloak.authentication.AuthenticationFlowException: Not found serializedcontext in clientSession
at org.keycloak.authentication.authenticators.broker.AbstractIdpAuthenticator.authentica
我正在为Keycloak编写一个自定义身份验证SPI。要对cookie进行身份验证,我希望使用密钥披风服务的AuthenticationManager。我在项目中添加了keycloak服务作为maven依赖项。它不会给出任何编译错误,但是在Keycloak上部署SPI之后,它会将我抛到异常下面。这里是一个例外:
服务器错误: org/keycloak/services/managers/AuthenticationManager at org.<