Reputation: 27
I've setup my mvc web app to use Azure easy auth. I need to pass the user role to the application code.
I've seen that easy auth already publishes an API, so that I can call /.auth/me and retrieve the user login. I can't find any documentation on this API - does it support other requests that can be used to pass a role?
Alternative would be to use the token store to call the graph API, but as I only need basic info, I wondered if there was a simpler way?
Thanks,
Mark
Upvotes: 1
Views: 757