↧
Answer by Chrisamd for How to get http header(LDAP user attribute set by...
want to add more update here, I tried authentication with 2 approaches for our React app. as we use Docker container to run nginx, firstly in order to add nginx auth module(nginx-auth-ldap or...
View ArticleAnswer by Chrisamd for How to get http header(LDAP user attribute set by...
As mentioned here , client React JS cannot get http header set at server side, the solution we used is to use 'rewrite' config of Nginx to redirect request to an URL with remote_user added as a param,...
View ArticleHow to get http header(LDAP user attribute set by Nginx) with React component
searched a lot, and referred to this, but didn't get detailed answer. I wanted to get LDAP login user name(X-Forwarded-User attribute set by nginx) from http header within React component(client...
View Article