Authentication Blocking Frontend Requests in Deployed Python App

Amit Developer- Atlantic 20 Reputation points
2025-05-08T05:46:35.6733333+00:00

I have developed a Python web application with multiple routes and deployed it using a web app service. I also configured authentication by enabling an identity provider. However, after enabling authentication, all routes have become restricted, and I am unable to receive responses from frontend requests due to authentication blocking access.

CORS has been enabled, but it does not resolve the issue. The frontend requests are still not authorized to access the backend routes.

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
97 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amit Developer- Atlantic 20 Reputation points
    2025-05-16T05:12:07.27+00:00

    How do I get Bearer Token?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.