Posted by Aron Novak on June 25, 2009 at 7:32am
| Project: | OpenID Provider AX |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Aron Novak |
| Status: | closed (fixed) |
| Issue tags: | OpenID AX update |
Issue Summary
update_url needs to be sent via the openid client (relying party) to the provider in the fetch request, then:
"If present, the OpenID Provider may re-post the fetch response
message to the specified URL at some time after the initial response
has been sent, using a OpenID Authentication Positive Assertion."
http://openid.net/pipermail/specs/2007-October/002014.html
Things to do on the provider side:
- Detect node profile updates via nodeapi
- Send out the update to the update_url what was received from the relying party (client)
Comments
#1
First shot of the patchset, only provider side, needs to test after the relying party will be done.
#2
Dependencies:
#506062: Adds unsolicited assertion support
#506072: Notify provider_ax about the profile changes,
#3
Rerolled th patch with a few changes.
New dependency:
#948572: Fix implementation of openid_provider_unsolicited_assertion
#4
Sorry, lost the install file on the way.
Rerolled and attached the full patch, please have a look.
#5
Again, updated patch to meet Drupal requirements.
#6
With some smaller changes. Waiting for #948572: Fix implementation of openid_provider_unsolicited_assertion to get into OpenID Provider Module in order to get this committed.
#7
Committed and pushed.
#8
Automatically closed -- issue fixed for 2 weeks with no activity.