Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a3fecd296b4b97fe

Jump to content

Access token

From Wikipedia, the free encyclopedia

In computer systems, an access token contains the security credentials for a login session and identifies the user, the user's groups, the user's privileges, and, in some cases, a particular application.[1]

Windows

[edit]

In Microsoft Windows, access token refers to an object encapsulating the security context of a process or thread. An access token is generated by the logon service when a user logs on to the system and the credentials provided by the user are authenticated against the authentication database. The authentication database contains credential information required to construct the initial token for the logon session, including its user id, primary group id, all other groups it is part of, and other information. The token is attached to the initial process created in the user session and inherited by subsequent processes created by the initial process.[2]

See also

[edit]

References

[edit]
  1. "RFC 6749 - The OAuth 2.0 Authorization Framework". RFC Editor.
  2. "Access Tokens". MSDN. Retrieved 2007-10-08.