You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending a LogoutRequest to a Shibboleth IDP results a "Unknown Principal" error response. The reason is that Shibboleth cannot match the NameID from the LogoutRequest with that from the Assertion. I think that meteor is sending a broken NameID in the LogoutRequest:
Rocket.Chat Version: 0.56
Running Instances: 1
DB Replicaset OpLog:
Node Version: 4.5
Sending a LogoutRequest to a Shibboleth IDP results a "Unknown Principal" error response. The reason is that Shibboleth cannot match the NameID from the LogoutRequest with that from the Assertion. I think that meteor is sending a broken NameID in the LogoutRequest:
When looking at the assertion I find a different NameQualifier and NameID.
Expected behaviour: The NameID in the LogoutRequest should match the NameID from the Login.
The text was updated successfully, but these errors were encountered: