How do I get Bearer Token?
Authentication Blocking Frontend Requests in Deployed Python App
Amit Developer- Atlantic
20
Reputation points
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