Foren

Liferay 7 - Enabling header authentification

thumbnail
Djamel TORCHE, geändert vor 7 Jahren.

Liferay 7 - Enabling header authentification

New Member Beiträge: 18 Beitrittsdatum: 21.10.14 Neueste Beiträge
Hello,
In liferay 6.x, to enable the authentication by http header, we add BasicAuthHeaderAutoLogin.class for the Auto Login (auto.login.hooks).
My Question is What is the equivalent class for Liferay 7 ?
In the documentation for liferay 7 (portal-impl.jar), they said:
The property "auto.login.hooks" must contain a reference to the class com.liferay.portal.security.auto.login.request.header.RequestHeaderAutoLogin to enable request header authentication.

But event this class (RequestHeaderAutoLogin) doesn't exist.
I tries also com.liferay.portal.security.auto.login.request.header.RequestHeaderAutoLogin but isn't working!
Any advice ?

Thanks & kind regards,
Djamel