<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">You can create JIRA to request this,
      but doesn't look like big priority (at least to me).<br>
      <br>
      IMO the better way to address this would be that you will add just
      one configuration option to UserFederationProvider with JNDI URL
      of datasource, and the datasource itself ( connection url,
      username, password etc) would be configured in wildfly
      configuration file ( standalone/configuration/standalone.xml ).
      That's the approach, which we itself use in our component for JPA
      connections (see
      <a class="moz-txt-link-freetext" href="http://keycloak.github.io/docs/userguide/keycloak-server/html/server-installation.html#d4e126">http://keycloak.github.io/docs/userguide/keycloak-server/html/server-installation.html#d4e126</a>
      )<br>
      <br>
      Marek<br>
      <br>
      On 19/04/16 08:11, Anthony Fryer wrote:<br>
    </div>
    <blockquote
cite="mid:8EE3449CB6463C4FB0544A12CEA72DD7F6D55F5A@iskexcemxprd02.virginblue.internal"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <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;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 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;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@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">While implementing a UserFederationFactory
          I have provided several configuration options that the
          keycloak administrator can configure.  The available options
          are returned from the
          UserFederationProviderFactory.getConfigurationOptions()
          method.  My use case, which I think would be fairly common, is
          to allow configuration of a DataSource which requires a
          username and password to be configured.  Currently the
          password is displayed in clear text in the admin console.  It
          would be nice to be able to specify which configuration
          options are passwords and have them at least masked in the
          admin console using input type of “password”.   Encryption
          would also be another nice feature but maybe just simply
          having the ability to mask the password would be a nice first
          step.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Regards,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Anthony<span
            style="mso-fareast-language:EN-AU"><o:p></o:p></span></p>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
      The content of this e-mail, including any attachments, is a
      confidential communication between Virgin Australia Airlines Pty
      Ltd (Virgin Australia) or its related entities (or the sender if
      this email is a private communication) and the intended addressee
      and is for the sole use of that intended addressee. If you are not
      the intended addressee, any use, interference with, disclosure or
      copying of this material is unauthorized and prohibited. If you
      have received this e-mail in error please contact the sender
      immediately and then delete the message and any attachment(s).
      There is no warranty that this email is error, virus or defect
      free. This email is also subject to copyright. No part of it
      should be reproduced, adapted or communicated without the written
      consent of the copyright owner. If this is a private communication
      it does not represent the views of Virgin Australia or its related
      entities. Please be aware that the contents of any emails sent to
      or from Virgin Australia or its related entities may be
      periodically monitored and reviewed. Virgin Australia and its
      related entities respect your privacy. Our privacy policy can be
      accessed from our website: <a class="moz-txt-link-abbreviated" href="http://www.virginaustralia.com">www.virginaustralia.com</a>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
keycloak-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-user">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></pre>
    </blockquote>
    <br>
  </body>
</html>