Looking at the documentation in chapter 19.9 'Create a security realm on the client server', it still specifies this place:
I get this error message:
OPVDX001: Validation error in standalone-full-backend-26-DEV.xml ---------------
|
| 85: </role-mapping>
| 86: </access-control>
| 87: <security-realms>
| ^^^^ 'security-realms' isn't an allowed element here
|
| Elements allowed here are: access-control, audit-log,
| configuration-changes, identity, management-interfaces
|
| 88: <security-realm name="ejb-security-realm">
| 89: <server-identities>
| 90: <secret value="xxxxxxxxxxxxxx"/>
|
| The primary underlying error message was:
| > ParseError at [row,col]:[87,26]
| > Message: WFLYCTL0198: Unexpected element
| > '{urn:jboss:domain:19.0}security-realms' encountered
|
|-------------------------------------------------------------------------------
I guess it has to be configured differently but I can't find how.