Skip to content

Commit bc43401

Browse files
authored
Add Web Browser Cookies Section
Add Web Browser Cookies Section.
1 parent 107ecfd commit bc43401

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/authentication/overview-authentication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Persistent session tokens are stored as persistent cookies on the web browser's
9999
| ESTSAUTHPERSISTENT | Common | Contains user's session information to facilitate SSO. Persistent. |
100100
| ESTSAUTHLIGHT | Common | Contains Session GUID Information. Lite session state cookie used exclusively by client-side JavaScript in order to facilitate OIDC sign-out. Security feature. |
101101
| SignInStateCookie | Common | Contains list of services accessed to facilitate sign-out. No user information. Security feature. |
102-
| CCState | Common | Contains session information state to be used between Azure AD and the [Azure AD Backup Authentication Service](https://learn.microsoft.com/en-us/azure/active-directory/conditional-access/resilience-defaults). |
102+
| CCState | Common | Contains session information state to be used between Azure AD and the [Azure AD Backup Authentication Service](/azure/active-directory/conditional-access/resilience-defaults). |
103103
| buid | Common | Tracks browser related information. Used for service telemetry and protection mechanisms. |
104104
| fpc | Common | Tracks browser related information. Used for tracking requests and throttling. |
105105
| esctx | Common | Session context cookie information. For CSRF protection. Binds a request to a specific browser instance so the request can't be replayed outside the browser. No user information. |
@@ -116,15 +116,15 @@ Persistent session tokens are stored as persistent cookies on the web browser's
116116
| wlidperf | Common | Client-side cookie (set by JavaScript) that tracks local time for performance purposes. |
117117
| x-ms-gateway-slice | Common | Azure AD Gateway cookie used for trackind and load balance purposes. |
118118
| stsservicecookie | Common | Azure AD Gateway cookie also used for tracking purposes. |
119-
| x-ms-refreshtokencredential | Specific | Available when [Primary Refresh Token (PRT)](https://learn.microsoft.com/en-us/azure/active-directory/devices/concept-primary-refresh-token) is in use. |
119+
| x-ms-refreshtokencredential | Specific | Available when [Primary Refresh Token (PRT)](/azure/active-directory/devices/concept-primary-refresh-token) is in use. |
120120
| estsStateTransient | Specific | Applicable to new session information model only. Transient. |
121121
| estsStatePersistent | Specific | Same as estsStateTransient, but persistent. |
122122
| ESTSNCLOGIN | Specific | National Cloud Login related Cookie. |
123123
| UsGovTraffic | Specific | US Gov Cloud Traffic Cookie. |
124124
| ESTSWCTXFLOWTOKEN | Specific | Saves flowToken information when redirecting to ADFS. |
125-
| CcsNtv | Specific | To control when Azure AD Gateway will send requests to [Azure AD Backup Authentication Service](https://learn.microsoft.com/en-us/azure/active-directory/conditional-access/resilience-defaults). Native flows. |
126-
| CcsWeb | Specific | To control when Azure AD Gateway will send requests to [Azure AD Backup Authentication Service](https://learn.microsoft.com/en-us/azure/active-directory/conditional-access/resilience-defaults). Web flows. |
127-
| Ccs* | Specific | Cookies with prefix Ccs*, have the same purpose as the ones without prefix, but only apply when [Azure AD Backup Authentication Service](https://learn.microsoft.com/en-us/azure/active-directory/conditional-access/resilience-defaults) is in use. |
125+
| CcsNtv | Specific | To control when Azure AD Gateway will send requests to [Azure AD Backup Authentication Service](/azure/active-directory/conditional-access/resilience-defaults). Native flows. |
126+
| CcsWeb | Specific | To control when Azure AD Gateway will send requests to [Azure AD Backup Authentication Service](/azure/active-directory/conditional-access/resilience-defaults). Web flows. |
127+
| Ccs* | Specific | Cookies with prefix Ccs*, have the same purpose as the ones without prefix, but only apply when [Azure AD Backup Authentication Service](/azure/active-directory/conditional-access/resilience-defaults) is in use. |
128128
| threxp | Specific | Used for throttling control. |
129129
| rrc | Specific | Cookie used to identify a recent B2B invitation redemption. |
130130
| debug | Specific | Cookie used to track if user's browser session is enabled for DebugMode. |

0 commit comments

Comments
 (0)