aad-sso-wordpress icon indicating copy to clipboard operation
aad-sso-wordpress copied to clipboard

We should hide the default login-UI (usename and password) ..

Open akkaneko-ms opened this issue 6 years ago • 5 comments

Hi Philippe, I tried this plugin for single sign-on to wordpress admin console and it worked. Then next, we should hide the default login-UI (usename and password) because the endusers can sign-in directly with username & password in "~/wp-login.php" top page. Does this plugin have a function for avoid the direct access (not using AAD) too?

Akhiro

akkaneko-ms avatar Jul 05 '19 09:07 akkaneko-ms

image

akkaneko-ms avatar Jul 05 '19 09:07 akkaneko-ms

If you select the check box:

Enable auto-forward to Azure AD | Automatically forward users to the Azure AD to sign in, skipping the WordPress login screen.

Anyone attempting to access the wp-login.php page is redirected, in essence hiding the login page from your image above.

mrjarbenne avatar Sep 27 '19 19:09 mrjarbenne

@akkaneko-ms @mrjarbenne is correct. You will effectively "skip" the wp-login page with that setting.

Unrelated to your issue, are you able to contribute Japanese translations?

bradkovach avatar Sep 27 '19 19:09 bradkovach

@akkaneko-ms If you just want to hide the login form and automatically redirect, there is already an option for that (mentioned above). However, this plugin does not prevent any user from signing in with username/password. It's an interesting feature request, if it's not already possible with a different plugin, it's something we could probably add here at some point.

psignoret avatar Oct 02 '19 22:10 psignoret

@akkaneko-ms If you still need to hide the WP fields, you can modify the page as I detailed in https://github.com/psignoret/aad-sso-wordpress/issues/228

8biteric avatar Dec 06 '19 16:12 8biteric