From 23407f14faac1e75b97d81b7fa1dd98d121a87a5 Mon Sep 17 00:00:00 2001 From: Tina Engel Date: Thu, 11 Jan 2024 13:45:43 +0000 Subject: [PATCH] SAS-234 removed mendixsso folder from resources directory --- resources/mendixsso/pom.xml | 114 ------------------ .../index_with_silent_authentication.html | 89 -------------- .../templates/login_automatic_redirect.html | 36 ------ resources/mendixsso/templates/sso_error.html | 1 - 4 files changed, 240 deletions(-) delete mode 100644 resources/mendixsso/pom.xml delete mode 100644 resources/mendixsso/templates/index_with_silent_authentication.html delete mode 100644 resources/mendixsso/templates/login_automatic_redirect.html delete mode 100644 resources/mendixsso/templates/sso_error.html diff --git a/resources/mendixsso/pom.xml b/resources/mendixsso/pom.xml deleted file mode 100644 index 5bd348ec..00000000 --- a/resources/mendixsso/pom.xml +++ /dev/null @@ -1,114 +0,0 @@ - - - 4.0.0 - - com.mendix - MendixSSO - 4.0.2 - mendixsso - Dependencies for the MendixSSO module - - - 11 - 9.20.0 - 1.10.0 - 10.7 - 2.4.10 - 4.0.1 - 3.11.0 - 3.5.0 - - UTF-8 - - - - - central - Central Maven Repository - https://repo1.maven.org/maven2 - - true - - - true - - - - - - - - - org.apache.commons - commons-text - ${commons-text.version} - - - - com.nimbusds - oauth2-oidc-sdk - ${oauth2-oidc-sdk.version} - - - - net.minidev - json-smart - - - - - - net.minidev - json-smart - ${json-smart.version} - - - - - com.mendix - public-api - ${mendix.version} - provided - - - javax.servlet - javax.servlet-api - - - - - - javax.servlet - javax.servlet-api - ${javax.servlet-api.version} - provided - - - - - javasource - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - ${java.version} - - - - org.apache.maven.plugins - maven-dependency-plugin - ${maven-dependency-plugin.version} - - ${project.basedir}/userlib - runtime - - - - - \ No newline at end of file diff --git a/resources/mendixsso/templates/index_with_silent_authentication.html b/resources/mendixsso/templates/index_with_silent_authentication.html deleted file mode 100644 index 677d902d..00000000 --- a/resources/mendixsso/templates/index_with_silent_authentication.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - Mendix - - - - {{themecss}} - {{appicons}} - - - - - - - - -
- - - - - - diff --git a/resources/mendixsso/templates/login_automatic_redirect.html b/resources/mendixsso/templates/login_automatic_redirect.html deleted file mode 100644 index bdbddeaa..00000000 --- a/resources/mendixsso/templates/login_automatic_redirect.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/resources/mendixsso/templates/sso_error.html b/resources/mendixsso/templates/sso_error.html deleted file mode 100644 index bb0f3d1f..00000000 --- a/resources/mendixsso/templates/sso_error.html +++ /dev/null @@ -1 +0,0 @@ -App Login - Error
Not found

{{TITLE}}

{{MESSAGE}}

\ No newline at end of file