1 Reply Latest reply on May 16, 2017 11:52 AM by rareddy

    Create users using teiid admin api

    kulbhushanc

      Hi,

       

      How to create users (admin user, application user) on wildfly server using teiid admin api? I am looking for the similar functionality provided by add-user.bat/add-user.sh file.

       

      I am using WildFly 10.0.0 and teiid 9.1.3

       

      Thanks,

      Kulbhushan Chaskar.

        • 1. Re: Create users using teiid admin api
          rareddy

          You can not create using Admin API. The default security-domain provided in WildFly is file based, which not really recommended for production scenarios. When you are using LDAP or active directory those tools have defined ways to create users. If you still want to use the file based security-domain, see the add-user.bat program and write your own to fit your needs.