Auto-login user programatically?

Byte Flinger byteflinger at gmail.com
Thu Aug 1 04:19:29 EDT 2013


Hi Scott

I have been doing some research on the matter and I have managed to login
the user to unsolicited SSO however I have run into the issue where LDAP
login won't really work due various reasons. Is there a way to implement a
different login handler (or extend the PasswordProtected which currently
uses ldap/kerberos) which could be used with the Unsolicited SSO profile?

Regards
Alexandre


On 27 July 2013 01:25, Cantor, Scott <cantor.2 at osu.edu> wrote:

> On 7/26/13 4:18 AM, "Byte Flinger" <byteflinger at gmail.com> wrote:
>
> >If I understand what you mean, I'd need to have a SAML Request come in
> >first to specify which profile handler to be used which in turn goes to
> >the login handler but then my question would be, how does the Unsolicited
> >SSO profile works and can I implement a handler in a similar way (So that
> >no request is required, the user simply goes to the login page and is
> >logged in with a SAML Response sent back)?
>
> The unsolicited handler is the same as the old legacy Shibboleth protocol
> request handler, and is nothing more than a proprietary request profile.
> It's just another profile handler the IdP supports that doesn't happen to
> be standardized.
>
> There is no such thing as "get the IdP to respond without a request". It's
> not sentient, and it can't know to respond unless you ask it to. You do
> that with a request in a format supported by some profile handler.
> Authentication is an internal, automatic mechanism that happens in the
> middle after a request is provided and before a response is returned.
> That's how it works.
>
> >My guess would be that I need to implement a custom profile handler
> >instead of a login handler then (or maybe even both)?
>
> I can't think of any obvious reason why you would do that rather than
> simply manufacturing redirects to the unsolicited SSO endpoint.
>
> -- Scott
>
>
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130801/08183472/attachment.html 


More information about the users mailing list