-
Notifications
You must be signed in to change notification settings - Fork 79
Unauthenticated Entity Authentication
Wesley Miaw edited this page Jun 11, 2014
·
1 revision
The unauthenticated entity authentication scheme does not provide encryption or authentication and only identifies the entity. Therefore entity identities can be harvested and spoofed. The benefit of this authentication scheme is that the entity has control over its identity. This may be useful if the identity is derived from or related to other data, or if retaining the identity is desired across state resets or in the event of MSL errors requiring entity re-authentication.
This scheme is identified by the string NONE
.
authdata = {
"#mandatory" : [ "identity" ],
"identity" : "string"
}
A Netflix Original Production
Tech Blog | Twitter @NetflixOSS | Jobs
- Introduction
- Encoding & Normalization
- Cryptography
- Versioning
- MSL Networks
- Entity Authentication
- User Authentication
- Key Exchange
- Service Tokens
- Messages
- Error Messages
- Application Security Requirements
- Protocol Implementation
- Configuration Guide