Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Yahoo Groups for Authentication

Tags:

asp.net

yahoo

I'm trying to determine if there is a Yahoo API that I can use to create authentication based on membership in a Yahoo Group for a non-Yahoo website writte in ASP.NET. Basically, if a person is a member of a particular group, then they would be able to Login to this website.

Our club has an existing Yahoo site, but we'd like to disconnect from Yahoo while retaining the emailing capability that it offers, and I'd like to keep the number of places to be members of to a minimum. So if a person signs up for the Yahoo group, I'd like them automatically be able to login to the non-Yahoo site without any other steps.

like image 523
Nick Avatar asked Feb 01 '26 07:02

Nick


1 Answers

You can check this PHP code for an example: http://drupal.org/project/yahoo_bbauth

And this example:

http://upcoming.yahoo.com/services/api/group.getMyGroups.php

like image 110
Vladislav Rastrusny Avatar answered Feb 03 '26 21:02

Vladislav Rastrusny