You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are couple issues/questions asking how to retrieve remote user in backend application and the correct answer is pass it down as a custom header via proxy to the backend application.
I was trying to return $remote_user immediately in the same location directive's block. Unfortunately, it always returns empty value even the authentication itself is successful.
There are couple issues/questions asking how to retrieve remote user in backend application and the correct answer is pass it down as a custom header via proxy to the backend application.
#14
https://stackoverflow.com/questions/70191631/how-to-get-username-after-successful-kerberos-authentication-using-nginx
I was trying to return
$remote_user
immediately in the same location directive's block. Unfortunately, it always returns empty value even the authentication itself is successful.Same, behaviour is observed on
access.log
as well -$remote_user
is always empty.The text was updated successfully, but these errors were encountered: