Welcome! Log In Create A New Profile

Advanced

Fake Basic Auth

Christian Felsing
August 25, 2013 02:56AM
Hello,

I am new to nginx and have following problem:

Nginx should be used as a reverse proxy and configured for client
certificate authentication. Backoffice application supports basic auth only.
Apache 2.4 solution for that kind of problems is "Fake Basic Auth" so
backoffice application gets a remote_user and password generated from
client certificate presented by user.

Example:
AuthBasicFake %{SSL_CLIENT_S_DN_CN} %{sha1:passphrase-%{SSL_CLIENT_S_DN_CN}}
This set remote user to CN from client certifiate.

is there a similar mechanism in Nginx?

Does HttpLuaModule allow to fake a 401 authentication?

best regards
Christian

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Fake Basic Auth

Christian Felsing August 25, 2013 02:56AM

Re: Fake Basic Auth

smallfish August 25, 2013 03:22AM

Re: Fake Basic Auth

Christian Felsing August 26, 2013 02:22PM

Re: Fake Basic Auth

Francis Daly August 26, 2013 06:10PM

Re: Fake Basic Auth

Christian Felsing August 28, 2013 02:20PM

Re: Fake Basic Auth

Francis Daly August 31, 2013 09:00AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 294
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready