Questions tagged [digest]
20 questions
0
votes
1 answer
In apache, is it possible to configure digest authentication to to add an authenticated username cookie to proxied requests?
I have digest authentication configured for a VirtualHost which proxies SOAP requests. I would like my SOAP service to be able to know reliably which user is accessing it -- is there a way to configure apache to pass through the authenticated…

kdt
- 1,400
- 3
- 22
- 34
0
votes
1 answer
Can Asterisk passwords be obtained by a malicious server?
To make a long story short, a client phone was compromised and used to make illicit calls. An investigation revealed a port forwarding entry to the phone's web UI, which is "protected" by a 6 digit numeric password. We're assuming this was…

miken32
- 942
- 1
- 13
- 35
0
votes
0 answers
IIS7 Digest authentication credentials forgotten between pages
I'm able to authenticate using AD credentials and the requested page loads fine, but IIS is re-requesting authentication for every page change or page refresh.
If this is normal behavior for this type of authentication, what would be a better way…

pierce.jason
- 203
- 2
- 8
0
votes
1 answer
Apache 2.4 authentication combination with LDAP and htpassword
We use Apache with mod_svn to serve our Subversion repositories. Previously we used file based authentication with AuthType Digest set. We want to move to LDAP-based authentication, but at the first time we'd like to have the old and the new…

marczeeee
- 1
- 4
0
votes
1 answer
How do I override Apache's Digest Authentication domain?
I have passenger fronted by Apache. Am trying to have digest authentication for my URLs selectively. I have the following scenario.
Location / needs to be digest authenticated under realm Foo
Location /a does not need to be authenticated
Location…