During logout via the iframe logout handler the ADFS associations are not terminated.
Module adfs prefixes its entityIDs with adfs:, but the LogoutController only looks for keys prefixed with saml:.
Possible fixes:
- dynamically resolve entityID using the same mechanism to determine the metadata set
- change the entityID prefix in module
adfs to 'saml'
- use the hook infrastructure to define a protocol agnostic interface for logout scenarios
Any ideas or preferences on how to solve this?
During logout via the iframe logout handler the ADFS associations are not terminated.
Module
adfsprefixes its entityIDs withadfs:, but the LogoutController only looks for keys prefixed withsaml:.Possible fixes:
adfsto 'saml'Any ideas or preferences on how to solve this?