Asp.Net Web Form - .Net Framework - OIDC - OKTA

Hi,
My application is 10 year old Asp.Net Web Form . Net Framework application which uses form based authentication.
We have a requirement to implement OIDC-OKTA. Do we have any code sample for this implementation in Asp.net Web Form?

The flow will be

  1. Need to get authorization code using client id and secret
  2. Get token using authorization code
  3. Get user info using token

Thank you
Selvakumar R

Hi,

Did you had a chance to look at our ASP.NET Web Forms Sample Applications for Okta

2 Likes