I have a simple MVC application federated with ADFS. In doing platform testing, everything is working fine on IE, Firefox, and but for one thing... Chrome. I use a role claim to determine if the user is an administrator of the application and display different
view content based on the user's role. I found that IE & Firefox were fine with detecting the role claim and using it, but not with Chrome. To debug, I just wrote out the incoming claims on a dummy view. In IE and Firefox, the role claim is present, but
not on Chrome. Any ideas?
Go to the complete details ...