munki / mwa2

Version 2 of MunkiWebAdmin
Other
156 stars 37 forks source link

2FA Authntication #43

Closed v0073 closed 4 years ago

v0073 commented 4 years ago

You can set up a Munki server on any platform that supports a web server. we trying to config for 2FA on one login ? Do we configure munki on one login ?

gregneagle commented 4 years ago

MunkiWebAdmin2 is a web-based administrative tool for Munki admins.

It is not a Munki server for use by Munki client machines.

gregneagle commented 4 years ago

Implementing 2FA in front of an MWA2 instance is possible but not documented as part of the MWA2 project. Since MWA2 is a Django application, you should look for documentation on implementing 2FA for Django.

v0073 commented 4 years ago

Thanks for your response i will search for Django.