GET | /Ams/SocialOAuth/{Provider} | Communicates to Social providers for Single Sign On. |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Continue | query | string | No | |
Provider | path | string | No | |
ReturnUrl | query | string | No | |
UseReturnUrl | query | bool | No | |
code | query | string | No | |
state | query | string | No | |
error_reason | query | string | No | |
error | query | string | No | |
error_code | query | string | No | |
error_description | query | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Ams/SocialOAuth/{Provider} HTTP/1.1 Host: ws.yourmembership.com Accept: application/json