<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">As promised, Nat, John, and I spent time at the European Identity Conference (EIC) in Munich turning the decisions made at IIW into actual specification language.  The write-up for the OpenID Connect request structure follows.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">                                                            -- Mike<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The OpenID Request object is used to provide OpenID request parameters that differ from the default ones.  Implementing support for the OpenID Request object is OPTIONAL.  Supporting it is necessary for implementations that need to request
 or provide sets of claims other than the default UserInfo claim set.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">If present, the OpenID Request object is passed as the value of a "req=" OAuth 2.0 parameter and is represented as a JWT.  Parameters that affect the information returned from the UserInfo Endpoint are in the "inf" member.  Parameters that
 affect the information returned in the OpenID Token are in the "oit" member.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">An example an OpenID request object is as follows:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">{<o:p></o:p></p>
<p class="MsoNormal">  "inf":<o:p></o:p></p>
<p class="MsoNormal">    {<o:p></o:p></p>
<p class="MsoNormal">      "clm":<o:p></o:p></p>
<p class="MsoNormal">        {<o:p></o:p></p>
<p class="MsoNormal">          "name": null,<o:p></o:p></p>
<p class="MsoNormal">          "displayName": {"opt": true},<o:p></o:p></p>
<p class="MsoNormal">          "emails": null,<o:p></o:p></p>
<p class="MsoNormal">          "photos": {"opt": true},<o:p></o:p></p>
<p class="MsoNormal">        },<o:p></o:p></p>
<p class="MsoNormal">      "fmt": "sig"<o:p></o:p></p>
<p class="MsoNormal">    }<o:p></o:p></p>
<p class="MsoNormal">  "oit":<o:p></o:p></p>
<p class="MsoNormal">    {<o:p></o:p></p>
<p class="MsoNormal">      "clm":<o:p></o:p></p>
<p class="MsoNormal">        {<o:p></o:p></p>
<p class="MsoNormal">         "aat": null<o:p></o:p></p>
<p class="MsoNormal">        }<o:p></o:p></p>
<p class="MsoNormal">      "mxa": 86400<o:p></o:p></p>
<p class="MsoNormal">    }<o:p></o:p></p>
<p class="MsoNormal">}<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The OpenID Request object is a JWT that MAY contain a set of members defined by this specification and MAY contain other members that are not defined by this specification.  The JWT MAY be signed or MAY by unsigned by using the JWT "sig":"none"
 convention in the header.  The members defined by this specification are:<o:p></o:p></p>
<p class="MsoNormal">               "inf" (UserInfo Endpoint request):  Requests affecting the values to be returned from the UserInfo Endpoint.  (OPTIONAL)  If not present, the UserInfo Endpoint behaves in the default manner.<o:p></o:p></p>
<p class="MsoNormal">               "oit" (OpenID Token request):  Requests affecting the values to be included in the OpenID Token.  (OPTIONAL)  If not present, the default OpenID Token contents are used.  If present, these parameters are used to request deltas
 to the default contents of the OpenID Token.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">If signed, the OpenID Request object SHOULD contain the standard JWT "iss" and "aud" claims.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The structure of the "inf" (UserInfo Endpoint request) member is a JSON object that MAY contain the following members:<o:p></o:p></p>
<p class="MsoNormal">               "clm" (requested claims):  Set of requested claims from the UserInfo Endpoint.  (OPTIONAL)  If not present, the default UserInfo claims held by the IdP are returned.<o:p></o:p></p>
<p class="MsoNormal">               "fmt" (format):  The requested format for the UserInfo Endpoint information.  (OPTIONAL)  If not present, the format is an unsigned JSON object.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The "clm" member is a JSON object with a member for each requested claim.  The member names are the requested claim names.  The member values may be either:<o:p></o:p></p>
<p class="MsoNormal">               null:  This indicates that this claim is being requested in the default manner.  In particular, this is a required claim.<o:p></o:p></p>
<p class="MsoNormal">    or<o:p></o:p></p>
<p class="MsoNormal">               A JSON object:  This is used to provide additional information about the claim being requested.  All members of the "clm" object are OPTIONAL.<o:p></o:p></p>
<p class="MsoNormal">               The members of the JSON object value following a claim name defined by this specification are:<o:p></o:p></p>
<p class="MsoNormal">                              "opt":  If this is an optional claim, this member's value MUST be true, else, if present, its value MUST be false, which indicates that it is a required claim.<o:p></o:p></p>
<p class="MsoNormal">               Other members MAY be defined to provide additional information about the requested claim.<o:p></o:p></p>
<p class="MsoNormal">If the "clm" member is present in the "info" object, the claims requested within it override the default claim set that would otherwise be returned from the UserInfo Endpoint.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The "fmt" member of the "inf" object is used to specify the requested format of the UserInfo Endpoint contents.  Values defined are:<o:p></o:p></p>
<p class="MsoNormal">               "nor" (normal) - in which case the contents are an unsigned JSON object<o:p></o:p></p>
<p class="MsoNormal">               "sig" (signed) - in which case the contents are a signed JWT<o:p></o:p></p>
<p class="MsoNormal">               "enc" (encrypted) - in which case the contents are an encrypted and signed JWT<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">All members of the "inf" object are OPTIONAL.  Other members MAY be present and if so, SHOULD understood by both parties.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The structure and function of the "oit" (OpenID Token request) member of the OpenID Request object is similar to that of the "inf" member.  It also contains an optional "clm" member, with the same structure as that for the "oit" member. 
 If the "clm" member is present in the "oit" object, the claims requested within it modify the default claim set that would otherwise be returned in the OpenID Token.  Unlike for the "inf" member, typically these claims will augment, rather than override the
 default set.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">This claim MAY be requested in the OpenID Token by specifying it in the "clm" member:<o:p></o:p></p>
<p class="MsoNormal">               "aat" (authenticated at):  Requests that the "aat" claim be present.  The claim value is the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time that the user authentication occurred.  (The "aat"
 claim semantically corresponds to the openid.pape.auth_time response parameter.)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">In addition to the "clm" member, this additional member is defined within the "oit" member of the OpenID Request object:
<o:p></o:p></p>
<p class="MsoNormal">               "mxa" (max authentication age):  (OPTIONAL)  If the request parameter "mxa" is present, it specifies that the user must be actively authenticated if any present authentication is older than the specified number of seconds. 
 (The "mxa" request parameter corresponds to the OpenID 2.0 openid.pape.max_auth_age request parameter.)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">It is anticipated that additional "oit" parameters MAY be defined to request that additional properties hold for the authentication - for instance, that certain authentication policies be applied (in the same spirit of the OpenID 2.0 openid.pape.auth_policies
 values), or that the authentication conform to the policies defined by a specified trust framework.  These parameters MAY be defined by extension specifications.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">All members of the "oit" object are OPTIONAL.  Other members MAY be present and if so, SHOULD understood by both parties.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">All members of the OpenID Request object are OPTIONAL.  Other members MAY be present and if so, SHOULD be understood by both parties.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>