Difference between revisions of "Entity Statement"
From MgmtWiki
(→Full Title or Meme) |
(→Solutions) |
||
Line 37: | Line 37: | ||
| c|| || || | | c|| || || | ||
|} | |} | ||
+ | |||
+ | ===HL7 FHIR Caability Statement=== | ||
+ | The FHIR spec include a definition of a [https://hl7.org/fhir/R4/capabilitystatement.html Resource Capability Statement]. Which is similar in purpose to the [[Entity Statement]] but include FHIR specific fields. | ||
==References== | ==References== |
Revision as of 14:15, 27 August 2019
Contents
Full Title or Meme
A digital document that describes a digital Entity typically signed by a trusted issuer or Authority.
Context
On the Identity Management page different roles are defined for Entities.
Problems
Solutions
Quite a few structures have been defined to describe entities. The Entity Statement created in the OpenID Connect Federation document is taken as be base for comparison with several others in the table below.
Entity Statement | X.509 certificate | DID Document | Notes |
iss | The entity identifier of the issuer of the statement. | ||
sub | The entity identifier of the subject | ||
iat | The time the statement was issued. | ||
exp | Expiration time when the statement MUST NOT be used for new signatures | ||
jwks | public part of the subject entity's signing keys | ||
authority_hints | entities that may issue an entity statement about the issuer entity | ||
metadata | protocol specific metadata claims | ||
metadata_policy | type followed by organization information | ||
sub_is_leaf | is the subject considered a leaf entity | ||
a | |||
b | |||
c |
HL7 FHIR Caability Statement
The FHIR spec include a definition of a Resource Capability Statement. Which is similar in purpose to the Entity Statement but include FHIR specific fields.