httpplatformhandler

How to get the authenticated user name in Python when fronting it with IIS HTTP PlatformHandler and using Windows auth?

How to get the authenticated user name in Python when fronting it with IIS HTTP PlatformHandler and using Windows auth? Question: HttpPlatformHandler supports forwarding the auth token by enabling the forwardWindowsAuthToken setting in the web.config. This sounds like a useful feature when needing to use Windows Integrated Authentication. The document on this is very vague …

Total answers: 1