Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新しいカスタム Federator を Keycloak に配置しようとしているので、このガイドに従って作成mvn clean installした jar ファイルをコンパイルしました。standalone/configuration/providers
mvn clean install
standalone/configuration/providers
その後、Wildfly 8 サーバーを再起動しましたが、顧客のフェデレーション プロバイダーが登録されていないようです。
これが機能しない理由はありますか?
ファイルを追加する
META-INF/services/org.keycloak.models.UserFederationProviderFactory
カスタム プロバイダファクトリの完全なクラス名を含みます。たとえば、be.abc.def.MyCustomProviderFactory
Wildfly を再起動すると、プロバイダー ファクトリ (プロバイダー自体ではない) が [ユーザー] > [フェデレーション] > [プロバイダーの追加] ドロップダウンに ID で表示されます。