CheckSessionIFrame should contain the client_id query parameter in the frame url. This is required by some identity servers such as wso2is
Current: https://:9443/oidc/checksession (raw url from the metadata endpoint)
Expected: https://:9443/oidc/checksession?client_id=
CheckSessionIFrame should contain the client_id query parameter in the frame url. This is required by some identity servers such as wso2is Current: https://:9443/oidc/checksession (raw url from the metadata endpoint)
Expected: https://:9443/oidc/checksession?client_id=
Change should probably be implemented at https://github.com/IdentityModel/oidc-client-js/blob/5af4d707e7330c39997f16aa02983836c883d960/src/CheckSessionIFrame.js#L28