Hi everyone,
I’m looking for some guidance on implementing Single Sign-On (SSO) with Okta in an existing VB.NET application.
My Environment
- Backend: VB.NET (.NET Framework)
- Web Application: ASP.NET Web Forms (VB)
My Questions
Which authentication protocol is recommended for a VB.NET web application?
Are there any official Okta SDKs or sample projects available for VB.NET?
Thank you.
For implementing SSO, please refer to Okta’s OAuth 2.0 and OpenID Connect flow documentation: Oauth 2.0 and OpenID Connect Overview
At this time, we do not have VB.NET-specific SDK samples. However, we do provide ASP.NET Core, an open-source web development framework | .NET SDK documentation and sample applications. SDK documentation and sample applications, which can be used as a reference.