Hello,
I am working on a streamlit web app in Python that will be running on an EC2 instance. I am trying to set up SSO for our organization using Azure AD B2C and have been following the steps listed here:
https://learn.microsoft.com/en-us/azure/active-directory-b2c/configure-authentication-sample-python-web-app?tabs=windows
I have no issues with the first 4 steps but am running into an issue for step 5 when I try to run the sample web app. After executing 'python -m flask run --host localhost --port 5000' I receive a JSONDecodeError that looks like this:

I ran this both on an EC2 instance and on my local machine and each time the exact same error was produced. Can someone please point me in the right direction to get this working? Thank you
Hello,
I am working on a streamlit web app in Python that will be running on an EC2 instance. I am trying to set up SSO for our organization using Azure AD B2C and have been following the steps listed here:
https://learn.microsoft.com/en-us/azure/active-directory-b2c/configure-authentication-sample-python-web-app?tabs=windows
I have no issues with the first 4 steps but am running into an issue for step 5 when I try to run the sample web app. After executing 'python -m flask run --host localhost --port 5000' I receive a JSONDecodeError that looks like this:
I ran this both on an EC2 instance and on my local machine and each time the exact same error was produced. Can someone please point me in the right direction to get this working? Thank you