spring-projects / spring-security-kerberos

Spring Security Kerberos
https://spring.io/projects/spring-security-kerberos
186 stars 227 forks source link

Authorities populated after kerberos authentication. #95

Closed barti271 closed 6 years ago

barti271 commented 8 years ago

In case of Kerberos authentication (the case when users' credentials are taken from windows domain) no authorities were populated. My commit fixes that issue.

rwinch commented 6 years ago

Thanks for the PR! This is now merged into master