GUACAMOLE-103: Move SAMLResponse processing to authentication service.

This commit is contained in:
Virtually Nick
2020-03-22 20:33:24 -04:00
parent 7a44cf6014
commit 2a2172914d
6 changed files with 190 additions and 27 deletions

View File

@@ -158,9 +158,10 @@
<!-- Jersey - JAX-RS Implementation -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>1.17.1</version>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
<!-- OneLogin SAML Library -->