Reputation: 161
I am able to implement the Authentication using the okta in .net core 2.0 application by using the okta.AspNetCore package . but I am not able to figure out, how to approach for role based authentication here. Ref link:https://developer.okta.com/docs/guides/sign-into-web-app/aspnet/before-you-begin/
Upvotes: 1
Views: 2233
Reputation: 1336
At a high-level, you need to do two things:
Okta has published a step-by-step guide that provides much more detail on to how to get it working here:
Upvotes: 1