0

I created a python web application using Dash. I want to deploy it with windows authentication. I guess the process will be like when users try to access my web app, I need to get the username first, and check if the username is in a valid group via ldap. If the username is in some certain group, the app will be loaded so that users can see it, otherwise, an error page will be loaded. It's not like a login process that users type their usernames and passwords within the app. It should be an authorization happened before the app is loaded to the users. My question is which web server I should use to deploy my web app in a windows system, and how can I config the web server. Or web server cannot support this process. Then what should I do?

1 Answer 1

0

I had very similar project some time ago. It is possible to configure IIS server, if you want to run your app on Windows.

I have spend a lot of time looking for solution and trying to make it work. There is no one simple instuction how to do this, so if you will have any problem with this I will try to edit my answer and explain missing parts.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.