Skip to content

Commit

Permalink
fix(slo-redirect): removed custom redirect url
Browse files Browse the repository at this point in the history
Signed-off-by: Rolain Djeumen <uprightech@gmail.com>
  • Loading branch information
uprightech committed Aug 19, 2024
1 parent 41af91a commit 94735f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
12 changes: 0 additions & 12 deletions static/src/main/patches/020.update-auth-urls.patch

This file was deleted.

0 comments on commit 94735f1

Please sign in to comment.