apereo / dotnet-cas-client

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

Fixes Part 3 of Issue 75 #94

Closed TheHokieCoder closed 5 years ago

TheHokieCoder commented 5 years ago

Fixed the third part of issue 75 where the GetAllRoles() method was inappropriately returning a list of all roles for the current user when it is intended to provide a list of all roles allowed in the application context. This method is no longer implemented (see issue for more details) and the logic has been moved to the GetRolesForUser() method. Also added documentation to the methods.

phantomtypist commented 5 years ago

Fixed #75