On Oct 23, 2007, at 11:47 AM, prasana wrote:
I am able to deploy the jetspeed 2 in weblogic server.
I am also able to authenticate against weblogic ldap server by
modifying the
login.conf
How do I lookup the roles and group of weblogic in jetspeed?
(It looks like the principals that are added to subject are all
jetspeed
principals instead of weblogic ones)
I really appreciate any help regarding this?
There are two general approaches to integrating users and roles
If you to tightly integrate with weblogic, to get Jetspeed's
administrative portlets to use weblogic's users and roles, not
Jetspeed's, then you sure write
your own security provider (SPI) in Jetspeed, see docs here:
http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/
config.html
bottom section on security-spi-atz.xml
and http://portals.apache.org/jetspeed-2/multiproject/jetspeed-
security/arch.html
If you only require to intercept the creation of a subject, then you
can do this with a servlet filter and possibly a jetspeed security
valve as well
See an example with NTLM here:
http://portals.apache.org/jetspeed-2/guides/guide-ntlm.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]