Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Instagram error: Implicit authentication is disabled

When try to login to my app with Instagram account in mobile Safari I get 403 error: Implicit authentication is disabled.

like image 709
Anton Gaenko Avatar asked May 19 '15 10:05

Anton Gaenko


1 Answers

By security reasons Instagram disables OAuth 2.0 implicit authentication flow (client-side authentication) by default. If your app hasn't server side you should go to Manage Clients Security section and unset Disable implicit OAuth option. After saving all should work well.

Example

like image 170
Anton Gaenko Avatar answered Sep 21 '22 13:09

Anton Gaenko