Liferay 7.2 - Openid logout

Mounir Hallab, modified 2 Years ago. Junior Member Posts: 27 Join Date: 3/2/15 Recent Posts

Hi guys,

We're using Openid to authenticate, and its working fine. We want to implement the logout from SSO while a user logs out from Liferay. It seems that Liferay doesnt support that OOTB so we're looking to customize it.

Based on https://github.com/fabian-bouche-liferay/oidc-userinfo-mapping/blob/new/modules/us[…]idc/userinfo/mapping/action/OIDCRoleMappingPostLoginAction.java, we implemented that mechanism and are able to retrieve some openid user data like access_token. But, we're looking on a way to retrieve the id_token. The id_token is required to logout from SSO. Any idea ? OpenIdConnectSession does not seem to have a method getIdToken.

Thanks,