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
- Need to get authorization code using client id and secret
- Get token using authorization code
- Get user info using token
Thank you
Selvakumar R