cvs commit: ports/net Makefile ports/net/p5-Google-SAML-Response
Makefile distinfo pkg-descr pkg-plist
Martin Wilke
miwi at FreeBSD.org
Wed Aug 5 12:24:32 UTC 2009
miwi 2009-08-05 12:24:31 UTC
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/p5-Google-SAML-Response Makefile distinfo pkg-descr
pkg-plist
Log:
Google::SAML::Response can be used to generate a signed XML document
that is needed for logging your users into Google using SSO.
You have some sort of web application that can identify and
authenticate users. You want users to be able to use some sort of
Google service such as Google mail.
When using SSO with your Google partner account, your users will send
a request to a Google URL. If the user isn't already logged in to
Google, Google will redirect him to a URL that you can define. Behind
this URL, you need to have a script that authenticates users in your
original framework and generates a SAML response for Google that you
send back to the user whose browser will then submit it back to
Google. If everything works, users will then be logged into their
Google account and they don't even have to know their usernames or
passwords.
WWW: http://search.cpan.org/dist/Google-SAML-Response/
PR: ports/137445
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Revision Changes Path
1.2130 +1 -0 ports/net/Makefile
1.1 +27 -0 ports/net/p5-Google-SAML-Response/Makefile (new)
1.1 +3 -0 ports/net/p5-Google-SAML-Response/distinfo (new)
1.1 +18 -0 ports/net/p5-Google-SAML-Response/pkg-descr (new)
1.1 +8 -0 ports/net/p5-Google-SAML-Response/pkg-plist (new)
More information about the cvs-all
mailing list