apereo / dotnet-cas-client

Apereo .NET CAS Client
Apache License 2.0
234 stars 172 forks source link

Fixes Part 2 of Issue 75 #93

Closed TheHokieCoder closed 5 years ago

TheHokieCoder commented 5 years ago

Fixed the second part of issue 75 where the GetCurrentUserRoles() method was not checking for the existence of the roleAttribute key in the CAS assertion's attributes dictionary. Also added documentation to the method.

phantomtypist commented 5 years ago

Fixes #75