Hello,
We have Salesforce as Ext IDP and GCIP is used to integrate with ext IDP using SAML2 protocol. GAE resources are protected by GCIP and firebase app is used to perform authentication.
Authentication is working seamlessly, however SIGNOUT is not. Invoking /gcp-iap-mode=GCIP_SIGNOUT on app is showing as signed out however firebase app is reauthenticating user.
Is there is a way to signout user completely so that Idp session as well as GCIP sessions are invalidated and user will be forced to login again?
We do not see any configurable parameter on GCIP SAML2 provider settings to configure signout url which can take part in SAML2 based logout workflow