How to integrate okta with C# winforms application

All the examples I’ve seen are related to web apps or mobile apps. No references are made to WinForms. Is this possible? Can you point me to resources?

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,

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.