Skip to content

Commit c2d3941

Browse files
edunhamisemona
andauthored
add adsso link (#1497)
* add adsso link * Update _source/_posts/2024-02-29-third-party-cookies.md Co-authored-by: Semona Igama <semona.igama@gmail.com> --------- Co-authored-by: Semona Igama <semona.igama@gmail.com>
1 parent ac99784 commit c2d3941

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_source/_posts/2024-02-29-third-party-cookies.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ When a user logs into their Okta account in a web browser, a [session cookie](ht
3131

3232
Most of Okta's core auth flows do not rely on third-party cookies. When third-party cookies are used, they normally augment the basic login experience or add convenience features. The following sections outline all the design patterns in which Okta uses third-party cookies. If your application is in one of these categories, please test its behavior with third-party cookie deprecation.
3333

34-
Okta uses cookies to let applications introspect and extend user sessions. Cookies aren't required for basic login functionality.
34+
Okta uses cookies to let applications introspect and extend user sessions. Cookies aren't required for basic login functionality. Without cookies, users can still log in, but some users might have to re-authenticate more often.
3535

3636
### Third-party cookie deprecation affects web applications that rely on the Okta session for user context
3737

@@ -49,6 +49,8 @@ If you're using a custom domain like `login.mycompany.com` in your sign-in widge
4949

5050
If you have a self-hosted Sign-In Widget with `mycompany.okta.com` configured as the `baseUrl` or `issuer` in its settings, cookies will be issued for `okta.com` and will be first-party to `okta.com` but third-party to `mycompany.com`.
5151

52+
If you have a self-hosted Sign-In Widget and use [agentless Desktop Single Sign-on](https://help.okta.com/en-us/content/topics/directory/ad-dsso-test.htm), follow the steps in [this Knowledge Base article](https://support.okta.com/help/s/article/third-party-cookies-utilized-by-the-sign-in-widget?language=en_US) to embed a Trial token script.
53+
5254
### Third-party cookie deprecation affects "remember me" features
5355

5456
"Remember Last Used Factor" (RLUF), for automatically selecting the user's preferred factor, uses third-party cookies. The "keep me signed in" feature of Okta Identity Engine and "Remember me" feature of Okta Classic rely on third-party cookies when the login application is on a different domain from the main app.

0 commit comments

Comments
 (0)