To Initiate an OAuth flow within Fluz
Ensure that your OAuth settings are all correct. Direct your end user tohttps://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:
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 yourredirect_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.