Access Manager Basic Authentication fails for SunOne reverse proxy failover.
Originally Published: 2013-09-13
Article Number
Applies To
Sun Java System Web Server 7.0
Issue
The Agent log at DEBUG level shows the following events:
2013-09-09 11:38:09 -0400 - [67] - <Info> - Request headers did not return a cookie
and.
2013-09-09 11:38:09 -0400 - [67] - <Info> - Result map: RETURN_CODE\nINVALID_USER\nAUTHENTICATION_RESULT\nINVALID_PASSWORD
Authentication works correctly when all backend application servers are up, but when in failover mode when posting basic authentication headers to the RSA Access Manager agent the initial authentication request succeeds but the browser is redirected to the logon screen.
Cause
Resolution
# This either allows or blocks the setting of the basic authorization
# header 'Authorization:'.This parameter can be set to false in places
# where the Authorization header set by Agent is not required.
# By default,this would be set to True.
#
# Allowed Values:
# True Sets the HTTP basic authorzation header with values.
#
# False The HTTP Basic Authorization header will not be set.
#
#
cleartrust.agent.set_basic_auth_header=False
Workaround
<Object name="default">
<If $path =~ '/servlet' or $path =~ '\.jsp'>
<If not $restarted>
NameTrans fn="map" name="reverse-proxy" from="/" to="http:"
</If>
<If $restarted>
NameTrans fn="map" name="reverse-proxy-alt" from="/" to="http:"
</If>
</If>
</Object>
<Object name="reverse-proxy">
Route fn="set-origin-server" server="<back-end-server>"
# If back end server is not available, restart the request
<If $code =~ 504>
Error fn="restart" uri="$uri"
</If>
</Object>
<Object name="reverse-proxy-alt">
Route fn="set-origin-server" server="<alternate-back-end-server>"
</Object>
<Object ppath="http:*">
Service fn="proxy-retrieve" method="*"
</Object>
Related Articles
Unable to switchover database roles back to the default after a failover (Error: ORA-16608: one or more databases have war… 28Number of Views RSA SecurID Token and RSA SecurID SDK for Android Qualified with Android 8.0 45Number of Views RSA Announces the Availability of RSA Authentication Manager 8.3 10Number of Views Considerations when using F5 of other Load Balancer for MFA and ReST API agents. How to configure F5 or other Load Balancing. 79Number of Views Creating agent shows as RADIUS client agent in authentication agents. 86Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?