Run fta-setup-realm

This script creates a realm for managing the client applications and users. By default the realm is called Security. Additionally, it will create an administrative User for the Security Realm, with a change on first use password.
  • Username: security-admin
  • Initial password: Welcome@1234
Execute the following command:
$ ./fta-setup-realm.sh
After creating the realm and adding the security-admin account the script will restart the Security Provider service.
T he user can login to the Security Admin Console for the Security Provider service using the following link using the security-admin account:
https://<FQDN-hostname>:9043/auth/admin/Security/console/index.html
User will have access to the Account page for Security.
https://<FQDN-hostname>:9043/auth/realms/Security/account
With HTTPS enabled user will also be able to access Security Provider using the FQDN of the host. Depending on the FQDN for the server and a reverse proxy the addresses should look something like the following:
https://host1.acme-int.com:9043/auth/admin/Security/console/index.html
User will also have access to the Account page for Security.
https://host1.acme-int.com:9043/auth/realms/Security/account
NOTE:
The realm has a password policy that requires the password to conform to the following rules:
Rule
Rule Value
Minimum password length
10 characters
Uppercase characters
At least 1
Lowercase characters
At least 1
Special characters
At least 1
Not Username
Cannot be the same as the Username
NOTE:
IMPORTANT:
Run the setup script for the specific application that user installs.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.