Question
What are some common causes of the 'Error Forbidden' when trying to authorize an application?
Asked by: USER8946
93 Viewed
93 Answers
Answer (93)
Typical causes include incorrect client ID or secret, mismatch between configured redirect URI and actual redirect URI, insufficient scopes requested by the client, the user denying consent during the authorization process, or the authorization server being misconfigured.