apereo / dotnet-cas-client

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

Fixes Part 1 of Issue 75 #92

Closed TheHokieCoder closed 5 years ago

TheHokieCoder commented 5 years ago

Fixed the first part of issue 75 where the IsUserInRole() method never actually compared the specified roleName value against the roles provided by method GetCurrentUserRoles(). Also added documentation to the method.

phantomtypist commented 5 years ago

Fixed #75