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 with a change on first use password.
- Username:security-admin
- Initial password:Welcome@1234
Execute the following command:
|
After creating the realm and adding the security-admin account the script will restart the Security Provider service.
You 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
You will also have access to the Account page for Security.
https://<FQDN-hostname>:9043/auth/realms/Security/account
With HTTPS enabled you will also be able to access Security Provider using the FQDN of the host. Depending on the FQDN for the server and whether you use a reverse proxy the addresses should look something like the following:
https://host1.acme-int.com:9043/auth/admin/Security/console/index.html
You 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:
|
|
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 |
IMPORTANT:
Run the setup script for the specific application that you install.
Provide Feedback