Hello,
I have two different setups of ISAM Reverse Proxies one is 9.0.6.0 and other is at version 9.0.7.1.
I have RP instance configured on both these servers. I have setup MGA junction using the advance access control on this RP Instance. MGA junction and the ACLs attached on it are exact same on both the servers. I am actually testing the authentication using REST API call as below
Method: PUT
URL :
https://<IP>/mga/sps/apiauthsvc?PolicyId=urn:ibm:security:authentication:asf:passwordBODY : { "username" : "<validuser>", "password" : <validPassword>"}
On Server with 9.0.6.0, this REST API call returns response 204 with no contents and 2 cookies set - 1. PD-S-SESSION_ID and 2. AMWEBJCT!%2Fmga!JSESSIONID
In the request log here I can see -
<USERID> 02/Apr/2020:21:28:05 +1100 "PUT /mga/sps/apiauthsvc?PolicyId=urn:ibm:security:authentication:asf:password HTTP/1.1" 204 -
On Server with 9.0.7.1, this REST API Call returns response { "operation" : "login"} with only 1 cookie PD-S-SESSION-ID and request log shows
unauthenticated 02/Apr/2020:21:52:15 +1100 "PUT /mga/sps/apiauthsvc?PolicyId=urn:ibm:security:authentication:asf:password HTTP/1.1" 200 30
Can someone help me to understand why is this different in responses? Request log on 9.0.7.1 showing 'unauthenticated' is actually more of my concern.
Thanks
Kedar
------------------------------
Kedar Kulkarni
------------------------------