IdPAuthUserPass - JAAS login modules?
Kevin P. Foote
kpfoote at iup.edu
Thu Oct 17 13:45:43 EDT 2013
On Thu, 17 Oct 2013, Joaquin Menchaca wrote:
>
> I was exploring how to enter simple authentication, without implementing
> a LDAP or Kerberos server, but I am confused about this part of the
> puzzle.
Scott already mentioned the easiest way to go for user/pass is to use the
RemoteUser LoginHandler then protect a location with a .htpassword file
via apache.. something like that anyway. (this gets you entirely out of
the JASS area)
> If I do, let's say user/password through a configuration in JAAS, this
> won't work overall because I need to pull attributes from somewhere? Or
> can I hardwire something to prove communication works? My target SP
> (Salesforce) requires some attribute to be configured.
Your login is completely independent of your attribute resolution
phase. You can pull attributes from anywhere .. or make them up at the
IdP
------
thanks
kevin.foote
More information about the users
mailing list