Implement GET and POST REST API for Service Providers
authorRob Crittenden <rcritten@redhat.com>
Thu, 26 Feb 2015 20:57:20 +0000 (15:57 -0500)
committerSimo Sorce <simo@redhat.com>
Fri, 27 Feb 2015 21:10:51 +0000 (16:10 -0500)
commit90296d59d094a3a9871f04c0e9dad238b701c2b8
tree2d320600ffe7c7dd3f2d43aa408fa5dd8456459a
parent8d99b52dadcb15a67bd59adb154317b32517029e
Implement GET and POST REST API for Service Providers

The mount point is /idp/rest/providers/saml2/SPS.

GET .../SPS will retrieve all Service Providers
GET .../SPS/foo will retrieve the Service Provider named foo
POST .../SPS/foo will create the Service Provider named foo

https://fedorahosted.org/ipsilon/ticket/26

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
ipsilon/providers/saml2/rest.py [new file with mode: 0644]