<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="secevent.xsl"?>
<?xml-model href="secevent.rng" schematypens="http://relaxng.org/ns/structure/1.0" ?>
<registry xmlns="http://www.iana.org/assignments" id="secevent">
  <title>Security Event Token (SET)</title>
  <created>2020-07-01</created>
  <updated>2024-01-18</updated>

  <registry id="secevent-error-codes">
    <title>Security Event Token Error Codes</title>
    <xref type="rfc" data="rfc8935"/>
    <registration_rule>Specification Required</registration_rule>
    <expert>Mike Jones, John Bradley</expert>
    <record date="2020-07-01">
      <value>invalid_request</value>
      <description>The request body cannot be parsed as a SET or the
        Event Payload within the SET does not conform to the event's
        definition.</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc8935">RFC8935, Section 2.4</xref>
    </record>
    <record date="2020-07-01">
      <value>invalid_key</value>
      <description>One or more keys used to encrypt or sign the SET is
        invalid or otherwise unacceptable to the SET Recipient (expired,
        revoked, failed certificate validation, etc.).</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc8935">RFC8935, Section 2.4</xref>
    </record>
    <record date="2020-07-01">
      <value>invalid_issuer</value>
      <description>The SET Issuer is invalid for the SET Recipient.</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc8935">RFC8935, Section 2.4</xref>
    </record>
    <record date="2020-07-01">
      <value>invalid_audience</value>
      <description>The SET Audience does not correspond to the SET Recipient.</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc8935">RFC8935, Section 2.4</xref>
    </record>
    <record date="2020-07-01">
      <value>authentication_failed</value>
      <description>The SET Recipient could not authenticate the SET Transmitter.</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc8935">RFC8935, Section 2.4</xref>
    </record>
    <record date="2020-07-01">
      <value>access_denied</value>
      <description>The SET Transmitter is not authorized to transmit the
        SET to the SET Recipient.</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc8935">RFC8935, Section 2.4</xref>
    </record>
  </registry>

  <registry id="subject-identifier-formats">
    <title>Subject Identifier Formats</title>
    <xref type="rfc" data="rfc9493"/>
    <xref type="rfc-errata" data="7727"/>
    <registration_rule>Specification Required</registration_rule>
    <expert>Prachi Jain</expert>
    <record date="2023-06-26" updated="2023-11-29">
      <value>account</value>
      <description>Subject Identifier based on "acct" URI</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc9493">RFC9493, Section 3</xref>
    </record>
    <record date="2023-06-26" updated="2023-11-29">
      <value>email</value>
      <description>Subject Identifier based on an email address</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc9493">RFC9493, Section 3</xref>
    </record>
    <record date="2023-06-26" updated="2023-11-29">
      <value>iss_sub</value>
      <description>Subject Identifier based on an issuer and subject</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc9493">RFC9493, Section 3</xref>
    </record>
    <record date="2023-06-26" updated="2023-11-29">
      <value>opaque</value>
      <description>Subject Identifier based on an opaque string</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc9493">RFC9493, Section 3</xref>
    </record>
    <record date="2023-06-26" updated="2023-11-29">
      <value>phone_number</value>
      <description>Subject Identifier based on a phone number</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc9493">RFC9493, Section 3</xref>
    </record>
    <record date="2023-06-26" updated="2023-11-29">
      <value>did</value>
      <description>Subject Identifier based on a decentralized identifier (DID)</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc9493">RFC9493, Section 3</xref>
    </record>
    <record date="2023-06-26" updated="2023-11-29">
      <value>uri</value>
      <description>Subject Identifier based on a Uniform Resource Identifier (URI)</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc9493">RFC9493, Section 3</xref>
    </record>
    <record date="2023-06-26" updated="2023-11-29">
      <value>aliases</value>
      <description>Subject Identifier that groups together multiple different Subject Identifiers for the same subject</description>
      <controller>IETF</controller>
      <xref type="rfc" data="rfc9493">RFC9493, Section 3</xref>
    </record>
  </registry>

  <people/>
</registry>
