Support update_url AX method to update profile data
Aron Novak - June 25, 2009 - 07:32
| Project: | OpenID Provider AX |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Aron Novak |
| Status: | needs work |
Description
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)

#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,