Keycloak user federator

自闭症网瘾萝莉.ら 提交于 2020-01-05 10:31:15

问题


I'm trying to put my new custom Federator in Keycloak so I've compiled my jar filed created using mvn clean install into standalone/configuration/providers following this guide.

I then restarted the Wildfly 8 server but it doesn't seem to register my customer Federation provider.

Is there a reason why this isn't working?


回答1:


Add a file

META-INF/services/org.keycloak.models.UserFederationProviderFactory

containing the full classname of your custom provider factory. For example be.abc.def.MyCustomProviderFactory

Restart Wildfly and the provider factory (not the provider itself) should be listed in the Users > Federation > Add provider dropdown by its id.



来源:https://stackoverflow.com/questions/28251672/keycloak-user-federator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!