<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <br>
    <div class="moz-cite-prefix">On 19.1.2016 12:09, Stian Thorgersen
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAJgngAdk6UT2sXTu2eWLhm0VZeexP-X3r7Qcqgo3bh-Q3ETjnw@mail.gmail.com"
      type="cite">
      <div dir="ltr"><br>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On 19 January 2016 at 12:06,
            Vlastimil Elias <span dir="ltr">&lt;<a
                moz-do-not-send="true" href="mailto:velias@redhat.com"
                target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:velias@redhat.com">velias@redhat.com</a></a>&gt;</span> wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div text="#000000" bgcolor="#FFFFFF"> Hi<span class=""><br>
                  <br>
                  <div>On 19.1.2016 11:52, Stian Thorgersen wrote:<br>
                  </div>
                  <blockquote type="cite">
                    <div dir="ltr">If you can get it in today or
                      tomorrow (early) we can add it to 1.8.0.CR2.</div>
                  </blockquote>
                  <br>
                </span> will try to do this, I will provide PR against
                branche and the another against master<span class=""><br>
                  <br>
                  <blockquote type="cite">
                    <div dir="ltr">
                      <div>You should also be able to use the generic
                        OpenID Connect provider.</div>
                    </div>
                  </blockquote>
                  <br>
                </span> I though about it, but if I understand it
                correctly I will not be able to get users name, surname
                and email this way, as it is not provided in OAuth 2 and
                it requires another REST call in common social
                providers.</div>
            </blockquote>
            <div><br>
            </div>
            <div>Do they not have an userinfo endpoint?</div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    They have some REST endpoint at /me path, see doc at
    <a class="moz-txt-link-freetext" href="https://msdn.microsoft.com/en-us/library/hh826534.aspx">https://msdn.microsoft.com/en-us/library/hh826534.aspx</a><br>
    But I'm not sure if it match some standard or rules so <span
      class="">generic OpenID Connect provider can use it. What is
      format for UserInfo endpoint to be useful for this provider?
      Keycloak documentation do not provide any useful info about
      requirements for this URL (eg link to some specification).<br>
      <br>
      Vlastimil<br>
    </span><br>
    <blockquote
cite="mid:CAJgngAdk6UT2sXTu2eWLhm0VZeexP-X3r7Qcqgo3bh-Q3ETjnw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">
            <div> </div>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <div text="#000000" bgcolor="#FFFFFF"><span class=""><br>
                  <br>
                  <blockquote type="cite">
                    <div dir="ltr">
                      <div><br>
                      </div>
                      <div>Adding it yourself would require also adding
                        templates in admin theme, shouldn't be a big
                        deal as you only need that one template and the
                        rest you'd inherit from Keycloak theme.</div>
                    </div>
                  </blockquote>
                  <br>
                </span> I see<br>
                <br>
                Thanks
                <div>
                  <div class="h5"><br>
                    <br>
                    <blockquote type="cite">
                      <div class="gmail_extra"><br>
                        <div class="gmail_quote">On 19 January 2016 at
                          11:10, Vlastimil Elias <span dir="ltr">&lt;<a
                              moz-do-not-send="true"
                              href="mailto:velias@redhat.com"
                              target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:velias@redhat.com">velias@redhat.com</a></a>&gt;</span>
                          wrote:<br>
                          <blockquote class="gmail_quote"
                            style="margin:0 0 0 .8ex;border-left:1px
                            #ccc solid;padding-left:1ex">Hi,<br>
                            <br>
                            I need Social login provider for Microsoft
                            Live account. I can implement<br>
                            it as I did few other social login providers
                            already.<br>
                            <br>
                            Problem is that I need it in Keycloak 1.8.
                            Any chance to add it to 1.8<br>
                            if I will be quick enough (PR today or
                            tomorrow)? It is OAuth2 based<br>
                            provider so impl should be easy.<br>
                            <br>
                            If not in KC 1.8 release, is it possible to
                            add social provider as<br>
                            customization to my KC instance only? It is
                            common provider factory so<br>
                            it should be possible I hope, but it also
                            requires some template in<br>
                            admin theme, so I'm not sure (probably I
                            have to create my customized<br>
                            admin theme in this case).<br>
                            <br>
                            I definitely prefer to have it in upstream
                            if possible.<br>
                            <span><font color="#888888"><br>
                                Vlastimil<br>
                                <br>
                                --<br>
                                Vlastimil Elias<br>
                                Principal Software Engineer<br>
                                Developer Portal Engineering Team<br>
                                <br>
                                <br>
                                <br>
_______________________________________________<br>
                                keycloak-dev mailing list<br>
                                <a moz-do-not-send="true"
                                  href="mailto:keycloak-dev@lists.jboss.org"
                                  target="_blank">keycloak-dev@lists.jboss.org</a><br>
                                <a moz-do-not-send="true"
                                  href="https://lists.jboss.org/mailman/listinfo/keycloak-dev"
                                  rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a><br>
                              </font></span></blockquote>
                        </div>
                        <br>
                      </div>
                    </blockquote>
                    <br>
                    <pre cols="72">-- 
Vlastimil Elias
Principal Software Engineer
Developer Portal Engineering Team</pre>
                  </div>
                </div>
              </div>
            </blockquote>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Vlastimil Elias
Principal Software Engineer
Developer Portal Engineering Team</pre>
  </body>
</html>