diff --git a/shib-oxauth-authn/src/main/java/org/gluu/idp/externalauth/ShibOxAuthAuthServlet.java b/shib-oxauth-authn/src/main/java/org/gluu/idp/externalauth/ShibOxAuthAuthServlet.java index 2607764..060ec2a 100644 --- a/shib-oxauth-authn/src/main/java/org/gluu/idp/externalauth/ShibOxAuthAuthServlet.java +++ b/shib-oxauth-authn/src/main/java/org/gluu/idp/externalauth/ShibOxAuthAuthServlet.java @@ -76,7 +76,7 @@ * @author Yuriy Movchan * @version 0.1, 09/13/2018 */ -@WebServlet(name = "ShibOxAuthAuthServlet", urlPatterns = { "/ceva/auth/*" }) +@WebServlet(name = "ShibOxAuthAuthServlet", urlPatterns = { "/Authn/oxAuth/*" }) public class ShibOxAuthAuthServlet extends HttpServlet { private static final long serialVersionUID = -4864851392327422662L; diff --git a/static/src/main/patches/020.update-auth-urls.patch b/static/src/main/patches/020.update-auth-urls.patch deleted file mode 100644 index 5cd25fd..0000000 --- a/static/src/main/patches/020.update-auth-urls.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -aurN shibboleth-idp.orig/flows/authn/oxAuth/oxauth-authn-beans.xml shibboleth-idp/flows/authn/oxAuth/oxauth-authn-beans.xml ---- shibboleth-idp.orig/flows/authn/oxAuth/oxauth-authn-beans.xml 2024-05-24 15:22:12.054834000 +0100 -+++ shibboleth-idp/flows/authn/oxAuth/oxauth-authn-beans.xml 2024-05-24 17:38:18.034225689 +0100 -@@ -21,7 +21,7 @@ - - - -+ c:target="#{getObject('shibboleth.authn.oxAuth.externalAuthnPath') ?: '%{idp.authn.oxAuth.externalAuthnPath:contextRelative:ceva/auth}'.trim()}" /> - - - diff --git a/static/src/main/patches/021.update-logout-vm-views.patch b/static/src/main/patches/020.update-logout-vm-views.patch similarity index 100% rename from static/src/main/patches/021.update-logout-vm-views.patch rename to static/src/main/patches/020.update-logout-vm-views.patch