freeipa / freeipa-webui

FreeIPA Web UI
GNU General Public License v3.0
23 stars 11 forks source link

Implement user + password authentication mechanism #483

Closed carma12 closed 2 months ago

carma12 commented 2 months ago

The most basic authentication method is via username + password.

In order to do that, two API endpoints need to be defined:

Some modifications have been done in the code to implement this functionality:

mreynolds389 commented 2 months ago

Nice, works well. I'd like to see server.ipa.demo goto the modern UI login page instead of the old one, but I guess that can come later :-)

carma12 commented 2 months ago

Nice, works well. I'd like to see server.ipa.demo goto the modern UI login page instead of the old one, but I guess that can come later :-)

I'm not sure what you mean exactly. It is possible to perform the login from the modern WebUI via https://server.ipa.demo/ipa/modern_ui/login

For the current WebUI, it is expected to use the old login page (from now) :)