Discussion:
Exemplary code for web single sign-on plugin (Cara Peckens)
Cara Peckens
2013-07-31 12:06:21 UTC
Permalink
Ryan – What authentication method are you using? I was able to implement single-sign-on using Shibboleth and used http://wordpress.org/plugins/shibboleth/ as the core for my plugin code.

-Cara
Ryan McCue
2013-07-31 12:15:00 UTC
Permalink
Post by Cara Peckens
Ryan – What authentication method are you using? I was able to implement single-sign-on using Shibboleth and used http://wordpress.org/plugins/shibboleth/ as the core for my plugin code.
I'm using OAuth as both a client and a provider.

Also, keep in mind with the Shibboleth plugin that it hasn't been
updated for a long time (although, I'd trust mitcho's code enough to run
it regardless), so it may not be using current best practices.

(As a completely off-topic note, it appears that your email client
renames the subject of the email, which completely breaks threading for me.)
--
Ryan McCue
<http://ryanmccue.info/>
Daniel
2013-07-31 12:52:59 UTC
Permalink
I would like to echo what Ryan said, it breaks threading for me as well.
Post by Ryan McCue
Post by Cara Peckens
Ryan – What authentication method are you using? I was able to implement
single-sign-on using Shibboleth and used
http://wordpress.org/plugins/shibboleth/ as the core for my plugin code.
I'm using OAuth as both a client and a provider.
Also, keep in mind with the Shibboleth plugin that it hasn't been
updated for a long time (although, I'd trust mitcho's code enough to run
it regardless), so it may not be using current best practices.
(As a completely off-topic note, it appears that your email client
renames the subject of the email, which completely breaks threading for me.)
--
Ryan McCue
<http://ryanmccue.info/>
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
--
Regards,
Daniel Fenn
Robert Pendell
2013-08-01 02:41:32 UTC
Permalink
Just to let you know why... (since we are off-topic atm) Cara's client
seems to have left out the References and In-Reply-To headers. That's
why threading broke. For some reason the client thought it was a new
message...
Robert Pendell
***@elite-systems.org
A perfect world is one of chaos.
Post by Daniel
I would like to echo what Ryan said, it breaks threading for me as well.
Post by Ryan McCue
Post by Cara Peckens
Ryan – What authentication method are you using? I was able to implement
single-sign-on using Shibboleth and used
http://wordpress.org/plugins/shibboleth/ as the core for my plugin code.
I'm using OAuth as both a client and a provider.
Also, keep in mind with the Shibboleth plugin that it hasn't been
updated for a long time (although, I'd trust mitcho's code enough to run
it regardless), so it may not be using current best practices.
(As a completely off-topic note, it appears that your email client
renames the subject of the email, which completely breaks threading for me.)
--
Ryan McCue
<http://ryanmccue.info/>
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
--
Regards,
Daniel Fenn
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Daniel
2013-08-01 03:16:23 UTC
Permalink
Thank-you for explaining :)
Post by Robert Pendell
Just to let you know why... (since we are off-topic atm) Cara's client
seems to have left out the References and In-Reply-To headers. That's
why threading broke. For some reason the client thought it was a new
message...
Robert Pendell
A perfect world is one of chaos.
Post by Daniel
I would like to echo what Ryan said, it breaks threading for me as well.
Post by Ryan McCue
Post by Cara Peckens
Ryan – What authentication method are you using? I was able to implement
single-sign-on using Shibboleth and used
http://wordpress.org/plugins/shibboleth/ as the core for my plugin code.
I'm using OAuth as both a client and a provider.
Also, keep in mind with the Shibboleth plugin that it hasn't been
updated for a long time (although, I'd trust mitcho's code enough to run
it regardless), so it may not be using current best practices.
(As a completely off-topic note, it appears that your email client
renames the subject of the email, which completely breaks threading for me.)
--
Ryan McCue
<http://ryanmccue.info/>
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
--
Regards,
Daniel Fenn
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
--
Regards,
Daniel Fenn
Loading...