diff options
Diffstat (limited to 'id/server/auth')
| -rw-r--r-- | id/server/auth/pom.xml | 6 | ||||
| -rw-r--r-- | id/server/auth/src/main/webapp/index.html | 1 | 
2 files changed, 7 insertions, 0 deletions
| diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 665c97964..53aab2f9e 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -166,6 +166,12 @@  			<artifactId>moa-id-modul-citizencard_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 d898f8b95..18cb15437 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> | 
