forked from keycloak/terraform-provider-keycloak
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Revise custom-user-federation configuration
Fixes keycloak#424
- Loading branch information
1 parent
898094d
commit f669fde
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
custom-user-federation-example/src/main/resources/META-INF/jboss-deployment-structure.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jboss-deployment-structure> | ||
<deployment> | ||
<dependencies> | ||
<module name="org.keycloak.keycloak-core" export="true" /> | ||
<module name="org.keycloak.keycloak-server-spi" export="true" /> | ||
<module name="org.keycloak.keycloak-server-spi-private" export="true" /> | ||
<module name="org.keycloak.keycloak-services" export="true" /> | ||
<module name="org.bouncycastle" export="true" /> | ||
<module name="com.google.guava" export="true" /> | ||
<module name="org.jboss.logging" export="true" /> | ||
<module name="org.apache.commons.io" export="true" /> | ||
</dependencies> | ||
</deployment> | ||
</jboss-deployment-structure> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters