<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
Configure Bookmark App for Org2Org OIDC Integration
Single Sign-On
Okta Classic Engine
Okta Identity Engine
Overview

When configuring an Org2Org integration using OpenID Connect (OIDC), users may encounter an error when accessing the bookmark application that end user needs to access from Spoke End User Dashboard. This issue typically arises because the bookmark URL defaults to a SAML endpoint or uses an incorrect OIDC authentication flow format.

 

This article details the correct URL format required to resolve this error.

 

Page Not Found

 

Applies To
  • Org2Org
  • OpenID Connect (OIDC)
  • Bookmark Application
Cause

The bookmark application URL is not configured with the correct OIDC endpoint format in Spoke.

Solution

To resolve the connection error, configure the bookmark URL using the specific format required for the Hub-Spoke OIDC connection.

  1. Construct the new URL using the following format:

    https://<Hub Okta URL>/sso/idps/<IdP ID>?fromURI=<Target Application Embed Link>

  2. Replace <Hub Okta URL> with the domain of the Hub (Target) Okta tenant (for example, https://example-hub.okta.com).

  3. Replace <IdP ID> with the Identity Provider (IdP) ID from the Hub OIDC IdP configuration.
    Identity Provider 

  4. Replace <Target Application Embed Link> with the Embed Link of the target application in the Hub.

  5. In the Spoke (Source) Okta tenant, go to the Bookmark App configuration.

  6. Paste the complete URL into the URL field.

  7. Save the changes.

  8. Test the connection to ensure the URL calls the Hub, redirects to the Spoke to validate the session, and successfully accesses the target application.

 

Related References

Loading
Configure Bookmark App for Org2Org OIDC Integration