Sun Access Manager

Hello,
has anybody integrated single sign on with sun access manager in JRuby
?
Would love to see some examples if so .

Thx
Adam

AD wrote:

Hello,

has anybody integrated single sign on with sun access manager in JRuby
? Would love to see some examples if so .

I think Nick S.'s project Kenai has…not sure whether anything’s
published about it yet. Bug Nick :slight_smile:

  • Charlie

To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

On Fri, Oct 10, 2008 at 1:08 AM, Charles Oliver N.
[email protected] wrote:

AD wrote:

Hello,

has anybody integrated single sign on with sun access manager in JRuby ?
Would love to see some examples if so .

I think Nick S.'s project Kenai has…not sure whether anything’s
published about it yet. Bug Nick :slight_smile:

Actually we don’t. We’re using a webservice internal to Sun and don’t
do anything special except a SOAP call to that service.

/Nick


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Sorry for joining the party late, but I know somebody who is using Sun
Access Manager with JRuby for SSO. Read more details at:

http://blogs.sun.com/arungupta/entry/single_sign_on_using_sun

Thanks,
-Arun

Charles Oliver N. wrote:

published about it yet. Bug Nick :slight_smile:


Application Platform, Sun Microsystems, Inc.
Blog: http://blogs.sun.com/arungupta


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

thanks Arun, is there more technical docs available or is that pretty
much
it ?

Nick S. wrote:

Actually we don’t. We’re using a webservice internal to Sun and don’t
do anything special except a SOAP call to that service.

Ahh, darn, back to the drawing board I guess.


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

AD,

OpenSSO is Access Manager - in fact, the next commercial release is Sun
OpenSSO Enterprise 8.0. Most of the information below applies equally to
OpenSSO and earlier versions.

  • article including detail of integrating a Ruby app

https://opensso.dev.java.net/public/extensions/#saml2 - Ruby SAML 2.0 RP

  • not immediately relevant, but might be interesting

You might be able to just use the policy agent - it works at the
container level (Glassfish, whatever) and does URL policy, sets up
server variables (REMOTE_USER) and the Java EE security context
(getRemoteUser()/isUserInRole()).

In any case, I would recommend subscribing to the OpenSSO mailing list:

  1. Go to https://www.dev.java.net/servlets/Join and register for a
    java.net account if necessary.
  2. Go to https://opensso.dev.java.net/servlets/ProjectMembershipRequest
    and request ‘Observer’ role on OpenSSO.
  3. Go to https://opensso.dev.java.net/servlets/ProjectMailingListList
    and subscribe to ‘[email protected]’.

And/or the IRC channel: #opensso on Freenode -
irc://irc.freenode.net/opensso

Thanks,
-Arun

AD wrote:

            published about it yet. Bug Nick :)
    To unsubscribe from this list, please visit:
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

  http://xircles.codehaus.org/manage_email


Application Platform, Sun Microsystems, Inc.
Blog: http://blogs.sun.com/arungupta


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email