Re: replace jetspeed authentication with own implementation

David S Taylor <[email protected]> Thu, 7 Aug 2014 10:39:55 -0700
Newsgroups gmane.comp.jakarta.jetspeed.user
Message-ID <CABm6vp93ad3idoMsz9267GPUWa3EtUuD-NFfjsH2U=eZBeXeSQ@mail.gmail.com>
> how can I implement an own autentication for jetspeed?

There are three kinds of security integration
1. Default Integration - use full Jetspeed Security out of the box.
2. Override some level of Security such as the User Manager
3. Write servlet filter to integrate with an external identity management
system

#2 takes the most effort, as you have to implement all the User Manager APIs
Usually #3 is good enough. It requires writing a servlet filter that
populates the Jetspeed security subject with a set of principals

See
http://portals.apache.org/jetspeed-2/deployguide/config-sso.html
http://portals.apache.org/jetspeed-2/deployguide/guide-ntlm.html



--
David S Taylor
707 529-9194
[email protected]



On Thu, Aug 7, 2014 at 7:43 AM, Frank Otto <[email protected]> wrote:

> Hi,
>
> how can I implement an own autentication for jetspeed?
>
> I want to check username/password against an self written service and set
> the roles of the user.
>
>
> regards,
>
> Frank
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>