Setting a predefined role to all authenticated users

In this recipe, you will learn how to set a predefined role to all authenticated users. This setting might be handy when you have a large user base and you don't have a complete view of all users and groups that are present in the the identity store. So instead of not authorizing some users, you may want to give them the simplest and the least privileges.

Getting ready

To get started, let's first create an ad-hoc folder to run our WildFly. In a terminal window execute the following commands:

$ cd $WILDFLY_HOME
$ cp -a standalone rbac-std-node-3

Now it's time to run our WildFly!

How to do it…

  1. Open a terminal window and enter the following commands:
    $ cd $WILDFLY_HOME $ ./bin/standalone.sh -Djboss.server.base.dir=rbac-std-node-3 ...

Get WildFly Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.