Okta Sign-in widget with in asp.net web forms appliation

Hi,

We have an asp.net web forms application where in we want to use Okta-sign-in-widget for user authentication. With reference to https://developer.okta.com/quickstart/#/okta-sign-in-page/dotnet/aspnet4 we have tried implementing it but couldn’t succeed.

Could you give us an insight in how to implement sign-widget in asp.net web forms and read the response post user authentication with openID?

Thanks,
Rahima

Not a web forms expert, but I would attempt to redirect to Okta and use Okta as an OpenId Connect provider:

https://blogs.msdn.microsoft.com/webdev/2012/09/12/integrate-openauthopenid-with-your-existing-asp-net-application-using-universal-providers/

I think web forms makes it complex to work with existing widgets, the button / link redirect to Okta could make this a lot easier.

Thanks,
Tom

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