<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
How to Create a Bookmark App Using a SharePoint Deep Link
Okta Integration Network
Okta Classic Engine
Overview

Using a Deep Link with a Bookmark App to redirect to a SharePoint resource.

Applies To
  • SharePoint
  • Microsoft Office 365
  • Okta Classic Engine
Solution

To enable a direct link to a SharePoint resource, construct a link with the following main components:

  • The Okta PassiveLogOnUri for Office 365
  • Microsoft Office 365 parameters
  • Deep link to SharePoint resource

Obtain the value of the PassiveLogOnUri for Office 365

  1. In the Okta dashboard, go to Applications > Microsoft Office 365 > Sign On.
  2. Ensure that WS-Federation is selected.
  3. Click on the View Setup Instructions button.
  4. Search for and copy the PassiveLogOnUri, which will look like the following: 
PassiveLogOnUri
  1. Append the following parameter string value to the copied PassiveLogOnUri: ?
    1. Deep link to SharePoint resource
      This value will be equal to the SharePoint default site and a ReturnUrl parameter that will target the desired landing page.

    2. For example, if the desired result is for end users to land on the Accounting home page, the following URL would be used: https://[[TENANT]].sharepoint.com/_forms/default.aspx?ReturnUrl=/sites/Accounting/Home.aspx
    3. This URL needs to be double-encoded to pass it successfully as a parameter. The double-encoded value would look like: https%253A%252F%252F[[TENANT]].sharepoint.com%252F_forms%252Fdefault.aspx%253FReturnUrl%253D%252Fsites%252FAccounting%252FHome.aspx
    4. Combining each portion of the URL together results in an Office 365 Deep Link that can be used as a bookmark (via a Bookmark App) to link to a site within SharePoint Online directly: 

https://[[OrgName]].okta.com/app/office365/k2y5gkdjXLYDHRTPRSZX/sso/wsfed/passive?wa=wsignin1.0&wtrealm=urn:federation:MicrosoftOnline&wctx=wa%3Dwsignin1.0%26wreply%3Dhttps%253A%252F%252F[[TENANT]].sharepoint.com%252F_forms%252Fdefault.aspx%253FReturnUrl%253D%252Fsites%252FAccounting%252FHome.aspx

SharePoint Deep Link Test  

 

NOTE: This is just an example. Please contact Microsoft for more information. The steps could change whenever a product update is released. All instructions are provided AS IS without warranty of any kind. Okta disclaims all implied warranties, including, without limitation, any implied warranties for a particular purpose.
 

Related References

 
 
Loading
How to Create a Bookmark App Using a SharePoint Deep Link