You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the Attribute Exchange spec, there is a StoreRequest that can be sent along with an OpenID request that allows passing of data to the OpenID provider. Most OpenID libraries for other languages support store requests, including DotNetOpenAuth, openid4java, Python, and ruby-openid. It'd be great if node-openid could support them, because I'm dealing with a situation where we have an existing provider that handles StoreRequests, and there's functionality we need that requires sending one.
The text was updated successfully, but these errors were encountered:
Per the Attribute Exchange spec, there is a StoreRequest that can be sent along with an OpenID request that allows passing of data to the OpenID provider. Most OpenID libraries for other languages support store requests, including DotNetOpenAuth, openid4java, Python, and ruby-openid. It'd be great if node-openid could support them, because I'm dealing with a situation where we have an existing provider that handles StoreRequests, and there's functionality we need that requires sending one.
The text was updated successfully, but these errors were encountered: