简体   繁体   中英

Liferay 6.2 CE-GA6 make NTLM work for chrome and firefox?

I have configured NTLM for single sign on in my application which is working fine on Internet Explorer but not on chrome and firefox.There is a restriction in Liferay source code which restricts NTLM only for IE. Is there any way I can remove that restriction?

Note: Chrome and Firefox themselves support NTLM, it is Liferay side issue. Also asked this question here

After looking in a source code i think, you can just remove BrowserSnifferUtil.isIe(request) condition from if statements in NtlmFiler.java and form NtlmPostFilter.java. Create ext plugin and make changes

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM