keystoneauth/keystoneauth1/tests/unit/extras/saml2
Blake Covarrubias 4ca1a1f028 Allow setting EndpointReference in ADFSPassword
The ADFSPassword plugin currently sets the WS-Policy 'AppliesTo'
EndpointReference Address in the WS-Trust RequestSecurityToken message
to the value specified in the ‘service-provider-endpoint’ option. This
may not be desirable if the Service Provider's SAML entity ID differs
from the WS-Federation Passive Endpoint (i.e. service provider endpoint)
consuming the WS-Trust RequestSecurityTokenResponse.

This commit introduces the ability to specify the EndpointReference used
in the RequestSecurityToken message via the 'service-provider-entity-id'
option. If omitted, the EndpointReference defaults to the value provided
in the ‘service-provider-endpoint' option to preserve backward
compatibility.

Change-Id: I842427232db79d628dc29f5a1dcf68e011667dfa
Closes-Bug: #1689424
2017-05-16 17:21:41 +00:00
..
examples/xml SAML2 authentication plugins in keystoneauth 2015-11-04 15:09:56 +11:00
fixtures Use SAML2 requests plugin 2016-07-18 00:24:37 -04:00
__init__.py SAML2 authentication plugins in keystoneauth 2015-11-04 15:09:56 +11:00
test_auth_adfs.py Allow setting EndpointReference in ADFSPassword 2017-05-16 17:21:41 +00:00
test_auth_saml2.py Add test for header in Saml2 plugin 2017-01-17 10:44:09 -03:00
utils.py Use XML matcher 2015-11-09 15:35:13 -06:00