-
Notifications
You must be signed in to change notification settings - Fork 699
Open
Description
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
adfsto 'saml' - use the hook infrastructure to define a protocol agnostic interface for logout scenarios
Any ideas or preferences on how to solve this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels