Home >
Authentication Process
Distauth: Authentication Process for SecureWeb
Authentication Process for SecureWeb
- A browser requests protected resource on a secured application server.
- The secured application server redirects to SecureWeb because the requester's browser has no cookie.
- The browser authenticates with SecureWeb. SecureWeb presents a dialog box asking for userID and password. The browser respons by giving SecureWeb the userID and password.
- SecureWeb completes a proxy Kerberos authentication.
- SecureWeb writes a flag file and a TGT file to AFS.
- SecureWeb sets a cookie for the browser.
- SecureWeb redirects back to the secured application server.
- The browswer requesets access to the proected resource again but this time with a cookie.
- The secured application server validates the cookie againts information in AFS.