Hi Team
We are already having SSO implementation using ADFS with Window logged in user (WSTrust) for our legacy WPF application.
Willing to follow the same flow with Okta auth integration to replace ADFS.
But cannot find any official libraries/sample for this approach. Got some C# samples that works with username/password approach. But in our case it will not help.
In this YouTube link https://www.youtube.com/watch?v=Fc0CsktcAgQ can see the DSSO implementation for Web application. But it may not work for us.
Actual requirement is, need to get Bearer token for the Windows logged in user once authenticated by Okta (without password & without login page) in the WPF application.
So want to know is this possible? If possible, is there any C# library or samples available?
Thanks in Advance!