diff --git a/jsc_custom/apihandler/workshops_manage.py b/jsc_custom/apihandler/workshops_manage.py
index 471e0d1dde38655b305c0a8abdb6ca2e4c0d95f5..5f40134cd5c7a66785bf536e37ab17d8ce58df1f 100644
--- a/jsc_custom/apihandler/workshops_manage.py
+++ b/jsc_custom/apihandler/workshops_manage.py
@@ -16,7 +16,7 @@ def isInstructor(entitlements=[]):
         .get("workshop", {})
         .get(
             "instructorGroup",
-            "urn:geant:dfn.de:fz-juelich.de:jsc:group:jupyter:workshop_instructors#login.jsc.fz-juelich.de",
+            "geant:dfn.de:fz-juelich.de:jsc:jupyter:workshop_instructors",
         )
     )
     if instructorGroup in entitlements:
diff --git a/jsc_custom/handler/workshop_manage.py b/jsc_custom/handler/workshop_manage.py
index f0f364ffd1e028642586c3af6d47c6483a5f586f..7c51ed0f6052ca6a384bb623a26959cde199df63 100644
--- a/jsc_custom/handler/workshop_manage.py
+++ b/jsc_custom/handler/workshop_manage.py
@@ -17,7 +17,7 @@ def isInstructor(entitlements=[]):
         .get("workshop", {})
         .get(
             "instructorGroup",
-            "urn:geant:dfn.de:fz-juelich.de:jsc:group:jupyter:workshop_instructors#login.jsc.fz-juelich.de",
+            "geant:dfn.de:fz-juelich.de:jsc:jupyter:workshop_instructors",
         )
     )
     if instructorGroup in entitlements: