aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-02-24 08:07:07 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-02-24 15:21:05 +0100
commit0dc260503a5deb581802e645ddae996ae9298968 (patch)
treed62ccd1f16cd84eb4e865e3a53e1bea0f3e023a2 /id/server/auth
parentf8b9d30b9c1b25b5e92bbb488394e41dbe8be7f1 (diff)
downloadmoa-id-spss-0dc260503a5deb581802e645ddae996ae9298968.tar.gz
moa-id-spss-0dc260503a5deb581802e645ddae996ae9298968.tar.bz2
moa-id-spss-0dc260503a5deb581802e645ddae996ae9298968.zip
Update SSO-transer authentication modul to MOA_ID 3.2.x
Diffstat (limited to 'id/server/auth')
-rw-r--r--id/server/auth/pom.xml5
-rw-r--r--id/server/auth/src/main/webapp/index.html1
2 files changed, 6 insertions, 0 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml
index f7b2731fe..c601296ac 100644
--- a/id/server/auth/pom.xml
+++ b/id/server/auth/pom.xml
@@ -167,6 +167,11 @@
<artifactId>moa-id-modules-federated_authentication</artifactId>
</dependency>
+ <dependency>
+ <groupId>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-module-ssoTransfer</artifactId>
+ <version>${moa-id-version}</version>
+ </dependency>
<!-- transitive dependencies we don't want to include into the war -->
<dependency>
<groupId>iaik.prod</groupId>
diff --git a/id/server/auth/src/main/webapp/index.html b/id/server/auth/src/main/webapp/index.html
index 0c051571b..d2e7d1e1b 100644
--- a/id/server/auth/src/main/webapp/index.html
+++ b/id/server/auth/src/main/webapp/index.html
@@ -77,6 +77,7 @@
<li><a href=#>Demo Clients</a></li>
<!--Link zum Konfigtool-->
<li><a href="https://localhost:8443/moa-id-configuration">Konfiguration GUI</a></li>
+ <li><a href="./TransferSSOSession">Transfer Single Sign-On Session to Smartphone App</a></li>
</ul>
</nav>