Bug 137445 - [NEW PORT] net/p5-Google-SAML-Response: SAML responses for Google\'s SSO implementation
Summary: [NEW PORT] net/p5-Google-SAML-Response: SAML responses for Google\'s SSO impl...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-05 05:40 UTC by gslin
Modified: 2009-08-05 13:30 UTC (History)
1 user (show)

See Also:


Attachments
p5-Google-SAML-Response-0.07.shar (3.40 KB, text/plain)
2009-08-05 05:40 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2009-08-05 05:40:05 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-08-05 07:16:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-08-05 13:24:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-08-05 13:24:45 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"