ciferproject / cifer

Repository for CIFER Project code, specs and other documents
Apache License 2.0
3 stars 0 forks source link

Capability for Server to Indicate Authentication Methods #6

Open boshrin opened 10 years ago

boshrin commented 10 years ago

CIFER API should define supported methods (basicauthssl, certs, oauth2). It would then be handy for the server to be able to indicate which auth methods it supports. (Does SCIM have this ability?)

boshrin commented 10 years ago

SCIM equivalent is "authenticationSchemes" defined in core schema document.

khazelton commented 9 years ago

Proposed resolution: Our guidelines follow SCIM approach of supporting "authenticationSchemes" Review SCIM Service Provider Config schema;