How to use defalt membershi provider with okta hosted login

Its an MVC 5 App ad not using .net core. I have implemented Okta hosted SSO. But the membership provider is not working. How can i proide the membership provider. Currently its mentioned in the Web.config file.

Can someone guide what i am doing incorrect.

Based on the article I found here, looks like ASP.NET identity superseded ASP.NET Membership providers. It is not very clear whether federated auth is supported by ASP.NET Membership Provider.

If you are looking for sample implementation of Okta hosted SSO authentication, take a look at our sample here.

2 Likes

If you haven’t already, sign up for an Okta account and set up your Okta organization. You’ll need to create an application within Okta to represent your application.

Okta provides mechanisms for managing user roles, groups, and permissions. You can use Okta’s APIs or admin dashboard to define access control policies and manage user permissions within your application.

Finally i was able to make it working. Thanks for the help.