Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Currently the test only assert that the PD Service operated successfully; and does not verify whether the username is optional. To verify (X509SubjectName) being used, this need to be verify manually in the server-log. 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 of the test.

Overview

PDSAMLIssuerWithX509SubjectNameTest project is used to verify that assertion (username) is optional; verify that the PD request message can be send with and without username element and value. CONNECT application will replace the invalid (username) value with X509 Subject Name.

Patient Discovery

Sending the PD request message with a valid (username) value and verify the service is successful.

Patient Discovery-Cert

Sending the PD request message with a invalid (username) value and verify the service is successful.

manually verify that the X509SubjectName is being used.

Patient Discovery-NoElement

Sending the PD request message with no element (username) and verify the service is successful.

manually verify that the X509SubjectName is being used.

  • No labels