Skip to content

Remote logout functionality on Authentiq OAuth provider

What does this MR do?

This MR enables remote logout for Authentiq similar to the CAS3 remote logout.

Are there points in the code the reviewer needs to double check?

This MR does not change the semantics of the original Authentiq ID OAuth2 integration.

To test the logout functionality as an end-user, you can give it a spin at http://gitlab.demos.authentiq.io/ Alternatively, client credentials for Authentiq can be requested at the Authentiq web site or by contacting the Authentiq team.

Why was this MR needed?

In the original MR adding support for Authentiq we left out remote logout since the standard OIDC Session Management mechanism requires two hidden IFRAMEs in the site.

As suggested by the Gitlab team, this MR implements remote logout via an HTTP backchannel instead, very similar to how it is already done for CAS3.

Screenshots (if relevant)

N/A

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

N/A

Merge request reports