From 600a446b56e197d7d0aaf67b8ba6f7d36508bf93 Mon Sep 17 00:00:00 2001 From: Mirco Ropic Date: Fri, 25 Jul 2025 14:17:42 +0000 Subject: [PATCH] Dateien nach "sourcecode/src/main/java/resources/META-INF/services" hochladen --- .../services/org.keycloak.authentication.AuthenticatorFactory | 1 + 1 file changed, 1 insertion(+) create mode 100644 sourcecode/src/main/java/resources/META-INF/services/org.keycloak.authentication.AuthenticatorFactory diff --git a/sourcecode/src/main/java/resources/META-INF/services/org.keycloak.authentication.AuthenticatorFactory b/sourcecode/src/main/java/resources/META-INF/services/org.keycloak.authentication.AuthenticatorFactory new file mode 100644 index 0000000..0f0cc8c --- /dev/null +++ b/sourcecode/src/main/java/resources/META-INF/services/org.keycloak.authentication.AuthenticatorFactory @@ -0,0 +1 @@ +de.gmp.keycloak.IpAuthenticatorFactory