OAuth
Third party services can access Liquid resources and information, on behalf of Liquid users.
Last updated
Third party services can access Liquid resources and information, on behalf of Liquid users.
Last updated
To use OAuth services, an OAuthApplication must be created. Contact Liquid partner services to apply.
Create an empty OAuth request.
The response to the OAuthRequest returns app_challenge_href
which is a URL that will prompt the user to approve the request.
After an OAuthRequest is approved by the user, the associated oauth_request_public_id
and oauth_request_private_id
can then be used in a JWT to access services on behalf of that user.