<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">Hi Kamal,<br>
      <br>
      there is interface IdentityManagerProvider, which allows you to
      provide your own way from where to retrieve Picketlink
      IdentityManager/PartitionManager. Right now, there is just one
      implementation of this interface available
      RealmIdentityManagerProvider, which uses PartitionManager
      initialized with LDAP and configuration of LDAP is taken from
      realm configuration. I was thinking about adding another
      implementation, which will be able to use PartitionManager from
      picketlink subsystem. <br>
      <br>
      So if you want, you can create your own implementation of this
      interface and plug it in . See our examples for more details how
      to do it:
      <a class="moz-txt-link-freetext" href="https://github.com/keycloak/keycloak/tree/master/examples/providers">https://github.com/keycloak/keycloak/tree/master/examples/providers</a><br>
      There is no example for retrieving custom configuration of
      picketlink, but there are other examples, which can point you to
      how to create custom provider...<br>
      <br>
      Marek<br>
      <br>
      On 29.5.2014 15:41, Kamal Jagadevan wrote:<br>
    </div>
    <blockquote
      cite="mid:1401370873.55756.YahooMailNeo@web120203.mail.ne1.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff;
        font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;font-size:10pt">
        <div><span>Hello Marek,</span></div>
        <div style="color: rgb(0, 0, 0); font-size: 13.3333px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;"><span>&nbsp;
            Thanks for the information, I was wondering if Keycloak can
            integrate with picketlink that our application already uses.</span></div>
        <div style="color: rgb(0, 0, 0); font-size: 13.3333px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;"><span>Looks
            like we might have implement a new authentication provider
            that uses our existing picketlink as per your documentation.</span></div>
        <div style="color: rgb(0, 0, 0); font-size: 13.3333px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;"><br>
          <span></span></div>
        <div style="color: rgb(0, 0, 0); font-size: 13.3333px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;"><span>Is
            that right? Please confirm.</span></div>
        <div style="color: rgb(0, 0, 0); font-size: 13.3333px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;"><br>
          <span></span></div>
        <div style="color: rgb(0, 0, 0); font-size: 13.3333px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;"><span>Best</span></div>
        <div style="color: rgb(0, 0, 0); font-size: 13.3333px;
          font-family: HelveticaNeue,Helvetica
          Neue,Helvetica,Arial,Lucida Grande,sans-serif;
          background-color: transparent; font-style: normal;"><span>Kamal<br>
          </span></div>
        <div><br>
        </div>
        <div style="font-family: HelveticaNeue, Helvetica Neue,
          Helvetica, Arial, Lucida Grande, sans-serif; font-size: 10pt;">
          <div style="font-family: HelveticaNeue, Helvetica Neue,
            Helvetica, Arial, Lucida Grande, sans-serif; font-size:
            12pt;">
            <div dir="ltr">
              <hr size="1"> <font face="Arial" size="2"> <b><span
                    style="font-weight:bold;">From:</span></b> Marek
                Posolda <a class="moz-txt-link-rfc2396E" href="mailto:mposolda@redhat.com">&lt;mposolda@redhat.com&gt;</a><br>
                <b><span style="font-weight: bold;">To:</span></b> Kamal
                Jagadevan <a class="moz-txt-link-rfc2396E" href="mailto:j.kamal@ymail.com">&lt;j.kamal@ymail.com&gt;</a>;
                <a class="moz-txt-link-rfc2396E" href="mailto:keycloak-user@lists.jboss.org">"keycloak-user@lists.jboss.org"</a>
                <a class="moz-txt-link-rfc2396E" href="mailto:keycloak-user@lists.jboss.org">&lt;keycloak-user@lists.jboss.org&gt;</a> <br>
                <b><span style="font-weight: bold;">Sent:</span></b>
                Wednesday, May 28, 2014 4:49 PM<br>
                <b><span style="font-weight: bold;">Subject:</span></b>
                Re: [keycloak-user] Integration of Keycloak with
                Picketlink<br>
              </font> </div>
            <div class="y_msg_container"><br>
              <div id="yiv9562178455">
                <div>
                  <div class="yiv9562178455moz-cite-prefix">Hi,<br
                      clear="none">
                    <br clear="none">
                    currently Picketlink IDM is used for LDAP
                    integration and it's used just in Authentication as
                    you pointed. You first need to configure your LDAP
                    server and then you can configure "picketlink"
                    authenticatonProvider, which will mean that your
                    LDAP users will be able to authenticate through
                    picketlink into your realm. <br clear="none">
                    <br clear="none">
                    More info is in latest documentation, but you will
                    need to build it from sources <a
                      moz-do-not-send="true" rel="nofollow" shape="rect"
                      class="yiv9562178455moz-txt-link-freetext"
                      target="_blank"
                      href="https://github.com/keycloak/keycloak/tree/master/docbook">https://github.com/keycloak/keycloak/tree/master/docbook</a>
                    . It should be available in documentation on
                    official website <a moz-do-not-send="true"
                      rel="nofollow" shape="rect"
                      class="yiv9562178455moz-txt-link-freetext"
                      target="_blank" href="http://www.keycloak.org/">http://www.keycloak.org</a>
                    in few days.<br clear="none">
                    <br clear="none">
                    Marek<br clear="none">
                    <br clear="none">
                    <br clear="none">
                    On 28.5.2014 18:07, Kamal Jagadevan wrote:<br
                      clear="none">
                  </div>
                  <blockquote type="cite">
                    <div class="qtdSeparateBR"><br>
                      <br>
                    </div>
                    <div class="yiv9562178455yqt8999349852"
                      id="yiv9562178455yqt03437">
                      <div
                        style="color:#000;background-color:#fff;font-family:HelveticaNeue,
                        Helvetica Neue, Helvetica, Arial, Lucida Grande,
                        sans-serif;font-size:10pt;">Hello,<br
                          clear="none">
                        &nbsp; From the admin console, I noticed that there
                        is a support to use picketlink with Keycloak.<br
                          clear="none">
                        How is that configured as&nbsp; "Authentication
                        options providers options" are not displayed in
                        the "Authentication" tab of settings.<br
                          clear="none">
                        Is this intentional or am I missing something?<br
                          clear="none">
                        <br clear="none">
                        <br clear="none">
                        Cheers<br clear="none">
                        Kamal<br clear="none">
                        <br clear="none">
                        <br clear="none">
                        <div><br clear="none">
                        </div>
                      </div>
                    </div>
                    <br clear="none">
                    <fieldset class="yiv9562178455mimeAttachmentHeader"></fieldset>
                    <br clear="none">
                    <pre>_______________________________________________
keycloak-user mailing list
<a moz-do-not-send="true" rel="nofollow" shape="rect" class="yiv9562178455moz-txt-link-abbreviated" ymailto="mailto:keycloak-user@lists.jboss.org" target="_blank" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>
<a moz-do-not-send="true" rel="nofollow" shape="rect" class="yiv9562178455moz-txt-link-freetext" target="_blank" href="https://lists.jboss.org/mailman/listinfo/keycloak-user">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></pre>
                  </blockquote>
                  <br clear="none">
                </div>
              </div>
              <br>
              <br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>