How to integrate okta with C# winforms application

Hello,

Okta SDKs are specific to .NET web apps.

You might want to look into this IdentityModel sample to see if it accomplishes what you need.
I have run the sample in the past and it seemed to work fine from the short amount of testing I did.
You would just need to update the Authority/ClientId/(possibly Scopes) in this file.

Thank You,