You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/authentication/overview-authentication.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ Persistent session tokens are stored as persistent cookies on the web browser's
99
99
| ESTSAUTHPERSISTENT | Common | Contains user's session information to facilitate SSO. Persistent. |
100
100
| 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. |
101
101
| 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). |
103
103
| buid | Common | Tracks browser related information. Used for service telemetry and protection mechanisms. |
104
104
| fpc | Common | Tracks browser related information. Used for tracking requests and throttling. |
105
105
| 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
116
116
| wlidperf | Common | Client-side cookie (set by JavaScript) that tracks local time for performance purposes. |
117
117
| x-ms-gateway-slice | Common | Azure AD Gateway cookie used for trackind and load balance purposes. |
118
118
| 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. |
120
120
| estsStateTransient | Specific | Applicable to new session information model only. Transient. |
121
121
| estsStatePersistent | Specific | Same as estsStateTransient, but persistent. |
122
122
| ESTSNCLOGIN | Specific | National Cloud Login related Cookie. |
123
123
| UsGovTraffic | Specific | US Gov Cloud Traffic Cookie. |
124
124
| 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. |
128
128
| threxp | Specific | Used for throttling control. |
129
129
| rrc | Specific | Cookie used to identify a recent B2B invitation redemption. |
130
130
| debug | Specific | Cookie used to track if user's browser session is enabled for DebugMode. |
0 commit comments