<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
Okta session/me API Returns "404 Not Found" Error
Okta Classic Engine
Okta Identity Engine
Administration
Overview

Calling the below endpoint from a third-party browser website for Google Chrome fails with 404 Not Found.

https:// ${OktaDefaultDomain} /api/v1/sessions/me

or

https:// ${OktaCustomDomain} /api/v1/sessions/me

 

 

Applies To
  • Google Chrome
  • Cookies
  • 3rd-party website
Cause
The latest Google Chrome security settings for the incognito mode block sites from leveraging browser cookies to track activity across different sites.
Solution

To resolve this issue, perform the following steps:  

  1. Go to the browser Settings.
  2. Click on Privacy and Security from the left-hand side and then on Cookies and other site data.
  3. Select Allow all cookies.
  4. Then Sign in to the Org and test the API on the browser, it can be using the default domain or the Custom domain.
Loading
Okta session/me API Returns "404 Not Found" Error