The Open API specification for Synapse is now available for download!

Download Open API Spec

OAuthUrlRequest

org.sagebionetworks.repo.model.oauth.OAuthUrlRequest

Request for an OAuth2 authorization url.

Field Type Description
provider OAuthProvider Supported OAuth providers
redirectUrl STRING The URL that the OAuth provider is expected to redirect to after authenticating the user.
state STRING State to be echoed in the redirect URL as a request parameter named 'state'. Supported by some OAuth providers.