Hello,
I’m building an ASP.NET webforms application where I’m planning to use Okta as a way to authenticate users, and I was wondering if it’s possible to use the SAML protocol in these types of web applications.
I have seen this example (https://developer.okta.com/blog/2018/08/29/secure-webforms-with-openidconnect-okta) where Okta authentication is implemented in a webforms application, but it uses the OpenID Connect protocol, and up until now I have only found documentation for that protocol only. I’ve seen documentation for solutions with the SAML protocol, but they’re mostly for ASP.NET MVC web applications.