actually i'm allready looking into authenticationInfo in regards to ad implementation, trying ot figure out to to make search a different query then the usuall ones (our principal name contains different values then the user name i submitted. i'm guessing your saying that some magical jcifs api would give me a "current user" object which i will wrap with AuthenticationInfo and continue to Role realm where i will use the user name as the key for quering . don't know how easy it's gonna be.
also is there a problem using shiro with GWT? on a side note, after telling everyone me that it chould shiro should prononcued as chiro (only with an shh), i find out in wikipedia it's how they said it. On 5/16/11, Les Hazlewood-2 [via Shiro User] <[email protected]> wrote: > > > 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. > > > _______________________________________________ > If you reply to this email, your message will be added to the discussion > below: > http://shiro-user.582556.n2.nabble.com/integrate-jcifs-with-shiro-or-other-means-for-SSO-tp6368966p6369420.html > > To unsubscribe from integrate jcifs with shiro? or other means for SSO?, > visit > http://shiro-user.582556.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=6368966&code=ZWxoLm1haWxnYXRlQGdtYWlsLmNvbXw2MzY4OTY2fDE4MDE1MDYyMA== -- View this message in context: http://shiro-user.582556.n2.nabble.com/integrate-jcifs-with-shiro-or-other-means-for-SSO-tp6368966p6370096.html Sent from the Shiro User mailing list archive at Nabble.com.
