1 / 9

Client Registration Examples

Client Registration Examples. Alan Frindell 2/18/2011. Certificate Entity: Implicit self-registration. Server creates Entity record as a side effect of another KMIP request No special TTLV required – KMIP server extracts needed values from TLS certificate

bert
Télécharger la présentation

Client Registration Examples

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Client Registration Examples Alan Frindell 2/18/2011

  2. Certificate Entity: Implicit self-registration • Server creates Entity record as a side effect of another KMIP request • No special TTLV required – KMIP server extracts needed values from TLS certificate • Assumed the client already has a cert signed by a CA trusted by KMIP server • Result: Entity UUID: ABCD-1234 Credential Subject Type: X.509 Certificate Identifer Subject Value: <serial_number>, <issuer_dn> Subject Auth Info Type: X.509 Certificate Subject Auth Info: <certificate>

  3. Certificate Entity: Explicit self-registration • Register • Entity • Credential • Subject Type: X.509 Certificate Identifier • x-custom1: custom-value1 • x-custom2: custom-value2 • Certificate fields extracted from TLS

  4. Certificate Entity: Registration • Register • Entity • Credential • Subject Type: X.509 Certificate Identifier • Subject Auth Info Type: X.509 Certificate • Subject Auth Info: <certificate> • x-custom1: custom-value1 • x-custom2: custom-value2 • Assumed registering Entity has privilege to register Entities

  5. Certificate Entity: Authentication and Access Control • Authentication • Credential • Subject Type: X.509 Certificate Identifier • Server looks up Entity based on TLS certificate information • Server checks Entity UUID against request object Owner attribute

  6. Username/Password User: Registration • Register • Entity • Credential • Subject Type: Username • Subject Value: “user1” • Subject Auth Info Type: Password • Subject Auth Info: “password” • x-custom1: custom-value1 • x-custom2: custom-value2

  7. Username/Password User: Authentication and Access Control • Authentication • Credential • Subject Type: Username • Subject Value: “user1” • Subject Auth Info Type: Password • Subject Auth Info: “password” • Server looks up Entity based on Subject Value • Server checks Entity UUID against request object Owner attribute

  8. Multi-factor Entity: Registration • Register • Entity • Credential • Subject Type: Username • Subject Value: “user1” • Subject Auth Info Type: Password • Subject Auth Info: “password” • Credenital • Subject Type: X.509 Certificate Identifier • Subject Auth Info Type: X.509 Certificate • Subject Auth Info: <certificate>

  9. Multi-factor Entity: Authentication • Authentication • Credential • Subject Type: Username • Subject Value: “user1” • Subject Auth Info Type: Password • Subject Auth Info: “password” • Credenital • Subject Type: X.509 Certificate Identifier • Server looks up Entity based on each Subject Value – all must resolve to the same Entity • Server checks Entity UUID against request object Owner attribute

More Related