RetrieveAssertionInfo is great utility function to obtain assertions. But I would also need access to response. The main reason is that I want access to InResponseTo field so that I can check that the response really matches the ID of the request. Would you be open to a PR adding RetrieveAssertionInfoWithResponse with additional response return value (or something similar)?
RetrieveAssertionInfois great utility function to obtain assertions. But I would also need access to response. The main reason is that I want access toInResponseTofield so that I can check that the response really matches the ID of the request. Would you be open to a PR addingRetrieveAssertionInfoWithResponsewith additional response return value (or something similar)?