
SteveS.77960 (Customer) asked a question.
Hello,
Trying to integrate a new MVC .NET Core 2.2 application with OKTA SSO using SAML or WS-Fed (SAML preferred)
While the redirection to OKTA, sign-in and then redirect back to the application happens correctly, the User.Identity is always returned empty (null).
For SAML integration I used Sustainsys library . For WS-Fed, the .NET core build-in library.
The only way I managed to integrate is by using OpenId connect. But our requirement is SAML(preferred) or Ws-Fed
If anyone has previous experience and managed to integrate an MVC .NET Core application with OKTA using SAML or Ws-Fed, please help, it would be greatly appreciated.
Thanks,
Steve

Hi all,
I actually managed to set it up 2 hours after my post. It was just a matter of setting the proper values in the SAML profile. I will post later my solution for anyone having the same issue.
Thanks,
Steve
Hey Steve, will you be able to guide me how you achieved the same?
Though I do not have all the details yet. But we are required to integrate a Web API with Okta using WS-Fed protocol. Will not be a direct integration as apparently there is an APP SDK in the middle.
OAuth SDKs are available and I understand how that integration would work. But want to know the process using WS-Fed.
Thank you!