Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
675 views
in Technique[技术] by (71.8m points)

authentication - Nginx with auth_request and auth_basic

I can't seem to get this to work. According to the docs they can be used together.

Nginx Version: 1.10.3 --with-http_auth_request_module

location ~ ^/test(/.*|$) {
    satisfy any;
    auth_basic "test";
    auth_basic_user_file .htpasswd;
    auth_request auth.php;
}

My .htpasswd is blank. I want the username/password input in the basic form to be passed to my auth.php file. With this config when accessing /test I can see the subrequest made directly to auth.php. It never does a basic auth prompt. If I comment out auth_request auth.php the basic auth prompt does show. The doc does say to use satisfy any when using multiple auth modules.

There is an exact similar question with an answer, but it doesn't seem to work.

If anyone has gotten this to work can you help me out here?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

1.4m articles

1.4m replys

5 comments

56.8k users

...