我遵循了为keycloak.I设置自定义身份验证器spi的演练。我尝试使用中的示例代码。:8.0.0-SNAPSHOT: Could not find artifact org.keycloak:keycloak-parent:pom:8.0.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ org.keycloak:keycloak-examples-parent:8.
我正在为Keycloak编写一个自定义身份验证SPI。要对cookie进行身份验证,我希望使用密钥披风服务的AuthenticationManager。我在项目中添加了keycloak服务作为maven依赖项。它不会给出任何编译错误,但是在Keycloak上部署SPI之后,它会将我抛到异常下面。这里是一个例外:
服务器错误: org/keycloak/services/managers/AuthenticationManager at org.<