Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the possible types for a token binding.
Syntax
typedef enum TOKENBINDING_TYPE {
TOKENBINDING_TYPE_PROVIDED = 0,
TOKENBINDING_TYPE_REFERRED = 1
} ;
Constants
TOKENBINDING_TYPE_PROVIDEDValue: 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_REFERREDValue: 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 |