<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Len,<br>
      <br>
      I haven't personally tried connecting the client to Google yet,
      but I know that Google's implementation is out of spec on one
      thing: their issuer URL isn't a fully qualified URL, but rather
      just a hostname. They pushed the capability with that bug before
      the bug was caught, and now they're a little bit stuck with it
      until they can figure out how to transition people to the "right"
      version. <br>
      <br>
      I haven't tried this myself and I'm not sure if this will work,
      but you can try this:<br>
      <br>
      You could use a static issuer service and just point it at the
      Google issuer, "accounts.google.com", because I don't think that
      they do webfinger yet. You'd then need a static server
      configuration that includes the values in the openid-configuration
      document listed below, because the dynamic server configuration
      class won't be able to make a full URL out of Google's out-of-spec
      issuer string. Next, you'll need a client configuration, and I'm
      not sure if Google supports dynamic registration or not, but I
      don't think they do so you might need to register a client with
      google and set up a static client configuration bean as well. Wire
      all of those into your client's RP and try it out. <br>
      <br>
      &nbsp;-- Justin<br>
      <br>
      On 4/11/2014 7:17 PM, Len Takeuchi wrote:<br>
    </div>
    <blockquote cite="mid:08d701cf55dc$28901110$79b03330$@jostle.me"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <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:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
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;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
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]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hello,<o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">I&#8217;m trying to use mitreid-connect to openid
          connect with google. In google documentation (<a
            moz-do-not-send="true"
            href="https://developers.google.com/accounts/docs/OAuth2Login#discovery">https://developers.google.com/accounts/docs/OAuth2Login#discovery</a>),
          they specify that there is a specific URL to get the discovery
          document:<o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal"><a moz-do-not-send="true"
            href="https://accounts.google.com/.well-known/openid-configuration">https://accounts.google.com/.well-known/openid-configuration</a><o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">I&#8217;m trying work out what issuer service
          implementation I should use. Is it the webfinger issuer
          service that I should use and the identifier would be
          &#8220;accounts.google.com&#8221; or does google having a specific url to
          get the discovery document not fit with any of the issue
          service implementation?<o:p></o:p></p>
        <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
        <p class="MsoNormal">Regards,<o:p></o:p></p>
        <p class="MsoNormal">Len<o:p></o:p></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
mitreid-connect mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mitreid-connect@mit.edu">mitreid-connect@mit.edu</a>
<a class="moz-txt-link-freetext" href="http://mailman.mit.edu/mailman/listinfo/mitreid-connect">http://mailman.mit.edu/mailman/listinfo/mitreid-connect</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>