Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how can we perform oAuth 2.0 in our laravel application for getting code and access_token?

Ritik Thawani
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 18, 2025

Here I am facing Access denied issue on entering user email and password

 

1 answer

0 votes
Tuncay Senturk _Snapbytes_
Community Champion
March 19, 2025

Hi @Ritik Thawani 

If you're trying to implement OAuth 2.0 in Laravel, I'd suggest to use Laravel Socialite, if you are not doing already.

the “Access Denied” issue you mentioned—does this happen after the user is redirected to the provider and enters their credentials? If so, it could be due to incorrect redirect URI, or even client ID/secret mismatch. Can you share the full error message or any logs?

Suggest an answer

Log in or Sign up to answer