{{host}}//api/v1/authorize?client_id={{recipient_id}}&redirect_uri={{redirect_uri}}&state=abc&response_type=code&scope={{scope}}&provider_id={}
https://www.example.com/callback? code=code &state=state
https://www.example.com/callback? error=access_denied &error_description=The user denied the access &state=state
Was this page helpful?