Is 2025 the year of API-first development and democratization? Take our annual survey and tell us how you implement APIs across your org.
Explore common security challenges that data engineering teams face. Leverage that to build secure data pipelines with Apache Airflow.
Stats
Reputation: | 558 |
Pageviews: | 82.6K |
Articles: | 7 |
Comments: | 1 |
Comments
Jul 04, 2018 · Oresztesz Margaritisz
Open the developer toolbar in your browser and check the JavaScript console and the "Network" tab for errors. You should see 3 request-response pairs in the network tab before the redirect happens. These are highlighted as steps 2-4 in the authentication flow diagram. If anything goes wrong, you should see a related error message in the JavaScript console or in the HTTP response. Without seeing what went wrong it's hard to tell more.