Skip to content

transpara/Reverse-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Reverse-Proxy

This project uses Microsoft examples to authenticate with Azure B2C Flows.

Important files:

app.py aad.b2c.config.json

Base Project: https://github.com/Azure-Samples/ms-identity-b2c-python-flask-webapp-authentication

Important note:

If the underlying site to be proxied has authentication enabled for example NTLM, just download the following library and in the requests add the auth: auth=HttpNtlmAuth(user,pw) it would look like: requests.get(url, auth=HttpNtlmAuth(user,pw)) https://pypi.org/project/requests-ntlm2/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published