<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">Spec call notes 17-Feb-14<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">John Bradley<o:p></o:p></p>
<p class="MsoNormal">Mike Jones<o:p></o:p></p>
<p class="MsoNormal">Todd Lainhart<o:p></o:p></p>
<p class="MsoNormal">Nat Sakimura<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Agenda:<o:p></o:p></p>
<p class="MsoNormal">               Connect Launch<o:p></o:p></p>
<p class="MsoNormal">               Session Management<o:p></o:p></p>
<p class="MsoNormal">               Connect Voting<o:p></o:p></p>
<p class="MsoNormal">               Open Issues<o:p></o:p></p>
<p class="MsoNormal">               Meeting before IETF 89 in London<o:p></o:p></p>
<p class="MsoNormal">               Possible meeting during RSA in San Francisco<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Connect Launch:<o:p></o:p></p>
<p class="MsoNormal">               Materials have been circulated by the marketing committee<o:p></o:p></p>
<p class="MsoNormal">               It would be good to have marketing committee members review those materials again now<o:p></o:p></p>
<p class="MsoNormal">               Mike had asked Google to make a public statement about their "iss" spec compliance intent<o:p></o:p></p>
<p class="MsoNormal">                              Then we could remove the interop warning at http://openid.net/specs/openid-connect-core-1_0.html#GoogleIss<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Connect Voting:<o:p></o:p></p>
<p class="MsoNormal">               The voting is under way<o:p></o:p></p>
<p class="MsoNormal">               It will close next Tuesday the 25th<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Session Management:<o:p></o:p></p>
<p class="MsoNormal">               Mike talked with Breno and Naveen last week<o:p></o:p></p>
<p class="MsoNormal">               We agreed that a caching layer is too fluid to standardize<o:p></o:p></p>
<p class="MsoNormal">               Breno and Naveen will investigate whether Google actually would have a problem using postMessage<o:p></o:p></p>
<p class="MsoNormal">                              given that the only values that would potentially leak are "unchanged" and "changed"<o:p></o:p></p>
<p class="MsoNormal">               We will try to talk more next week while people are there for RSA<o:p></o:p></p>
<p class="MsoNormal">               Those on the call also agreed that we should further explore back channel notification of relying parties<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Open Issues:<o:p></o:p></p>
<p class="MsoNormal">               #918 - typo in basic section 2.1.6.1<o:p></o:p></p>
<p class="MsoNormal">                              We will revise this section to make it consistent with the wording in Basic<o:p></o:p></p>
<p class="MsoNormal">               #917 - space is deliminator while also a legal character in client_id and session state<o:p></o:p></p>
<p class="MsoNormal">                              We could either use a different delimiter, such as Null or Delete or add structure<o:p></o:p></p>
<p class="MsoNormal">                                             If we add structure, someone would need to make a specific proposal<o:p></o:p></p>
<p class="MsoNormal">                              Or we could prohibit using spaces in Client IDs and Session State<o:p></o:p></p>
<p class="MsoNormal">                                             These values are all under the server's control<o:p></o:p></p>
<p class="MsoNormal">                                             We could prohibit spaces in session state regardless of Client ID syntax<o:p></o:p></p>
<p class="MsoNormal">                                             Then a right split would work anyway<o:p></o:p></p>
<p class="MsoNormal">                                             We decided to use this non-breaking solution<o:p></o:p></p>
<p class="MsoNormal">               #915 - Computation of OP session_state in the IdP requires origin URI<o:p></o:p></p>
<p class="MsoNormal">                              Todd Lainhart will try to write text in the next few days<o:p></o:p></p>
<p class="MsoNormal">               #880 - Host the endpoint https://self-issued.me/registration/1.0/<o:p></o:p></p>
<p class="MsoNormal">                              This is still on John's to-do list<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Meeting before IETF 89 in London<o:p></o:p></p>
<p class="MsoNormal">               John set up the eventbrite registration for the IETF meeting<o:p></o:p></p>
<p class="MsoNormal">               Register at http://openid-ietf-89.eventbrite.com<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Possible meeting during RSA in San Francisco<o:p></o:p></p>
<p class="MsoNormal">               Breno, Naveen, and Mike want to meet about session management during RSA<o:p></o:p></p>
<p class="MsoNormal">               John suggests not doing this Wednesday<o:p></o:p></p>
<p class="MsoNormal">               Monday or Thursday seem like the best days<o:p></o:p></p>
<p class="MsoNormal">               We could also ask ForgeRock or Ping for space if needed<o:p></o:p></p>
<p class="MsoNormal">                              The best contact at ForgeRock would probably be Allan Foster<o:p></o:p></p>
<p class="MsoNormal">                              Or Pam might be able to come up with space at the Ping office<o:p></o:p></p>
</div>
</body>
</html>