<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
0D50Z00008G7VJpSANOkta Classic EngineOkta Integration NetworkAnswered2024-04-30T09:18:25.000Z2016-06-16T23:31:06.000Z2019-07-22T19:17:07.000Z
How do I send users directly to a Sharepoint Online site with Okta?
If you are looking for a way to send users directly to a Sharepoint Online site collection or web page when federated with Okta, then you may need to know about Office 365 Smart Links. In this example, we will show how to federate with Okta and push users to a specified location within your SharePoint online instance.  
  • Append the following parameter string value to the PassiveLogOnUri. 
  • ?wa=signin1.0&wtrealm=urn:federation:MicrosoftOnline&wctx=wa%3Dwsignin1.0%26wreply%3D
   
  • The double encoded value would look like: 
  • https%253A%252F%252F[[TENANT]].sharepoint.com%252F_forms%252Fdefault.aspx%253FReturnUrl%253D%252Fsites%252FAccounting%252FHome.aspx
   Bringing the entire example together results in an Office 365 Smart Link that can be used as a bookmark to directly link to a site within Sharepoint Online.  


wp5hi likes this.
  • 384f2 (384f2)

    Shouldn't the wa=signin1.0 be wa=wsignin1.0?
  • wp5hi (wp5hi)

    Thanks both for this answer. Works perfectly!
  • VanH.30758 (Lytx, Inc.)

    This everyone.  This also appears to work perfectly for us as well, as our onedrive tenant mismatches from our main O365 Federated tenant.
This question is closed.
Loading
How do I send users directly to a Sharepoint Online site with Okta?