Skip to main content

To Initiate an OAuth flow within Fluz

Ensure that your OAuth settings are all correct. Direct your end user to https://uni.staging.fluzapp.com/authorize with the following query parameters: The list of available scopes can be found here: Authentication Here is a sample of the expected format:
Example of the OAuth client UI: Sample OAuth permissions page

Expected Response

If you have the URL built properly, and the URL matches the configuration, you can expect for the client to be redirected to your redirect_uri with the following query parameters: If the URL has not been configured properly, the response from the URL will include an error message describing the error.