<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-wzdk-scim-agent-resource-00" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="SCIM Agent Resource">AI Agent Resource Extension for the System for Cross-domain Identity Management (SCIM)</title>
    <seriesInfo name="Internet-Draft" value="draft-wzdk-scim-agent-resource-00"/>
    <author fullname="Mark Wahl">
      <organization>Microsoft</organization>
      <address>
        <email>mwahl@microsoft.com</email>
      </address>
    </author>
    <author fullname="Danny Zollner">
      <organization>Okta</organization>
      <address>
        <email>danny.zollner@okta.com</email>
      </address>
    </author>
    <author fullname="Pamela Dingle">
      <organization>Microsoft</organization>
      <address>
        <email>pamela.dingle@microsoft.com</email>
      </address>
    </author>
    <author fullname="Ismael Kazzouzi">
      <organization>Nextident</organization>
      <address>
        <email>ismael@nextident.ai</email>
      </address>
    </author>
    <date year="2026" month="June" day="05"/>
    <area>Security</area>
    <workgroup>System for Cross-domain Identity Management</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 51?>

<t>The System for Cross-domain Identity Management (SCIM) specifications are designed to make identity management in cloud-based applications and services easier.</t>
      <t>This document provides a platform-neutral schema for representing AI agents' identities in SCIM JSON format, enabling them to be transferred using the SCIM protocol between a client and service provider. This establishes an agentic identity so that an agent can subsequently be authenticated and authorized to interact with the service.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-wzdk-scim-agent-resource/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        System for Cross-domain Identity Management Working Group mailing list (<eref target="mailto:scim@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/scim/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/scim/"/>.
      </t>
    </note>
  </front>
  <middle>
    <?line 58?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The SCIM protocol <xref target="RFC7644"/> and core schema <xref target="RFC7643"/> are widely implemented for provisioning records for users into services. The default schema for those user records includes attributes such as a person's name, job title, and email address. This enables a SCIM client to inform a SCIM service provider of a new user, so that user can be identified in and subsequently authenticated to the service. SCIM also enables lifecycle controls for the SCIM client to update and remove that user record in that service, and associate that user with groups, roles and entitlements.</t>
      <t>With the growth of agentic AI, agents will also need to be able to interact with services. Some services will require an agent to have an identity represented within them in order to interact with resources. The attributes of an agent identity in a SCIM service can be different from the attributes of a human user identity. Similar to users, however, an agent's identity can have access rights in the service, represented through relationships of the agent's identity with groups, roles and entitlements in a service.</t>
      <t>As SCIM is familiar within the enterprise and agents often need the same lifecycle signals and group, role or entitlement memberships as users, defining a schema to transport agentic identities using the SCIM protocol simplifies deployment and enables subsequent authentication interactions and consistent controls for those agents' identities and access rights.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="agent-resource-type">
      <name>Agent Resource Type</name>
      <t>This specification defines a new SCIM resource type and an accompanying core schema, following the resource type and schema conventions of <xref target="RFC7643"/>:</t>
      <dl newline="true">
        <dt>Agent</dt>
        <dd>
          <t>A resource of this type represents an agent's identity to the service. It includes attributes of an agent's identity needed to be known by a service.</t>
        </dd>
      </dl>
      <t>Resources of this type are conveyed via the SCIM protocol <xref target="RFC7644"/> using JSON <xref target="RFC8259"/>. Extension schemas can be defined to extend this resource type, allowing additional attributes.</t>
      <t>The core schema for the Agent resource type is identified by the URI "urn:ietf:params:scim:schemas:core:2.0:Agent". The schema defines the attributes described in the following sections. In addition, Agent resources include the common attributes "externalId", "id", "meta", and "schemas" as described in Sections 3 and 3.1 of <xref target="RFC7643"/>.</t>
    </section>
    <section anchor="core-schema">
      <name>Core Schema</name>
      <section anchor="single-valued-attributes">
        <name>Single-valued Attributes</name>
        <t>The Agent core schema defines the following single-valued attributes. A SCIM service provider that implements this specification <bcp14>MUST</bcp14> implement all attributes defined in the core Agent schema unless otherwise specified.</t>
        <dl newline="true">
          <dt>active</dt>
          <dd>
            <t>A boolean value indicating the agentic identity's administrative status. A SCIM client can indicate that an agentic identity is to be treated as inactive by the service by setting it to false. The definitive meaning of this attribute is determined by the SCIM service. <bcp14>REQUIRED</bcp14>.</t>
          </dd>
        </dl>
        <dl newline="true">
          <dt>description</dt>
          <dd>
            <t>The value of this attribute is a string with the agentic identity's human-readable description.</t>
          </dd>
        </dl>
        <dl newline="true">
          <dt>displayName</dt>
          <dd>
            <t>The value of this attribute is a string with the human-readable name of the agentic identity, suitable for display to end-users. <bcp14>REQUIRED</bcp14>.</t>
          </dd>
        </dl>
        <dl newline="true">
          <dt>agentUserName</dt>
          <dd>
            <t>A string containing a unique identifier for the agent, similar to a user's userName or email address. This value <bcp14>SHOULD</bcp14> be human-readable and <bcp14>MUST</bcp14> be unique across all Agent resources in the provisioning domain. <bcp14>REQUIRED</bcp14>.</t>
          </dd>
        </dl>
      </section>
      <section anchor="multi-valued-attributes">
        <name>Multi-valued Attributes</name>
        <t>The Agent core schema defines the following multi-valued attributes.</t>
        <dl newline="true">
          <dt>owners</dt>
          <dd>
            <t>A list of the responsible parties for an agentic identity. Each value is a complex type that allows referencing the "id" attribute of a user, a group, or other resource already known to the SCIM service provider. Each value has the following sub-attributes.
</t>
            <dl newline="true">
              <dt>value</dt>
              <dd>
                <t>The "id" of the SCIM resource representing an owner of an agentic identity. This sub-attribute <bcp14>MUST</bcp14> be included for each "owners" value; mutability is "immutable".</t>
              </dd>
              <dt>$ref</dt>
              <dd>
                <t>The URI of the SCIM resource representing an owner of an agentic identity. <bcp14>RECOMMENDED</bcp14>; mutability is "readOnly".</t>
              </dd>
              <dt>displayName</dt>
              <dd>
                <t>The displayName of the agentic identity's owner. <bcp14>OPTIONAL</bcp14>; mutability is "readOnly".</t>
              </dd>
            </dl>
          </dd>
        </dl>
      </section>
      <section anchor="agent-resource-schema">
        <name>Agent Resource Schema</name>
        <t>The following is a non-normative example of the Agent resource type as returned from the "/ResourceTypes" endpoint, in JSON format.</t>
        <sourcecode type="json"><![CDATA[
{
  "schemas": [
    "urn:ietf:params:scim:schemas:core:2.0:ResourceType"
  ],
  "id": "Agent",
  "name": "Agent",
  "description": "An agent's identity as represented in a SCIM service.",
  "endpoint": "/Agents",
  "schema": "urn:ietf:params:scim:schemas:core:2.0:Agent",
  "meta": {
    "resourceType": "ResourceType",
    "location": "https://example.com/v2/ResourceTypes/Agent"
  }
}
]]></sourcecode>
        <t>The following is a non-normative example of the Agent schema as returned from the "/Schemas" endpoint, in SCIM JSON schema format.</t>
        <sourcecode type="json"><![CDATA[
{
  "schemas": [
    "urn:ietf:params:scim:schemas:core:2.0:Schema"
  ],
  "id": "urn:ietf:params:scim:schemas:core:2.0:Agent",
  "name": "Agent",
  "description": "An agent's identity as represented in a SCIM service.",
  "attributes": [
    {
      "name": "active",
      "type": "boolean",
      "multiValued": false,
      "description": "A boolean value indicating the agent's administrative status.",
      "required": true,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "description",
      "type": "string",
      "multiValued": false,
      "description": "The agent's human-readable description.",
      "required": false,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "displayName",
      "type": "string",
      "multiValued": false,
      "description": "The human-readable name of the agent, suitable for display to end-users.",
      "required": true,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none"
    },
    {
      "name": "agentUserName",
      "type": "string",
      "multiValued": false,
      "description": "A unique identifier for the agent, similar to a userName or email address.",
      "required": true,
      "caseExact": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "server"
    },
    {
      "name": "owners",
      "type": "complex",
      "multiValued": true,
      "description": "A list of the responsible parties for this agent.",
      "required": false,
      "mutability": "readWrite",
      "returned": "default",
      "uniqueness": "none",
      "subAttributes": [
        {
          "name": "value",
          "type": "string",
          "multiValued": false,
          "description": "The \"id\" of the SCIM resource representing an owner of this agent.",
          "required": true,
          "caseExact": false,
          "mutability": "immutable",
          "returned": "default",
          "uniqueness": "none"
        },
        {
          "name": "$ref",
          "type": "reference",
          "referenceTypes": ["User", "Group", "Agent"],
          "multiValued": false,
          "description": "The URI of the SCIM resource representing an owner of this agent.",
          "required": false,
          "caseExact": true,
          "mutability": "readOnly",
          "returned": "default",
          "uniqueness": "none"
        },
        {
          "name": "displayName",
          "type": "string",
          "multiValued": false,
          "description": "The displayName of the agent's owner.",
          "required": false,
          "caseExact": false,
          "mutability": "readOnly",
          "returned": "default",
          "uniqueness": "none"
        }
      ]
    }
  ],
  "meta": {
    "resourceType": "Schema",
    "location":
      "https://example.com/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:Agent"
  }
}
]]></sourcecode>
        <t>The following is a non-normative example of an Agent resource instance in JSON format.</t>
        <sourcecode type="json"><![CDATA[
{
  "schemas": [
    "urn:ietf:params:scim:schemas:core:2.0:Agent"
  ],
  "id": "95cfaafb-0827-4c60-8236-523ad04b3cba",
  "displayName": "Agent for tour guides",
  "agentUserName": "tour-guide-agent",
  "active": true,
  "externalId": "67890",
  "meta": {
    "resourceType": "Agent"
  }
}
]]></sourcecode>
      </section>
      <section anchor="updates-to-existing-schema">
        <name>Updates to Existing Schema</name>
        <t>To allow an agentic identity to be a member of a group, this memo augments the definition of the "members" attribute of <xref target="RFC7643"/> as follows:</t>
        <ul spacing="normal">
          <li>
            <t>allow the referenceTypes of the members "$ref" sub-attribute to also refer to an Agent resource</t>
          </li>
          <li>
            <t>allow the canonicalValues of the members "type" sub-attribute to also allow for "Agent"</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>SCIM data is intended to be exchanged using the SCIM protocol. It is important when handling data to implement the security considerations outlined in Section 7 of <xref target="RFC7644"/>.</t>
      <section anchor="privacy">
        <name>Privacy</name>
        <t>The text of this privacy section is derived from the corresponding privacy section of <xref target="RFC7643"/>.</t>
        <t>Information should be shared on an as-needed basis. A SCIM client
   should limit information to what it believes a SCIM service
   requires, and a SCIM service should only accept information
   it needs. Clients and servers should take into
   consideration that sensitive information is being conveyed across
   technical (e.g., protocol and applications), administrative (e.g.,
   organizational, corporate), and jurisdictional boundaries. In
   particular, information security and privacy must be considered.</t>
        <t>Security service level agreements for the handling of these
   attributes are beyond the scope of this document but are to be
   carefully considered by implementers and deploying organizations.</t>
        <t>Please see the Privacy Considerations section of <xref target="RFC7644"/> for more
   protocol-specific considerations regarding the handling of SCIM
   information.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="new-schema">
        <name>New Schema</name>
        <t>When published as an RFC, the IANA is requested to add the following addition to the "SCIM Schema URIs for Data Resources" established in <xref target="RFC7643"/>:</t>
        <table>
          <thead>
            <tr>
              <th align="left">URN</th>
              <th align="left">Name</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">urn:ietf:params:scim:schemas:core:2.0:Agent</td>
              <td align="left">Agent</td>
              <td align="left">This memo, Section 3</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-normative-references">
      <name>Normative References</name>
      <reference anchor="RFC2119">
        <front>
          <title>Key words for use in RFCs to Indicate Requirement Levels</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="March" year="1997"/>
          <abstract>
            <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="2119"/>
        <seriesInfo name="DOI" value="10.17487/RFC2119"/>
      </reference>
      <reference anchor="RFC7643">
        <front>
          <title>System for Cross-domain Identity Management: Core Schema</title>
          <author fullname="P. Hunt" initials="P." role="editor" surname="Hunt"/>
          <author fullname="K. Grizzle" initials="K." surname="Grizzle"/>
          <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
          <author fullname="C. Mortimore" initials="C." surname="Mortimore"/>
          <date month="September" year="2015"/>
          <abstract>
            <t>The System for Cross-domain Identity Management (SCIM) specifications are designed to make identity management in cloud-based applications and services easier. The specification suite builds upon experience with existing schemas and deployments, placing specific emphasis on simplicity of development and integration, while applying existing authentication, authorization, and privacy models. Its intent is to reduce the cost and complexity of user management operations by providing a common user schema and extension model as well as binding documents to provide patterns for exchanging this schema using HTTP.</t>
            <t>This document provides a platform-neutral schema and extension model for representing users and groups and other resource types in JSON format. This schema is intended for exchange and use with cloud service providers.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7643"/>
        <seriesInfo name="DOI" value="10.17487/RFC7643"/>
      </reference>
      <reference anchor="RFC7644">
        <front>
          <title>System for Cross-domain Identity Management: Protocol</title>
          <author fullname="P. Hunt" initials="P." role="editor" surname="Hunt"/>
          <author fullname="K. Grizzle" initials="K." surname="Grizzle"/>
          <author fullname="M. Ansari" initials="M." surname="Ansari"/>
          <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
          <author fullname="C. Mortimore" initials="C." surname="Mortimore"/>
          <date month="September" year="2015"/>
          <abstract>
            <t>The System for Cross-domain Identity Management (SCIM) specification is an HTTP-based protocol that makes managing identities in multi-domain scenarios easier to support via a standardized service. Examples include, but are not limited to, enterprise-to-cloud service providers and inter-cloud scenarios. The specification suite seeks to build upon experience with existing schemas and deployments, placing specific emphasis on simplicity of development and integration, while applying existing authentication, authorization, and privacy models. SCIM's intent is to reduce the cost and complexity of user management operations by providing a common user schema, an extension model, and a service protocol defined by this document.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="7644"/>
        <seriesInfo name="DOI" value="10.17487/RFC7644"/>
      </reference>
      <reference anchor="RFC8259">
        <front>
          <title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
          <author fullname="T. Bray" initials="T." role="editor" surname="Bray"/>
          <date month="December" year="2017"/>
          <abstract>
            <t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data.</t>
            <t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t>
          </abstract>
        </front>
        <seriesInfo name="STD" value="90"/>
        <seriesInfo name="RFC" value="8259"/>
        <seriesInfo name="DOI" value="10.17487/RFC8259"/>
      </reference>
      <reference anchor="RFC8174">
        <front>
          <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
          <author fullname="B. Leiba" initials="B." surname="Leiba"/>
          <date month="May" year="2017"/>
          <abstract>
            <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="14"/>
        <seriesInfo name="RFC" value="8174"/>
        <seriesInfo name="DOI" value="10.17487/RFC8174"/>
      </reference>
    </references>
    <?line 333?>

<section anchor="changes-from-earlier-versions">
      <name>Changes From Earlier Versions</name>
      <t>This is the initial version of this draft.</t>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The editor would like to acknowledge the contribution and work of the authors of the SCIM RFCs <xref target="RFC7643"/> and <xref target="RFC7644"/> and of other SCIM Internet-Drafts, the participants of the IETF SCIM WG, and the SCIM Community.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA81b63LbNhb+z6fA0jvTy0iyY6dJqm27VXNpvRs72dhppttm
diASslDzohKkHCVxn2WfZZ9sv3MAkKAkJ06adtrpRBLIc8G5Hxx4OBxGta4z
NRbx5FBMzlRRiyfKlE2VKHH/Ra0Ko8tCzMpK1HMlTlamVjn/vFuVxgzTMpe6
EIcpAHW9EkeykGcqJzQfn9w9PPokjuR0WqklCNDvNRJxlMhanZXVaix0MSuj
KC2TQubgJ63krB5evEzPhybR+VAS4LBygMO9vWjHNNNcG2KwXi0Acnj/9IEQ
O0JmpgQ9XaRqoQpiLR6IWKW6ListM/pxOPkGH9hGfPjk9EEc7RRNPlXVWABv
CpbGETg+iPQCS3XVmHp/b+/zvf1IVkrSVlTSVNhvHF2U1flZVTYLWr2+dOLo
XK0Am4LrolZVoerhPdpxZGpZpP+RWVlgRytlomipigYMCfFedISwwomfgVNd
nIlvCQutAybDOkn3a63q2aiszmhdVskc6/O6Xpjx7i69Rkt6qUb+tV1a2J1W
5YVRu4RglwB3znQ9b6aAzWV1fiHn2TA3s3o3569WoTf4xQwiNnWPSAAwsnhG
uuyD7jqboKXAJkwyV7kczes8i6NINvW8rCCuIQgJMWuyzBpUfAQa4hmAY36C
bchCv5Q17GcsjnQCUZZQAD1TTjZM/uvcPxslZR5vwXxPFsVK/LvEgqq2YY8f
ndcy7qFOCWb00sJ8XeL5Vdgf4yOT4h6Ul6mt2Fvm+yQWDDhKGfDtuzg0uVSZ
+Kd8+bJsXuqtlI7Vi1qnzrA6SppBvy7805EEeFSUVQ7AJRnvkwd392/c+Nx+
u33r5kH77ab9dmf/MzyNRqNRFA2HQyGnpq5kUkfR6XsFHmEWKtEznTDrBlat
RKqMPitUKuoS1n+uhPbgeQcOrElWNulwKg1elYtF1iEpUmFUtdSJMkJJo1U1
Iga1EQhcDcMvqnIJvHhZLGDnYDkfFqrBZjJhTZW3UakFghmRh08i9rItm488
SxoIwAnHzH+cPDomGAhzIFQhpxnBIB7ntJGpQoSShZmpqgK/jXEPLSy4qcuk
zPBafaFUAa6STBOfwV48z9VI8F7gm0TEzGkXhWVNJ520TAkCsm6fiQTfEI2N
+qXBz2xFTJEjMhx8PWVq1jX1S6sATXEPChYX8HZm2HEDibIF5DpNMxVFOxQi
qzJtElKCs4fe3l69cqZ0ecmEkhLKdrL2zw7oGZYvsAswqPNFxvoGM6QOlgCl
EpJepYAhNfygAVekCnDsNU9SImOaySarQ51ie0YxRItCF0nWsDXUdaWnDeIe
JJXMhWQDAe6y+MgIcsGB+LmcCk7HA94Ge5eQaQpDMV41pH42LhaB0yWLkyzE
r68rVpQzPCrUBXM3aDXIvJL2pt4ZZhoSgeWxeYQq7euzLnsqs1Qp8bYcZnqm
klWSKaiD9JeZrozos94sKOUyxUrl5VIFvFk5EkO85uhZ+UhjykQTaPc+GxMn
SjMQIKqs07LhWoUb2Nczb3J48wJfSTrOyCeHA+eLwJVldk+Fslsms8bmNs23
M42TMlddjGAUFWSoK9W5C8DncskLrU+18QCUCCXvGB6OTwgAO9ug6WshZ4+B
gdF2PK2WAOm0bxxO76meIXbQu7OqzFksa7jEvEGAtAL2+LBTnVNlwBokJxmI
eXmhlmRenjosu6VP1OyuE/BsRKXP5rWxmlWdYkM51HMo8ox2mtkAPNcL5oh5
XCdwDdVbIXRxZmKsROBYM4ndaFkFwidQVS0qbaxxOrNACkUctSZBnMN1A2On
DAObYQBmxvJCtWbAicgV1Zt2QwgFToCIKZojkPRhhfyMovuirOr1QEw54qpw
byjAkTMjM6lFVq5yH/O9f3bOHbo2VfvezNqUBwc2GgmYIn3flynebclcLK1Q
zSMK43fLYkmveLT3eLf820Z11MTigsNmfPT05JQKdfoUx4/4+5P7/3p6+OT+
Pfp+8t3k4cP2S+TeOPnu0dOH97pvHeTdR0dH94/vWWCsit5SFB9NfohtVIkf
PT49fHQ8eRhb2wxzOyUQGwa0NQ3Fuc1EiPAJPMaGzm/uPv7ff2/cROr5iyt7
kHvsjzs3blOSuoC4LbWyQGi1P6GDVYRyQ8EIyU4RORK50DWsaUA2YuBecCG4
KqT56Y8kmedj8cU0Wdy4+ZVboA33Fr3Meosss82VDWArxC1LW8i00uytr0m6
z+/kh95vL/dg8Yu/o9RRYnjjzt+/isiE1jrUU7Q2rv7qlXvWkThNUs5j1/Dh
kvsha6EFGWmZL2SxIi8KyoYB7DvLygvvXJvAzj+TwKYRmIJqA8UscxuNxaSD
5+AFdhlPG+vM1oi5nmMP663lRBDtQ2gKUG3WOi/IdqarMPq9GpNwSMBfxuhx
VXwZRV6yps8o2T3vdAWMSy23BJywBrNBictWXqba/vJyFBwoWOmZNgWxuphZ
Re+klnZP6gPyCKsRlEQcNlBRd3IY2RgS1n6+3rBW09ehNmHBA8nQi0+fHIq4
qYoxNbrjhaxkbsbUao4dw2NCP94f7Y0ZZ2xTryPnjW4tg/ZiAz3rTMsoG2Wh
26Ld1WCN37aIZGDYaw4BBvhjElkFYRymFNw0/5srNJwuoDneYwoiPWZOHHlx
wC8ejG6s2bAL25DoCePAzx3kfeonh0uZNUAzaRmx8re8h1oIxRJsvYclUCO8
ZXsJy0VeW7cbayJ9t+cQ2L7CIbSnCGtlTg3Mo2XXcdoUGaWsEk+rC8r6DrtK
IQhKiEvF3jwtkdFhucw80KVM34WK9W4JPinTHImO+llCIdBd1U23UVcIkys4
VKrfXoWtF3mk6/mUbazIPCxv3oq95PDTqJoZ01x0zpBKVNu9cO4FVI6t0Dve
41uJEbEUGa7KWWwOe6ickfD5ZXs4sda24L5tzHStyLaSQmjCLzDSNoRbRMmV
6BB7T7kQDwhcwYE26MJXxyjS3oeDNXLUpvXqz4A5NFWNrvk1ijuOMIe0Ih1y
gfc2cTHKp3jTsTvx/FDVJX1l2BT6lyZo16o2zjH8gGo/X5hLriw/sgXmMXNf
be0rrVRcdp9ubJzCAzsXHjn6ko6TDPvYZrxidno9tT2weZsEEF6O0FTr3xpd
8hBJL0cgD0ITLNwMLum1CeYXVOXSZhH3uYolsW7xQeQxiQbeOT9ZDdUQmXph
E4t1XWKEEhh3VomPDRScA5Pj3so25NI3C6DJ8adLVzIjNaxcDndFwdYQ2eNs
LjdCbjMd9mRBR3j8Mn+z7sEsOqH066beiRXkwpIMq4+ejGxRFlJsDcilM3vw
oojj2Golttz8DeqDI6EdswEv1jkvZCp2TP8Vgg14prT9AVgOCtUNFkgFj1Cr
ew7CuNIxEqxeFSbgi8zFSPh69020CPUWP7nCddaqY5+zT3tWwBZblMWwPZ5F
zSXJgD3L28olScZcozQitfljgnjX06JCHOpDpFuUmmIQQkBwbAmh/frrrz8b
pIFX2FNbkYzFj7zFa9ZcITU6gH4+IGQwWBpfcT3GCxSl15aCPMFPttTLvMPu
7GHjuGRkMfktEppdpmDsA8stLb9LAcmgXKyNxSsriyrcJdD1dj2w72SlrXji
YIbitEjH+7vL/b5qLKcks8voknTxvlbhou4V5nDiK82eIXSH2F1d/uGMwtJc
N4d31sHvajRd1G13Z5UdELY1nFMw1munfldsdg84t33PqQ3PuaZrn62zfI1S
9cr6tKPoDjCJHEWbgBMft4gYha1nla5VCGhthB678/Luoa0jkLtJKDFszw23
LgfbBRTubUNKtlB6LyGdBpJ4Q3m5VRx9xIk06v4LKHLjyR8sqS4NfXBJva0i
vk4Z/HbL+rNIsleRf1BZTt6jjt9ewP9ZpEkhz4+/r5Knq/M2BOkq6Ksk2dvN
hiCvU8fbZo/keh1H/uBG1j5DRTzZTAahrHry4rDdQr/J9t5mf9tER/78ExLm
T+9a8W+T5pss8M1WuEXkXcW/hv5qsV8l+vbx5eDNsqamYruofRu3wY1bttUv
lBlTqKDjN3vJZuDLiee/VUvv3uFcR0WbpEMdbShw0yu4S/njNLQtr/UU9YF8
4qo2ru3d3lOib7P630Ok7tvzyP96fo2Ww9XUG82Gj2JXtByu/N99l+L7fVsS
2Ppan6oLujvHX36H3rPlNuwyPv8smUk5mw737uzfHt5Mbu0N7+wf3Bp+tn8g
072b04NkKl0vEZiu7zJsYgLz4qyhG0OuV+iVHHiX3hjyG/bCm3vNtgudm4Zj
AEDdun3n873rtJebatjZEU/5SgafNd9/gfRK+miPE0p7vLX1fNpdknDzbXvC
5U62OCJhHeDNmT/C706iy8L7WuyG42tHZb2bPMYZihlHkfjUMWQLgDAoe5QO
owvya+dSVF/RLQ8G5V/rttUnkUhYJfqojKPKJg2ORlfQsFhI8V7w0Y7w10lp
Qm7oIE+6oTjHemhC8riqoMlYO9JTL5K5LM6uvvJlB4aG5iFlBc+oec4sAJTy
BTLGS7dK2nmJHR44XpIeL6Js6sxPT9zcSNwO1XLTjot2xONKL2Wysu5cwyrb
dLSwT/zYy84XsBYeIsDhbA1H1xY3IDbGU7Dow8I6Os8V52WTpSQeM5d0HY5G
ZfjfDN04dCqNXh+9EBIHmKHkrt1dKosRArrgwVMNrHh92V2+cj0+gbsUYNzF
pP7xrMPNo366FbHoUSBwICf+wNhd5qi7aUgG5eBrvrFY1CVB9LTj70ZhicNk
yD9kPFVuhmDnt/bgnpDUKpmzIYuP1ehsNOimubyL4ObjJ4P1QwILQVjCK6Iy
G5AGYXAIH59YafwMezKpTtzEdlo2RSorrXjqSQi4Tk8atDqDHuutKRIWbwl5
Y0gTrQB4NgckrQ95qWdQFTZyVik3L/TdVesA1m8NKzAYE9Kwe6pWZeHu9yTl
opsXtVdB8G53HYQ1gl90m3YVsEYzs+6mYWXVau/jMAOB5Nx5/ONMSRo8Kjvt
db60Fhi2uQPN3WmHORIWC9WpcugnpOsOXakzWaU+coRCIeNlq+x0wYPgw8nx
ZCNEweGP6YqFSw7PKMQsGnt7lKeTcD9wyNdbLAYe7KNgMe4eIfrYtUGFn4T7
YYf90wFLgkphq8t7FL/aCwtxcGuVg1T/KsZrwB2L14JrutcAc1lCvI5eD+k/
+6//sN8B9Q7FAdD6z1Of6gZtrDwAJXuvdSqTc56rc/g24gGFvvuyyugI4HtY
ib8QRbHb5khOkPCdpX3aWSNdiGfdTBIaD2UqtZk1ejW2f9Gg0i9jLjtpRMAz
Cvt3EOLCxbtzm5tacH/LoLD+oEt7FZT+zqGthfker+k1JJC16WdoAK3fywWA
nW0xSP8PH4y1EBsL9ELam3bWaujvOhjk2bc2pLRk75ZoFAua3kTR/wGIj7fO
zTIAAA==

-->

</rfc>
