Questions tagged [proxied-authorization]

4 questions
4
votes
2 answers

openldap proxied authorization

I'm having some trouble doing updates with proxied authorization. I'm using UnboundID's LDAP SDK to connect to OpenLDAP, and sending a ProxiedAuthorizationV2RequestControl for dn: uid=me,dc=People,dc=example,dc=com with the update. I've tested and…
Brad Mace
  • 1,024
  • 3
  • 17
  • 32
3
votes
0 answers

Windows Server - Protect websites with AD user

My question is a bit tricky to explain :) We have ASP.NET websites running on Windows Server 2012. Some websites use SqlServer authentication, others use Windows authentication, some don't have any kind of authentication at all (or static HTML…
1
vote
2 answers

Migrate Apache Authorization Header rule to Lighttpd

My web server is running PHP applications with lighttpd and PHP-FPM for years. Now, after a 3rd-Party software upgrade, I must include some rules in order to activate a REST API. SetEnvIf Authorization .+…
1
vote
2 answers

Granting access to authzTo attribute

I'm trying to grant certain accounts auth access to their authzTo attribute in order to allow proxied authorization. I tried adding this ldif: dn: olcDatabase={-1}frontend,cn=config changetype: modify add: olcAccess olcAccess: {1}to authzTo by…
Brad Mace
  • 1,024
  • 3
  • 17
  • 32