2 Replies Latest reply on Mar 15, 2016 10:53 AM by anmk28

    what is the use of Access Control in  wildfly-10.0.0

    anmk28

      what is the use of Access Control in WildFly and how it's work.

      I have try to create the admin1 user in Access Control and assign the administrator role but how can access the my admin1 user where i can give the password.

       

      below the info

      </management-interfaces>

              <access-control provider="simple">

                  <role-mapping>

                      <role name="SuperUser">

                          <include>

                              <user name="$local"/>

                          </include>

                      </role>

                      <role name="Administrator">

                          <include>

                              <user realm="ManagementRealm" name="admin1"/>

                          </include>

                      </role>