Update federation router with missing call
We can do federated authentication for specific identity providers with both GET and POST operations, according to the code in keystone/contrib/federation/routers.py. The inline documentation in the module only said that GET was possible and didn't include documentation on the POST operation. This commit updates the inline documentation to be consistent with the code. Change-Id: I88e8ab231957ba977c7d2fa7f8ee0443842ef584
This commit is contained in:
@@ -75,6 +75,10 @@ class FederationExtension(wsgi.V3ExtensionRouter):
|
||||
GET /auth/OS-FEDERATION/identity_providers/
|
||||
{idp_id}/protocols/{protocol_id}/websso
|
||||
?origin=https%3A//horizon.example.com
|
||||
POST /auth/OS-FEDERATION/identity_providers/
|
||||
{idp_id}/protocols/{protocol_id}/websso
|
||||
?origin=https%3A//horizon.example.com
|
||||
|
||||
|
||||
POST /auth/OS-FEDERATION/saml2
|
||||
POST /auth/OS-FEDERATION/saml2/ecp
|
||||
|
||||
Reference in New Issue
Block a user