<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D50Z00008G7VS3SANOkta Classic EngineOkta Integration NetworkAnswered2024-04-30T09:18:25.000Z2015-09-03T05:35:21.000Z2018-08-12T04:16:56.000Z
  • j5v7c (j5v7c)

    Hi Eric,

     

    Thanks for confirming the usage of the WS-Federation as the protocol for .Net. We have a following use case :

     

    1. Files are available on a SFTP server.

     

    2. MS Office Sharepoint 365 is federated with Okta as the IDP.

     

    3. We want to store these files in MS SP 365 using some middleware.

     

    4. Okta is setup for MFA.

     

    5. SInce there is no way we can have user authorize the OAuth Grant.

     

    Is it possible to use Client certificate as the identity to talk to Okta to get the WS-Federation

     

    wst:RequestSecurityTokenResponse as a response from Okta and post that to Office 365 Endpoint to get the token.

     

    Appreciate your help on this.

     

    Thanks

     

    Manish

     

    Original Author: Manish Gandhi
    Expand Post
    Selected as Best
  • j5v7c (j5v7c)

    You can use SAML if you make your application SAML aware and can consume SAML assertions.  Okta no longer provides/maintains SAML libraries for .Net, so you are on your own for that part of the solution.  The reason for this is that WSFED is native to .Net and typically easier to configure.

     

    I hope that answers your question.  If not, please let me know.

     

    Original Author:  Eric Knittel, Area Professional Services Director, East
    Expand Post
  • j5v7c (j5v7c)

    Hi Eric,

     

    Thanks for confirming the usage of the WS-Federation as the protocol for .Net. We have a following use case :

     

    1. Files are available on a SFTP server.

     

    2. MS Office Sharepoint 365 is federated with Okta as the IDP.

     

    3. We want to store these files in MS SP 365 using some middleware.

     

    4. Okta is setup for MFA.

     

    5. SInce there is no way we can have user authorize the OAuth Grant.

     

    Is it possible to use Client certificate as the identity to talk to Okta to get the WS-Federation

     

    wst:RequestSecurityTokenResponse as a response from Okta and post that to Office 365 Endpoint to get the token.

     

    Appreciate your help on this.

     

    Thanks

     

    Manish

     

    Original Author: Manish Gandhi
    Expand Post
    Selected as Best
This question is closed.
Loading
It looks like Okta recommennds using WS Fed with .net applications. I was wondering if anyone knows why and if there is any reason SAML can not be used instead with Okta