cutomize awx source code for login

Hello,

I left a question about multi-factor authentication a few days ago.
The answer I got through the mailing list was that awx does not support multifactor authentication.
To be precise, it was to connect otp after ldap login in awx management login.

My service has a task that must unconditionally create the above situation.

So I want to customize the awx login.

I want to develop by running awx in the local environment. Are there any guide documents?

I don’t know how to run it in local environment.

kelly (kimgaeul4@gmail.com) said:

I left a question about multi-factor authentication a few days ago.
The answer I got through the mailing list was that awx does not support
multifactor authentication.
To be precise, it was to connect otp after ldap login in awx management
login.

My service has a task that must unconditionally create the above situation.

So I want to customize the awx login.

I want to develop by running awx in the local environment. Are there any
guide documents?

I don't know how to run it in local environment.

https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md#setting-up-your-development-environment

That being said, what you're suggesting is not something that would be
accepted. 2FA is entirely delegated to the identity provider, either
by redirects in SAML/OAuth, or by LDAP implementations that take
pin+token *as* the password.

Bill