Describe the bug
Auth config is not created because environment variables do not match the code.
To Reproduce
- Go to python/agent-framework/sample-agent.
- Have a look at the auth config code:
- Have a look at .env.template code:
You can see that the environment has a different variables but auth config is using different variables due to which auth never works.
Expected behavior
Match the code with environment variables to enable auth.