<?xml version="1.0" encoding="US-ASCII"?>
<!-- This template is for creating an Internet Draft using xml2rfc,
     which is available here: http://xml.resource.org. -->
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!-- One method to get references from the online citation libraries.
     There has to be one entity for each item to be referenced. 
     An alternate method (rfc include) is described in the references. -->
<!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC3688 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3688.xml">
<!ENTITY I-D.narten-iana-considerations-rfc2434bis SYSTEM "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.narten-iana-considerations-rfc2434bis.xml">
]>
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<!-- used by XSLT processors -->
<!-- For a complete list and description of processing instructions (PIs), 
     please see http://xml.resource.org/authoring/README.html. -->
<!-- Below are generally applicable Processing Instructions (PIs) that most I-Ds might want to use.
     (Here they are set differently than their defaults in xml2rfc v1.32) -->
<?rfc strict="yes" ?>
<!-- give errors regarding ID-nits and DTD validation -->
<!-- control the table of contents (ToC) -->
<?rfc toc="yes"?>
<!-- generate a ToC -->
<?rfc tocdepth="4"?>
<!-- the number of levels of subsections in ToC. default: 3 -->
<!-- control references -->
<?rfc symrefs="yes"?>
<!-- use symbolic references tags, i.e, [RFC2119] instead of [1] -->
<?rfc sortrefs="yes" ?>
<!-- sort the reference entries alphabetically -->
<!-- control vertical white space 
     (using these PIs as follows is recommended by the RFC Editor) -->
<?rfc compact="yes" ?>
<!-- do not start each main section on a new page -->
<?rfc subcompact="yes" ?>
<!-- keep one blank line between list items -->
<?rfc comments="yes" ?>
<!-- show cref output -->
<?rfc inline="yes" ?>
<!-- inline cref output -->
<!-- end of list of popular I-D processing instructions -->
<rfc category="info" docName="draft-carney-regext-domainconnect-01" ipr="trust200902">
  <!-- category values: std, bcp, info, exp, and historic
     ipr values: full3667, noModification3667, noDerivatives3667
     you can add the attributes updates="NNNN" and obsoletes="NNNN" 
     they will automatically be output with "(if approved)" -->

  <!-- ***** FRONT MATTER ***** -->

  <front>
    <!-- The abbreviated title is used in the page header - it is only necessary if the 
         full title is longer than 39 characters -->

    <title abbrev="Domain Connect">
    Domain Connect API - Communications between DNS Provider and Services</title>

    <author fullname="Arnold Blinn" initials="A.B." surname="Blinn">
      <organization>GoDaddy Inc.</organization>

      <address>
        <postal>
          <street>14455 N. Hayden Rd. #219</street>

          <city>Scottsdale</city>

          <region>AZ</region>

          <code>85260</code>

          <country>US</country>
        </postal>

        <email>arnoldb@godaddy.com</email>

        <uri>http://www.godaddy.com</uri>
      </address>
    </author>

    <author fullname="Roger Carney" initials="R.C." surname="Carney">
      <organization>GoDaddy Inc.</organization>

      <address>
        <postal>
          <street>14455 N. Hayden Rd. #219</street>

          <city>Scottsdale</city>

          <region>AZ</region>

          <code>85260</code>

          <country>US</country>
        </postal>

        <email>rcarney@godaddy.com</email>

        <uri>http://www.godaddy.com</uri>
      </address>
    </author>

    <date year="2016"/>

    <!-- Meta-data Declarations -->

    <area>Applications and Real-Time</area>

    <workgroup>Registration Protocols Extensions</workgroup>

    <abstract>
      <t>This document provides information related to the Domain Connect API
      that was built to support communications between DNS Providers and Service
      Providers (hosting, social, email, hardware, etc.).</t>
    </abstract>
    
  </front>

  <middle>
    <section title="Introduction">
      <t>Configuring a service at a Service Provider to work with a domain is a
      complex task and is difficult for users.</t>

      <t>Typically a customer will try to configure their service by entering
      their domain name with the Service Provider. The Service Provider then
      uses a number of techniques to discover the DNS Provider. This might
      include DNS queries to determine the registrar and/or the nameserver
      providing DNS.</t>

      <t>Once the Service Provider discovers the DNS Provider, they typically
      give the customer instructions for proper configuration of DNS. This might
      include help text, screen shots, or even links to the appropriate tools.</t>
      
      <t>This often presents a number of technologies or processes to the user
      that they may not understand. DNS record types, TTLs, Hostnames, etc. are
      all confusing to many users. Instructions authored by the Service Provider
      may also be out of date, further confusing the issue.</t>
      
      <t>The goal of the protocol presented in this RFC is to create a system
      where Service Providers can easily enable their applications/services to
      work with the domain names of their customers. This includes both
      discovery of the DNS Provider and subsequent modification of DNS.</t>
    </section>

    <section title="Terminology">
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
        "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
        document are to be interpreted as described in <xref
        target="RFC2119">RFC 2119</xref>.</t>

        <t>XML is case sensitive. Unless stated otherwise, XML specifications
        and examples provided in this document MUST be interpreted in the
        character case presented in order to develop a conforming
        implementation.</t>
    </section>

    <section title="Definitions">
      <t>The following definitions are used in this document:</t>
      
      <t><list style="symbols">
        <t>Service Providers - refers to entities that provide products and
        services attached to domain names. Examples include web hosting
        providers (such as Wix or SquareSpace), email Service Providers (such as
        Microsoft or Google) and potentially even hardware manufacturers with
        DNS-enabled devices including home routers or automation controls (such
        as Linksys, Nest, and Philips).</t>
        <t>DNS Providers - refers to entities that provide DNS services such as
        registrars (e.g. GoDaddy, eNom or Tucows) or standalone DNS services
        (e.g. CloudFlare).</t>
        <t>Customer/User - refers to the end-user of these services.</t>
        <t>Templates/Service Templates - refers to a file that describes a set
        of changes to DNS and domain functionality to enable a specific service.</t>
      </list></t>
    </section>

    <section title="The API">
      <t>The system will be implemented using simple web based interactions and
      standard authentication protocols, allowing for the creation and
      modification of DNS settings through the application of templates instead
      of direct manipulation of individual DNS records.</t>

      <t>The core of this proposal is based on templates. Templates describe a
      service owned by a Service Provider, and contain all of the information
      necessary to describe the changes to the domain and to DNS required to
      enable and operate/maintain a service. These changes are in the form of
      records/commands which map to records in DNS or other domain behavior
      (e.g. redirects).</t>

      <t>The individual records/commands may be identified by a group identifier.
      This allows for the application of templates in different stages. For
      example, an email provider might first set a TXT record to verify the
      domain, and later set an MX record to configure email. While done
      separately, both changes are fundamentally part of the same service.</t>

      <t>Templates can also contain variable portions, as often values of data
      in the template change based on the rules of the Service Provider (e.g.
      the IP address of a service).</t>

      <t>Configuration and onboarding of templates between the DNS Provider and
      the Service Provider is initially seen as a manual process. The template
      is defined by the Service Provider and given to the DNS Provider. Future
      versions of this specification may allow for an independent repository of
      templates.</t>

      <t>By basing the protocol on templates instead of DNS Records, several
      advantages are achieved. The DNS Provider has very explicit knowledge and
      control on the settings being changed to enable a service. The system is
      also more secure as templates are tightly controlled and contained.</t>

      <t>All parties benefit by having an open standard. With more DNS Providers
      supporting the standard, more Service Providers are likely to adopt and
      vice versa.</t>

      <t>The value to customers is simple, Domain Connect makes configuration of
      services much easier. Instead of editing individual DNS records, a
      customer simply approves the application of a template to their domain.</t>

      <t>To attach a domain name to a service provided by a Service Provider,
      the customer would first enter their domain name.</t>

      <t>Instead of relying on examination of the nameserver and mapping these
      to DNS Providers, DNS Provider discovery would be handled through simple
      records in DNS and an API. The Service Provider would query for a specific
      record in the zone to determine a REST endpoint, call an API, and a Domain
      Connect compliant DNS Provider would return information about that domain
      at the DNS Provider.</t>

      <t>For the application of the changes to DNS, there are two main use
      cases. The first is a synchronous web flow. The second is the API when the
      OAuth flow is used.</t>

      <section title="Web-Based Authentication, Authorization &amp; Template Action Flow">
        <t>This flow is tailored for the Service Provider that requires a
        one-time synchronous change to DNS.</t>

        <t>The user would first enter their domain name at the Service Provider.</t>

        <t>After the Service Provider determines the DNS Provider, the Service
        Provider would display a link to the user indicating that they can
        "Connect their Domain" to the service.</t>

        <t>After clicking the link, the user is directed to a browser window on
        the DNS Provider's site. This could be in place, another tab, or in a
        new browser window. This link would indicate the domain name being
        updated, the service being enabled, and any additional parameters needed
        to configure the service.</t>

        <t>The user would be asked to authenticate at the DNS Provider site.</t>

        <t>After authenticating at the DNS Provider, the DNS Provider would
        verify the domain name, provided by the user, is owned by the user. The
        DNS Provider would also verify other parameters passed in are valid and
        would prompt the user to give consent for making the change to DNS.</t>

        <t>Assuming the user grants this consent, the DNS changes would be
        applied. Upon successful application of the DNS changes, an optional
        callback URL would be called at the Service Provider indicating
        success.</t>
      </section>

      <section title="OAuth Based Authentication and Authorization Flow">
        <t>The OAuth flow is tailored for the Service Provider that wishes to
        make changes to DNS asynchronously to the user interaction, or may wish
        to make multiple or additional changes to DNS over time.</t>
        
        <t>The OAuth based authentication and authorization flow begins
        similarly to the web based synchronous flow.</t>

        <t>However, instead of applying the DNS changes on user confirmation,
        OAuth access is granted to the Service Provider. An OAuth token is
        generated and handed back to the Service Provider.</t>

        <t>The permission granted in the OAuth token is a right for the Service
        Provider to apply changes based on the template to the specific domain
        owned by a specific user.</t>

        <t>The Service Provider would call an API that applies this template to
        the domain, including any necessary parameters along with the access
        token(s). As in all OAuth flows, access can be revoked by the user at
        any time. This would be done on the DNS Providers user experience.</t>

        <t>If the OAuth flow is used, once a Service Provider has an OAuth token
        the Domain Connect API becomes available for use. The Domain Connect API
        is a simple REST service.</t>

        <t>This REST service allows the application or removal of the changes in
        the template on a domain name. The domain name, user, and template must
        be authorized through the OAuth token and corresponding access token.</t>

        <t>Additional parameters named keys are expected to be passed as
        name/value pairs on the query string of each API call.</t>
      </section>
      
      <section title="DNS Provider Initiated Flows">
        <t>It may be desired to expose different services available from the DNS
        Provider, mainly to expose interesting services that the user could
        attach to their domain. An example would be suggesting to a user that
        they might want to connect their domain to a partner Service Provider.</t>
        
        <t>If the template for the service is static, it is sometimes possible
        to simply apply the template, and be done.</t>
        
        <t>However, often the template has some dynamic elements. For this
        scenario, the DNS Provider need simply call a URL at the Service
        Provider. The Service Provider can then sign the user in, collect any
        necessary information, and call the normal web-based flows described
        above.</t>
      </section>

      <section title="DNS Provider Discovery">
        <t>In order to facilitate discovery of the DNS Provider given a domain
        name, a domain will contain a record in DNS.</t>
        
        <t>This record will be a simple TXT record containing a URL used as a
        prefix for calling a discovery API. This record will be named
        domainconnect.</t>

        <t>An example of this record would contain:</t>

        <t>https://domainconnect.godaddy.com</t>

        <t>As a practical matter of implementation, the DNS Provider need not
        contain a copy of this data in each and every zone. Instead, the DNS
        Provider needs simply to respond to the DNS query for the domainconnect
        TXT record with the appropriate data. How this is implemented is up to
        the DNS Provider.</t>

        <t>Once the URL prefix is discovered, it can be used by the Service Provider to determine the additional settings for using Domain Connect on this domain at the DNS Provider. This is done by calling a REST API.</t>

        <t><list>
          <t>GET</t>
          <t>v2/{domain}/settings</t>
        </list></t>

        <t>This will return a JSON structure containing the settings to use for Domain Connect on the domain name (passed in on the path) at the DNS Provider.  This JSON structure will contain the following fields:</t>

        <t><list style="symbols">
          <t>providerName: The name of the DNS Provider suitable for display on
          the Service Provider UX.</t>
          <t>urlSyncUX: The URL Prefix for linking to the UX elements of Domain
          Connect for the synchronous flow at the DNS Provider.</t>
          <t>urlAsyncUX: The URL Prefix for linking to the UX elements of Domain
          Connect for the asynchronous flow at the DNS Provider</t>
          <t>urlAPI: This is the URL Prefix for the REST API for the
          asynchronous OAuth API.</t>
        </list></t>

        <t>As an example, the JSON returned by this call might contain.</t>
        
        <t><list>
          <t>{</t>
          <t>"providerName": "GoDaddy",</t>
          <t>"urlSyncUX": "https://domainconnect.godaddy.com",</t>
          <t>"urlAsyncUX": "https://domainconnect.godaddy.com",</t>
          <t>"urlAPI" : "https://api.domainconnect.godaddy.com"</t>
          <t>}</t>
        </list></t>
      </section>

      <section title="Domain Connect Endpoints">
        <t>Domain Connect contains endpoints in the form of URLs.</t>
        
        <t>The first set of endpoints are for the UX that the Service Provider
        links to.</t>

        <t>These are for the UX which includes the web-based flow where the user
        clicks on the link, and the OAuth flow where the user clicks on the link
        for consent.</t>

        <t>The second set of endpoints are for the API that is called as part of
        the asynchronous OAuth flow via REST.</t>

        <t>All endpoints begin with a root URL for the DNS Provider such as
        https://connect.dnsprovider.com/ and may also include any prefix at the
        discretion of the DNS Provider, for example,
        https://connect.dnsprovider.com/api/</t>

        <t>The root URLs for the UX endpoints and the API endpoints are returned
        in the JSON payload during DNS Provider discovery.</t>

        <section title="Web Based Flow">
          <t><list>
            <t>GET</t>
            <t>v2/domainTemplates/providers/{providerDomain}/services/{serviceName}/apply?[properties]</t>
          </list></t>

          <t>This is the URL used to apply a template to a domain. This URL is
          embedded on the Service Provider's site to start the Domain Connect
          protocol.</t>

          <t>Parameters/properties passed to this URL include:</t>

          <t><list style="symbols">
            <t>domain: This parameter contains the domain name being
            configured.</t>
            <t>name/value pairs: Any variable fields consumed by this template.
            The name portion of this API call corresponds to the variable(s)
            specified in the template and the value corresponds to the value
            that should be used when applying the template.</t>
            <t>requestId: This OPTIONAL parameter may contain a value that will
            be passed back to the calling Service Provider via the template's
            callback URL. A Service Provider may use this value to identify a
            specific call or for any other purpose.</t>
            <t>groupId: This OPTIONAL parameter specifies the group of changes
            from the template to apply. If no group is specified, all changes
            are applied.</t>
          </list></t>

          <t>An example query string is below:</t>

          <t><list>
            <t>GET</t>
            <t>https://webconnect.dnsprovider.com/v2/domainTemplates/providers/coolprovider.com/services/hosting/apply?www=192.168.42.42&amp;m=192.168.42.43&amp;domain=example.com</t>
          </list></t>

          <t>This call indicates that the Service Provider wishes to connect the
          domain example.com to the service using the template identified by the
          composite key of the provider (coolprovider.com) and the service owned
          by them (hosting). In this example, there are two variables in this
          template, "www" and "m" which both require values (in this case each
          requires an IP address). These variables are passed as name/value
          pairs.</t>

          <t>As part of the Domain Connect flow, a callback URL will be invoked
          if provided.</t>

          <t>It should also be noted that successfully getting a callback URL
          invoked in a flow such as this isn't 100% reliable. Requests often
          fail, and users may close their web browser before such a callback is
          invoked.</t>

          <t>This callback URL is largely for tracking and convenience. As such
          the lack of reliability is likely not a factor. A Service Provider who
          wishes to continue any process with certainty will simply check the
          DNS for any applied changes as a trigger for further action.</t>

          <t>The URL called is specified as part of the onboarding process with
          the service. This URL would allow for the substitution of three
          values:</t>

          <t><list style="symbols">
            <t>domain: The domain name configured with domain connect.</t>
            <t>requestId: The passed in requestId in the initial call.</t>
            <t>status: The status or results of the operation (SUCCESS,
            CANCELED, FAILED, ERROR).</t>
          </list></t>

          <t>The format of this URL provided by the Service Provider to the DNS
          Provider would be similar to:</t>
          
          <t>http://example.com/connectresults?domain=%domain%&amp;request=%requestId%&amp;status=%status%</t>

        </section>
        <section title="OAuth Flow">
          <t>Using the OAuth flow is a more advanced use case, needed by Service
          Providers that have more complex configurations that may require
          multiple steps and/or are asynchronous from the user's interaction.</t>
          
          <t>Details of an OAuth implementation are beyond the scope of this
          specification. Instead, an overview of how OAuth fits with Domain
          Connect is given here.</t>
          
          <t>Service providers wishing to use the OAuth flow must register as an
          OAuth client with the DNS Provider. This is envisioned as a manual
          process.</t>
          
          <t>To register, the Service Provider would provide (in addition to
          their template) one or more callback URLs that specify where the
          customer will be redirected after the provider authorization. In
          return, the DNS Provider will give the Service Provider a client id
          and secret which will be used when requesting tokens as part of the
          OAuth process flow.</t>
          
          <section title="Getting an Authorization Token">
            <t><list>
              <t>GET</t>
              <t>v2/domainTemplates/providers/{providerDomain}/services/{serviceName}</t>
            </list></t>
            
            <t>To initiate the OAuth flow the Service Provider would link to the
            DNS Provider to gain consent. This endpoint is similar to the
            synchronous flow described above, and will handle authenticating the
            user and asking for the user's permission to allow the Service
            Provider to make the specified changes to the domain.</t>
            
            <t>Upon successful authorization, the DNS Provider will direct the
            end user's browser to the redirect URI provided in the request,
            appending the authorization code as a query parameter of "code".</t>
            
            <t>Upon error, the DNS Provider will direct the end user's browser
            to the redirect URI provided in the request, appending the error
            code as a query parameter "error".</t>
            
            <t>The following describes the values to be included in the query
            string parameters for this request.</t>
            
            <t><list style="symbols">
              <t>domain: This parameter contains the domain name being configured.</t>
              <t>client_id: This is the client id that was provided by the DNS
              Provider, to the Service Provider during registration.</t>
              <t>redirect_uri: The location to direct the client's browser to
              upon successful authorization, or upon error.</t>
              <t>scope: This is the name of the resource that the Service
              Provider is requesting access to.</t>
              <t>response_type: OPTIONAL. If included should be the string
              'code' to indicate an authorization code is being requested.</t>
              <t>state: OPTIONAL but recommended. This is a random, unique
              string passed along to prevent CSRF. It will be returned as a
              parameter when redirecting to the redirect_url described above.</t>
            </list></t>
          </section>
          <section title="Requesting an Access Token">
            <t><list>
              <t>POST /v2/oauth/access_token</t>
            </list></t>
            
            <t>Once authorization has been granted the Service Provider must use
            the Authorization Token provided to request an Access Token. The
            OAuth specification recommends that the Authorization Token be a
            short lived token, and a reasonable recommended setting is ten
            minutes. As such this exchange needs to be completed before that
            time has expired or the process will need to be repeated.</t>
            
            <t>This token exchange is done via a server to server API call from
            the Service Provider to the DNS Provider.</t>
            
            <t>The Access Token granted will also have a short-lived lifespan,
            also on the order of ten minutes. To get a new access token, the
            Refresh Token is used.</t>
            
            <t>The following describes the POST parameters to be included in the
            request.</t>
            
            <t><list style="symbols">
              <t>code: The authorization code that was provided in the previous
              step when the customer accepted the authorization request, or the
              refresh_token for a subsequent access token.</t>
              <t>redirect_uri: OPTIONAL. If included, needs to be the same
              redirect uri provided in the previous step, simple for
              verification.</t>
              <t>grant_type: The type of code in the request. Usually the string
              'authorization_code' or 'refresh_token'.</t>
              <t>client_id: This is the client id that was provided by the DNS
              Provider, to the Service Provider during registration.</t>
              <t>client_secret: The secret provided to the Service Provider
              during registration.</t>
            </list></t>
            
            <t>Upon successful token exchange, the DNS Provider will return a
            response with 4 properties in the body of the response.</t>
            
            <t><list style="symbols">
              <t>access_token: The access token to be used when making API
              requests.</t>
              <t>token_type: Always the string "bearer".</t>
              <t>expires_in: The number of seconds until the access_token
              expires.</t>
              <t>refresh_token: The token that can be used to request new access
              tokens when this one has expired.</t>
            </list></t>
          </section>
          <section title="Making Requests with Access Tokens">
            <t>Once the Service Provider has the access token, they can call the
            DNS Provider's API to make change to DNS on behalf of the user.</t>
            
            <t>All calls to this API pass the access token in the Authorization
            Header of the request to the call to the API. More details can be
            found in the OAuth specifications, but as an example:</t>
            
            <t><list>
              <t>GET /resource/1 HTTP/1.1</t>
              <t>Host: example.com</t>
              <t>Authorization: Bearer mF_9.B5f-4.1JqM</t>
            </list></t>
          </section>
          <section title="Apply Template to Domain">
            <t><list>
              <t>POST</t>
              <t>v2/domainTemplates/providers/{providerId}/services/{serviceId}/apply?[properties]</t>
            </list></t>
            
            <t>The primary function of the API is to apply a template to a
            customer domain.</t>
            
            <t>While the providerId and serviceId are also implied
            in the authorization, these are on the path for consistency with the
            synchronous flows. If not matching what is in the authorization, an
            error is returned.</t>
            
            <t>In addition, the call must accept the following parameters:</t>
            
            <t><list style="symbols">
              <t>domain: This contains the domain name being configured. It must
              match the domain in the authorization token.</t>
              <t>name/value pairs: Any variable fields consumed by this template.
              The name portion of this API call corresponds to the variable(s)
              specified in the record and the value corresponds to the value
              that should be used when applying the template as per the
              implementation notes.</t>
              <t>groupId: This OPTIONAL parameter specifies the group of changes
              in the template to apply. If omitted, all changes are applied.</t>
            </list></t>
            
            <t>An example call is below. In this example, it is contemplated
            that there are two variables in this template, "www" and "m" which
            both require values (in this case each requires an IP address).
            These variables are passed as name/value pairs.</t>
            
            <t><list>
              <t>POST</t>
              <t>https://connect.dnsprovider.com/v2/domainTemplates/providers/coolprovider.com/services/hosting/apply?www=192.168.42.42&amp;m=192.168.42.43</t>
            </list></t>
            
            <t>The API must validate the access token for the Service Provider
            and that the domain belongs to the customer and is represented by
            the token being presented. With these checks passing, the template
            may be applied to the domain after verifying that doing so would not
            cause an error condition, either because of problems with required
            variables or the current state of the domain itself (for example,
            already having a conflicting template applied).</t>
            
            <t>Results of this call can include information indicating success,
            or an error. Errors will be 400 status codes, with the following
            codes defined.</t>
            
            <t><list style="symbols">
              <t>Success (204): A response of an http status code of 204
              indicates that call was successful and the template applied.
              Note that any 200 level code should be considered a success.</t>
              <t>Unauthorized (401,403): A response of a 401 indicates that
              caller is not authorized to make this call. This can be because
              the token was revoked, or other access issues.</t>
              <t>Error (404,422): This indicates something wrong with the
              request itself, such as bad parameters.</t>
              <t>Failed (409): This indicates that the call was good, and the
              caller authorized, but the change could not be applied due to
              other conditions. This might be the application of a conflicting
              template or a domain state that prevents updates.</t>
            </list></t>
          </section>
          <section title="Revert Template">
            <t><list>
              <t>POST</t>
              <t>v2/domainTemplates/providers/{providerId}/services/{serviceId}/revert?domain={domain}</t>
            </list></t>
            
            <t>This API allows the removal of a template from a customer domain
            using an OAuth request.</t>
            
            <t>The provider and service name in the authorizatoin must match the
            values in the URL. So must the domain name on the query string.</t>
            
            <t>This call must validate that the template requested exists and
            has been applied to the domain by the Service Provider or a warning
            must be returned that the call would have no effect. This call must
            validate that there is a valid authorization token for the domain
            passed in or an error condition must be reported.</t>
            
            <t>An example query string might look like:</t>
            
            <t><list>
              <t>POST</t>
              <t>https://connect.dnsprovider.com/v2/domainTemplates/providers/coolprovider.com/services/hosting/revert?domain=example.com</t>
            </list></t>
            
            <t>Response codes are identical to above.</t>
          </section>
          <section title="Revoke Access">
            <t>Like all OAuth flows, the user can revoke the access at any time
            using UX at the DNS Provider site. So the Service Provider needs to
            be aware that their access to the API may be denied.</t>
          </section>
        </section>
      </section>

      <section title="Domain Connect Objects and Templates">
        <t>This description represents the values in the template. Since
        onboarding of a Service Provider with a DNS Provider is initially a
        manually oriented process, this format is a recommendation.</t>
        
        <t>There may be a repository of templates in the future.</t>
        
        <t>A template is defined as a standard JSON data structure containing
        the following data:</t>
        
        <t><list style="symbols">
          <t>providerId: The unique identifier of the Service Provider that
          created this template. This is used in the URLs to identify the
          Service Provider. To ensure non-coordinated uniqueness, this would be
          the domain name of the Service Provider.</t>
          <t>providerName: The name of the Service Provider. This will be
          displayed to the user.</t>
          <t>templateId: The name or identifier of the template. This is used in
          URLs to identify the template.</t>
          <t>templateName: The friendly name of this service. This will be
          displayed to the user.</t>
          <t>logoUrl: A graphical logo for use in any web-based flow. This is a
          URL to a graphical logo sufficient for retrieval.</t>
          <t>description: A textual description of what this template attempts
          to do. This is meant to assist integrators, and therefore should not
          be displayed to the user.</t>
          <t>launchUrl: OPTIONAL. A URL suitable for a DNS Provider to call to
          initiate the execution of this template. This allows the flow to begin
          with the DNS Provider as described above.</t>
          <t>returnUrl: OPTIONAL. The URL to call indicating the status of the
          call.</t>
          <t>records: A list of records and/or actions for the template.</t>
        </list></t>
        
        <t>Each template record is an entry that contains a type and several
        optional parameters based on the value.</t>
        
        <t>For all entries of a record template other than "type" and "groupId",
        the value can contain variables denoted by %&lt;variable name&gt;%. These are
        the values substituted at runtime when writing into DNS.</t>
        
        <t>It should be noted that as a best practice, the variable should be
        equal to the portion of the values in the template that change as little
        as possible.</t>
        
        <t>For example, say a Service Provider requires a CNAME of one of three
        values for their users: s01.example.com, s02.example.com, and s03.example.com.</t>
        
        <t>The value in the template could simply contain %servercluster%, and
        the fully qualified string passed in. Alternatively, the value in the
        template could contain s%var%.example.com. By placing more fixed data
        into the template, the data is more constrained. And by using a generic
        name the values in the query string are more obscured.</t>
        
        <t>Each record will contain the following elements:</t>
        
        <t><list style="symbols">
          <t>type: Describes the type of record in DNS, or the operation
          impacting DNS. Valid values include: A, AAAA, CNAME, MX, TXT, SRV, NS,
          APEXCNAME, REDIR301, or REDIR302.</t>
          <t>groupId: This OPTIONAL parameter identifies the group the record
          belongs to when applying changes.</t>
          <t>host: The host for A, AAAA, CNAME, TXT, and MX values. This is the
          hostname in DNS.</t>
          <t>pointsTo: The pointsTo location for A, AAAA, CNAME, MX, and
          APEXCNAME records.</t>
          <t>ttl: This is the time-to-live for the record in DNS. Valid for A,
          AAAA, CNAME, TXT, MX, and SRV records.</t>
          <t>data: This is the data for a TXT record in DNS.</t>
          <t>priority: This is the priority for an MX or SRV record in DNS.</t>
          <t>weight: This is the weight for the SRV record.</t>
          <t>port: This is the port for the SRV record.</t>
          <t>protocol: This is the protocol for the SRV record.</t>
          <t>service: This is the protocol for the SRV record.</t>
          <t>target: This is the target url for REDIR301 and REDIR302.</t>
        </list></t>
      </section>

      <section title="Implementation Notes">
        <t>This template format is intended for internal use by a DNS Provider
        and there are no codified API endpoints for creation or modification of
        these objects. API endpoints do not use this object directly. Instead,
        API endpoints reference a template by ID and then provide key/value
        pairs that match any variable values in these record objects.</t>
        
        <t>However, by defining a standard template format it is believed it
        will make it easier for Service Providers to share their provisioning
        across DNS Providers. Further revisions of this specification may
        include a repository for publishing and consuming these templates.</t>
        
        <t>Implementers are responsible for data integrity and should use the
        record type field to validate that variable input meets the criteria
        for each different data type.</t>
        
        <t>Certain record types may not be valid with others (e.g. a redirect
        and an A record), and it is up to the DNS and Service Providers to
        author templates appropriately. As such, a practical matter may be the
        redirect is valid only by itself.</t>
        
        <t>Additional record types and/or extensions to the data that can be set
        into the template can be implemented on a per DNS Provider basis. For
        example, if a DNS Provider supports additional record types, these can
        be added to this specification and templates.</t>
        
        <t>Similarly other providers may not wish to support certain record
        types (redirects, APEXCNAME). Should this be the case, a Service
        Provider depending on this functionality would not be able to operate
        with said DNS Provider.</t>
        
        <t>Example Records: Single static host record</t>
        
        <t>Consider a template for setting a single host record. The records
        section of the template would have a single record of type "A" and could
        have a value of:</t>
        
        <t><list>
          <t>[{</t>
          <t>''type'': ''A'',</t>
          <t>''host'': ''www'',</t>
          <t>''pointsTo'': ''192.168.1.1'',</t>
          <t>''ttl'': 600</t>
          <t>}]</t>
        </list></t>
        
        <t>This would have no variable substitution and the application of this
        template to a domain would simply set the host name "www" to the IP
        address "192.168.1.1"</t>
        
        <t>Example Records: Single variable host record for A</t>
        
        <t>In the case of a template for setting a single host record from a
        variable, the template would have a single record of type "A" and could
        have a value of:</t>
        
        <t><list>
          <t>[{</t>
          <t>''type'': ''A'',</t>
          <t>''host'': ''@'',</t>
          <t>''pointsTo'': ''192.168.1.%srv%'',</t>
          <t>''ttl'': 600</t>
          <t>}]</t>
        </list></t>
        
        <t>A query string with a key/value pair of</t>
        
        <t>srv=8</t>
        
        <t>would cause the application of this template to a domain to set the
        host name for the apex A record to the IP address "192.168.1.8" with a
        TTL of 600.</t>
        
        <t>Example: Multiple variable host record for A</t>
        
        <t>In the case of a template for setting a single host record from
        multiple variables, the template would have a single record of type "A"
        and could have a value of:</t>
        
        <t><list>
          <t>[{</t>
          <t>''type'': ''A'',</t>
          <t>''host'': ''%hostname1%'',</t>
          <t>''pointsTo'': ''%hostip1%'',</t>
          <t>''ttl'': 600</t>
          <t>}]</t>
        </list></t>

        <t>A query string with key/value pairs of</t>
        
        <t>hostname1=example&amp;hostip1=192.168.1.3</t>
        
        <t>would cause the application of this template to a domain to set the
        host name "example" to the IP address "192.168.1.3" with a TTL of 600.</t>
        
        <t>Example: Redirect</t>
        
        <t>In the case of a template for setting an HTTP redirect, the template
        would have a record of type "REDIRECT" and could have a value of:</t>
        
        <t><list>
          <t>[{</t>
          <t>''type'': REDIR301,</t>
          <t>''target'': %url%</t>
          <t>}]</t>
        </list></t>

        <t>A query string with key/value pairs of</t>
        
        <t>url=http://www.example-two.com.</t>
        
        <t>would cause the application of this template to signal to the DNS
        Provider to provision URL redirection to the target URL.</t>
        
        <t>Example Template JSON Format</t>
        <t><list>
          <t>{</t>
          <t>"providerId": "example.com",</t>
          <t>"providerName": "Example Web Hosting",</t>
          <t>"templateId": "hosting",</t>
          <t>"templateName": "Wordpress by example.com",</t>
          <t>"logoUrl": "https://www.example.com/images/billthecat.jpg",</t>
          <t>"description": "This connects your domain to our super cool web
          hosting",</t>
          <t>"returnUrl": "https://www.example.com/connectresults",</t>
          <t>"launchURL" : "https://www.example.com/connectlaunch",</t>
          <t>"records": [</t>
          <t><list>
            <t>{</t>
            <t>"groupId" : "service",</t>
            <t>"type": "A",</t>
            <t>"host": "www",</t>
            <t>"pointsTo": "%var1%",</t>
            <t>"ttl": "%var2%"</t>
            <t>},</t>
            <t>{</t>
            <t>"groupId" : "service",</t>
            <t>"type": "A",</t>
            <t>"host": "m",</t>
            <t>"pointsTo": "%var3%",</t>
            <t>"ttl": "%var2%"</t>
            <t>},</t>
            <t>{</t>
            <t>"groupId" : "service",</t>
            <t>"type": "CNAME",</t>
            <t>"host": "webmail",</t>
            <t>"pointsTo": "%var4%",</t>
            <t>"ttl": "%var2%"</t>
            <t>},</t>
            <t>{</t>
            <t>"groupId" : "verification",</t>
            <t>"type": "TXT",</t>
            <t>"host": "example",</t>
            <t>"pointsTo": "%var5%",</t>
            <t>"ttl": "%var2%"</t>
            <t>}</t>
          </list></t>
          <t>]</t>
          <t>}</t>
        </list></t>
      </section>

      <section title="Operational and Implementation Considerations">
        <t>From a DNS Provider standpoint, it is envisioned that the user has
        appropriate warnings and checks in place to prevent accidental
        destruction of other records in DNS when applying a template or making
        manual changes in DNS.</t>
        
        <t>For example, if the application of a template through the web based
        flow would interfere with previously set DNS records (either through
        another template or manual settings), it is envisioned that the user
        would be asked to confirm the clearing of the previously set template.
        If it would interfere with DNS records accessible through a previously
        issued OAuth flow, the provider could revoke the previously issued token.</t>
        
        <t>Similarly, when granting an OAuth token that interferes with a
        previously issued OAuth token, access to the old token could
        automatically be revoked.</t>
        
        <t>By doing so, this minimizes if not eliminates the case where an OAuth
        token cannot be applied due to conflicting templates or records existing
        on the domain.</t>
        
        <t>Manual changes to DNS through the DNS Provider could have appropriate
        warnings in place to prevent unwanted changes; with overrides being
        possible removing conflicting templates.</t>
        
        <t>The behavior of these interactions is left to the sophistication of
        the DNS Provider.</t>
        
        <t>Variables in templates that are hard-coded host names are the
        responsibility of the DNS Provider to protect. That is, DNS Providers
        are responsible for ensuring that host names do not interfere with known
        values (such as m. or www. or mail.) or internal names that provide
        critical functionality that is outside the scope of this specification.</t>
      </section>
    </section>

    <section anchor="IANA" title="IANA Considerations">
       <t>This document uses URNs to describe XML namespaces and XML schemas
       conforming to a registry mechanism described in <xref target="RFC3688"/>.
       The following URI assignment is requested of IANA:</t>

       <t>URI: ietf:params:xml:ns:validate-1.0</t>

       <t>Registrant Contact: See the "Author's Address" section of this document.</t>
    </section>

    <section title="Acknowledgements">
      <t>The authors wish to thank the following persons for their feedback and
      suggestions:</t>
      <t><list style="symbols">
        <t>Chris Ambler of GoDaddy Inc.</t>
        <t>Jody Kolker of GoDaddy Inc.</t>
      </list></t>
    </section>

    <section title="Change History">
    
      <section title="Change from 00 to 01">
        <t>Minor edits and clarifications found during implementation.</t>
      </section>

    </section>

  </middle>

  <!--  *****BACK MATTER ***** -->

  <back>
    <!-- References split into informative and normative -->

    <!-- There are 2 ways to insert reference entries from the citation libraries:
     1. define an ENTITY at the top, and use "ampersand character"RFC2629; here (as shown)
     2. simply use a PI "less than character"?rfc include="reference.RFC.2119.xml"?> here
        (for I-Ds: include="reference.I-D.narten-iana-considerations-rfc2434bis.xml")

     Both are cited textually in the same manner: by using xref elements.
     If you use the PI option, xml2rfc will, by default, try to find included files in the same
     directory as the including file. You can also define the XML_LIBRARY environment variable
     with a value containing a set of directories to search.  These can be either in the local
     filing system or remote ones accessed by http (http://domain/dir/... ).-->

    <references title="Normative References">

      &RFC2119;

      &RFC3688;

    </references>

  </back>
</rfc>









