Skip to content

Instantly share code, notes, and snippets.

@gabriel-bezerra
Last active August 29, 2015 14:11
Show Gist options
  • Save gabriel-bezerra/aac13242060a98d4be45 to your computer and use it in GitHub Desktop.
Save gabriel-bezerra/aac13242060a98d4be45 to your computer and use it in GitHub Desktop.
Debug on:
GET http://localhost:5000/v3/OS-FEDERATION/identity_providers/pysaml2/protocols/saml/auth
<error xmlns="http://docs.openstack.org/identity/api/v3" message="Attempted to authenticate with an unsupported method. (Disable debug mode to suppress these details.)" code="401" title="Unauthorized">
<identity>
<methods>
<method>external</method>
<method>password</method>
<method>token</method>
<method>saml2</method>
</methods>
</identity>
</error>
Debug off:
GET http://localhost:5000/v3/OS-FEDERATION/identity_providers/pysaml2/protocols/saml/auth
<error xmlns="http://docs.openstack.org/identity/api/v3" message="Attempted to authenticate with an unsupported method." code="401" title="Unauthorized">
<identity>
<methods>
<method>password</method>
<method>token</method>
<method>saml2</method>
</methods>
</identity>
</error>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment