Table of Contents |
---|
Note |
---|
Currently the test only assert that the PD Service operated successfully ; and does not verify whether the username is optional. To verify ( X509SubjectName ) is being used, this need to must be verify verified manually in the server-log. currently Currently, the optional (username) does not have any noticeable service response to verify. Also the mock-adapter does not have any affect over the out-come outcome of the test. |
Table of Contents |
---|
Overview
PDSAMLIssuerWithX509SubjectNameTest project is used to verify that assertion (username) is optional; verify . Verify that the Patient Discovery (PD) request message can be send sent with and without username element and value. CONNECT application will replace the invalid (username) value with X509 Subject Name.
...
Sending the PD request message with a invalid (username) value and verify the service is successful.
manually Manually verify that the X509SubjectName is being used.
...
Sending the PD request message with no element (username) and verify the service is successful.
manually Manually verify that the X509SubjectName is being used.