Skip to content

Commit

Permalink
fix(idp): increase order in idp-provider
Browse files Browse the repository at this point in the history
Signed-off-by: opdt <[email protected]>
  • Loading branch information
opdt authored and opdt-reviewer committed Dec 19, 2024
1 parent e2d00e3 commit 67f0081
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package de.arbeitsagentur.opdt.keycloak.cassandra.identityProvider;

import static de.arbeitsagentur.opdt.keycloak.common.CommunityProfiles.isCassandraProfileEnabled;
import static org.keycloak.userprofile.DeclarativeUserProfileProviderFactory.PROVIDER_PRIORITY;

import com.google.auto.service.AutoService;
import org.keycloak.Config;
Expand Down Expand Up @@ -38,6 +37,6 @@ public String getId() {

@Override
public int order() {
return PROVIDER_PRIORITY + 1;
}
return 11;
} // Infinispan-Order + 1
}

0 comments on commit 67f0081

Please sign in to comment.