Hear us Roar
Article:
 |
|
Using Tomcat 4 Security Realms
|
| Subject: |
|
CLIENT-CERT auth-method not covered! |
| Date: |
|
2001-12-28 14:24:59 |
| From: |
|
chaitresh
|
|
|
|
I was really interested in reading about CLIENT-CERT authentication method in login-config. But for some reason, it is ignored in this article let alone cover it!
----------------------------
<login-config>
<auth-method>BASIC</auth-method>
<realm-name>OnJava Application</realm-name>
</login-config>
The <login-config> sub-element defines the authentication method for the defined realm. The possible values are BASIC, DIGEST, and FORM. And the <realm-name> sub-element names the Web resource that this <login-config> maps to.
|
|
| |