Bases: keystoneauth1.tests.unit.extras.saml2.utils.TestCase
Test ADFSPassword._get_adfs_security_token().
Test proper parsing XML fault after bad authentication.
An exceptions.AuthorizationFailure should be raised including error message from the XML message indicating where was the problem.
Test proper handling HTTP 500 and mangled (non XML) response.
This should never happen yet, keystoneauth1 should be prepared and correctly raise exceptions.InternalServerError once it cannot parse XML fault message
Bases: keystoneauth1.tests.unit.extras.saml2.utils.TestCase
Test initial call, expect SOAP message.
Send initial SP HTTP request and receive wrong server response.
Bases: keystoneauth1.tests.unit.utils.TestCase