Hi Abhid,
The short answer is we don't support any of the following:
SAML 1.x/2.0, WS-Federation, and Liberty ID-FF 1.x protocols.
The authentication/authorization protocols we support are
OpenID and OAuth as stated here:
http://developer.yahoo.com/auth/Both are open protocols and you can get the detailed specification
and code samples from
http://openid.net/ and
http://oauth.net/respectively.
To use our OpenID service, you don't need to register your site
with us. You can use the OpenID URL as the unique user identifier.
You can use OpenID Attribute Exchange protocol to get the following
user's data:
"nickname" => "http://axschema.org/namePerson/friendly",
"fullname" => "http://axschema.org/namePerson",
"email" => "http://axschema.org/contact/email",
"gender" => "http://axschema.org/person/gender",
"language" => "http://axschema.org/pref/language",
"timezone" => "http://axschema.org/pref/timezone",
To use our OAuth service, you will need to register your site
with us through
https://developer.apps.yahoo.com/projectsto get consumer key that identifies your application.
The following guide provides more information:
http://developer.yahoo.com/oauth/guide/index.htmlThanks,
Yu Wang
Yahoo! Membership Team