Quantcast
Channel: BOT24
Viewing all articles
Browse latest Browse all 8064

Securing Internal Applications

$
0
0
A common infrastructure problem is managing access to internal applications. Some patterns for solving that problem include: fronting internal apps with HTTP Basic or HTTP Digest authentication through Apache or nginx, running the apps on secret ports, and bundling an authentication system as part of each application. Many off-the-shelf applications include no built-in authentication, and count on upstream proxies/systems for access control which limits options for securing them. Google Auth Proxy is a tool we have developed to give us a better ability to secure internal applications by using Google Account authentication (like many other startups, we rely on Google Apps).

read more........http://word.bitly.com/post/47548678256/google-auth-proxy

Viewing all articles
Browse latest Browse all 8064

Trending Articles