Hi there,

There is no JCIFS/NTLM integration at the moment - it hasn't been
asked for before.

But, like all other Shiro authentication mechanisms, you would
implement this by creating a Realm implementation (e.g. subclassing
AuthorizingRealm), override doGetAuthenticationInfo to use the JCIFS
API and return a representation of the user account in the form of an
AuthenticationInfo instance.

The AuthenticationToken submitted to Subject.login would likely wrap
your SSO token so your Realm implementation could acquire it and
interact with your SSO mechanism as necessary.

HTH,

Les

On Mon, May 16, 2011 at 7:52 AM, emaayan <[email protected]> wrote:
> hi..
>
> we are currently using jcifs for NTLM sso browser integrated security, is
> there such am mechanism in shiro? (meaning instead of entering user/pass,
> they will be grabbed from the workstation.
>
>
> if not, is there a way to integrate jcifs into shiro?  i understand that
> authentication and authorization portions could be split where for sample
> authentication would be used by jcifs and authorization would be used by
> shiro?
>
> --
> View this message in context: 
> http://shiro-user.582556.n2.nabble.com/integrate-jcifs-with-shiro-or-other-means-for-SSO-tp6368966p6368966.html
> Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to