Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the possible types for a token binding.
Syntax
typedef enum TOKENBINDING_TYPE {
TOKENBINDING_TYPE_PROVIDED = 0,
TOKENBINDING_TYPE_REFERRED = 1
} ;
Constants
TOKENBINDING_TYPE_PROVIDED Value: 0 This type of Token Binding is used to protect tokens issued by the Identity Provider for the client to present with subsequent requests back to this Identity Provider. |
TOKENBINDING_TYPE_REFERRED Value: 1 This type of Token Binding is used to protect tokens issued by the Identity Provider for the client to present to a Relying Party. |
Remarks
More information about the use of these Token Binding types can be found in the Token Binding over HTTP Internet draft.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | tokenbinding.h |