Is changing element value in web.xml file in bimad.ear supportable?
Hi,
I would like to confirm if the web.xml file in the bimad.ear can be updated to implement SSO like following:
<login-config>
<auth-method>CLIENT-CERT,BASIC</auth-method>
<realm-name>myrealm</realm-name>
</login-config>
Is it ok(supportable) to update this file?
Thanks!