ASP.NET Framework ROLES

Hi.
I have an MVC asp.net framework web app and I don’t understand how to manage roles. I’ve read that I need to translate groups to roles but I can’t find current documentation that does it.

Thanks to everyone

Hi @PaoloComensoli

You can pass the group membership of a user inside OIDC claims and, after the user accessed the application through Okta, give proper permissions to the user based on the group claim (eg. if he is in the helpdesk administrator group in Okta, provide appropriate permissions in the application).

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.