Article Number
000034094
Applies To
RSA Product Set: SecurID
RSA Product/Service Type: Authentication Manager
RSA Version/Condition: 8.x
Issue
RSA Authentication Manager allows users to enter a redirect URL to access the Security Console, Operations Console and Self-Service Console. For example,
When using redirect URLs such as the ones above to access the RSA Authentication Manager 8.x servers, the redirection goes to https://
abc-abc-rsa01.acme.local:7004/console-ims, https://
abc-abc-rsa01.acme.local:7072/operations-console and https://
abc-abc-rsa01.acme.local:7004/console-selfservice. Note that abc-rsa01.acme.local changes to
abc-abc-rsa01.acme.local.
Cause
The redirect entries in the /opt/rsa/am/utils/etc/redirector.properties file are incorrect
Resolution
To correct this issue,
- Launch an SSH client, such as PuTTY.
- Login to the primary Authentication Manager server as rsaadmin and enter the operating system password.
Note that during Quick Setup another user name may have been selected. Use that user name to login
- Navigate to /opt/rsa/am/utils/etc.
- Open the redirector.properties file in a text editor.
- Edit the redirector.properties file.
- Look for entries such as:
:/sc=https\://abc-abc-rsa01.acme.local\:7004/console-ims/
:/oc=https\://abc-abc-rsa01.acme.local\:7072/operations-console/
:/ssc=https\://abc-abc-rsa01.acme.local\:7004/console-selfservice/
- Change the text as follows:
:/sc=https\://abc-rsa01.acme.local\:7004/console-ims/
:/oc=https\://abc-rsa01.acme.local\:7072/operations-console/
:/ssc=https\://abc-rsa01.acme.local\:7004/console-selfservice/
- Save and close the file:
:wq!
- Once the changes are made, the browser should be directed to the correct URLs.