I'm working on a MVC5 app which uses ACS for authentication. The authentication process works fine in the sense that I can log in with any of my selected identity providers, including ADFS. My problem is however that I am unable to get back the set of claims I expect.
When using the ClaimsPrinicpal I'm only seeing what I assume is a set of "standard claims" which contains basic user info such as first and last name. What I really am after though is AD Roles, but despite claims for roles being set in the Rule
Group I can't see them at any step of the authentication process.
As this is my first time working with both ACS and ADFS I'm starting to wonder if I am missing a step or going at this all wrong. Hoping for either an answer with details or links to relevant documentation (most of what I've read so far is either outdated or
not applicable).
Some say ...