Call the Integrify API to obtain a Request Token and the authentication URL that has been defined for the Integrify system being accessed.
Redirect to the auth_url returned in the response and append the token value. Add an additional querystring parameter "r" with the URL you wish to direct the user to upon successful authentication. Based on the example response above, you would redirect the user to a URL that looks something like this: http://auth.integrify.com/auth/default.aspx?token=d995f821f18149779af827141576cf3b&r=http://back.to-my-app.com
Once the user authenticates, they will be redirected back to the URL specified in the "r" parameter (http://back.to-my-app.com.).
name | type | required | description |
---|---|---|---|
key | string | yes | The OAUTH application key used to access Integrify |
{ token: "d995f821f18149779af827141576cf3b", auth_url: "http://auth.integrify.com/auth/default.aspx?token=" }