
Issue Description
After creating an account and signing in I do not get the user name as a part of the context
Steps to Reproduce
- clone the repo on windows 11 wsl using git version 2.34.1 and python version 3.12.2
- cd to the repo and pip install the dependencies
- (optional) for guidance review https://learn.microsoft.com/en-us/azure/active-directory-b2c/configure-authentication-sample-python-web-app?tabs=linux for any setup needed azure account wize
- configure the .env and run through the readme setup needed
- run the app (python -m flask run --host localhost --port 5000)
- go through the login / registration flow
- you should now be logged in and see the error.
Issue Description
After creating an account and signing in I do not get the user name as a part of the context
Steps to Reproduce