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
I have an OP that doesn't support back- or front-channel logout, yet OP-BackChannel-Discovery and OP-FrontChannel-Discovery pass. Here's the salient parts of the metadata of the OP under test (as reported on the ProviderConfigurationResponse step of that tests):
I have an OP that doesn't support back- or front-channel logout, yet
OP-BackChannel-DiscoveryandOP-FrontChannel-Discoverypass. Here's the salient parts of the metadata of the OP under test (as reported on theProviderConfigurationResponsestep of that tests):{ "backchannel_logout_session_supported": false, "backchannel_logout_supported": false, "frontchannel_logout_session_supported": false, "frontchannel_logout_supported": false, ... }Do these test pass simply because those fields are in the JSON object? Shouldn't they also assert that the values are
true?Also, there's no check for
end_session_endpointin the metadata. Shouldn't there be one?As a point of comparison, the test
OP-Session-Discoveryalso fails on this OP with this error: