<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
0D54z00009n9ydWCAQOkta Classic EngineSingle Sign-OnAnswered2024-01-16T16:45:41.000Z2023-11-07T10:36:14.000Z2023-11-15T12:25:31.000Z
Change SSO URL that the Okta plugin sends users to

I have an application which I have configured Okta SSO for.

If I head over to the home page of that application, and hit the "login" button the auth flow works as expected:

 

  1. Directs user to an /auth/login URL
  2. Goes via Okta
  3. POST to /api/dex/saml
  4. login in flow completes with a few more calls

 

However, the intended access route is to go via the a link in the Okta chrome plugin as shown:

 

/help/servlet/rtaImage?refid=0EM4z000007njsX

 

When you click this URL, this takes you to the "Single Sign On URL" that is configured in the Okta SAML Settings (/api/dex/saml).

Since you're not going via the /auth/login step, various prerequisite tokens don't get passed into the SAML call, and the login flow breaks with an error that looks something like this:

 

/help/servlet/rtaImage?refid=0EM4z000007njsh

 

I would just like to change the URL that the Okta plugin takes you to. It looks like this is set to the Single Sign On URL in the SAML settings. Any change to this breaks the login flow.

 

I'm just looking for a way to point the plugin at a different URL (/auth/login, specifically), but can't for the life of me find how to configure it.

Any help would be appreciated.


  • Hi Robert,

    Thanks for contacting the OKTA Community.

    You can edit this URL from the dashboard. For this you have to click on the three dots next to the application on the OKTA Browser plugin (Refer the screenshot 1)

    1It will take you to the OKTA Dashboard where you can see the edit button at the right bottom there you can edit the URL (Refer the screenshot 2).

    2

    Expand Post
    • I get the following screen, which tells me that I need to contact my admin to edit the website URL.

       

      Image is not available
      However, when I log into okta as admin, I don't see an option to change that Website URL field?

      Expand Post
This question is closed.
Loading
Change SSO URL that the Okta plugin sends users to