Thanks Jon. Good to hear from you after so many years.
I am currently using 9.0.5 version and there are plans to upgrade to the latest version in coming months.
In the interim, i tried below but this does not work in logout scenario.
[header-names]
#client-ip-v4 = X-Forwarded-For
httphdr{True-Client-IP} = True-Client-IP
When user logouts from ISAM, we have single-signoff-uri configured where ISAM informs backend application to terminate the application session.
During this single-signoff call, ReverseProxy passes "NOT_FOUND" to backend application which is not correct from auditing perspective.
With the new feature (client-ip-http-header) in 10.0.1, will this information be propogated during single-signoff-uri scenario ?
As per the documentation of this feature it mentions "This IP address will be used as the client address in authorization decisions and auditing records."
Will you confirm if this will work in logout and single-signoff-uri case ?
#Support#SupportMigration#Verify