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
Send initial SP HTTP request and receive wrong server response.
Bases: keystoneauth1.tests.unit.extras.saml2.utils.TestCase
These test ONLY the standalone requests auth plugin.
Tests for the auth plugin are later so that hopefully these can be extracted into it’s own module.
Send initial SP HTTP request and receive wrong server response.
Bases: keystoneauth1.tests.unit.utils.TestCase