GUACAMOLE-579: Parse tokens from attributes provided by the CAS server.

This commit is contained in:
Nick Couchman
2018-12-08 11:49:42 -05:00
committed by Virtually Nick
parent 82ea1d6ff5
commit 55c4144fbf
12 changed files with 288 additions and 57 deletions

View File

@@ -254,6 +254,14 @@
<version>2.5</version>
<scope>provided</scope>
</dependency>
<!-- JUnit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>