Actions
Bug #19569
closedCannot register a client with a normal user
Difficulty:
Triaged:
Description
Pgagne, discovered that with this plugin installed, you can no longer register any system with a normal user (admin or otherwise). I do not believe this is intentional.
This seems to be with how the BasicWithHidden SSO module is being used:
Steps to reproduce:
Install foreman with the katello and foreman_virt_who_configure plugins
Try to register any client with the 'admin' user (or any other user)
Results:
Unauthorized: Invalid credentials for request.
Note you can also reproduce by simply running:
curl https://hostname.example.com/rhsm/users/admin/owners -X GET -u admin:changeme
Actions