
User16825918079991141719 (Customer) asked a question.
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:
- Directs user to an /auth/login URL
- Goes via Okta
- POST to /api/dex/saml
- 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:
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:
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)
I get the following screen, which tells me that I need to contact my admin to edit the website URL.
Hi Robert,
If you are not the admin than please contact your OKTA Administrator to change the website URL.
I spoke to our Admin & they also can't edit this field.