When Ceph dashboard SSO is enabled, we are not able to set up/change password for new users. Then there is a dilemma.
Since new user has no password, “pwdUpdateRequired”, one of user status, is true. Before setting up password for user, this status keeps true, and it blocks user to access any pages on dashboard. However, password parameter is removed on user management pages after SSO is enabled.
In theory, password should not be required if SSO is enabled because authorization is performed in external IdP. And we can’t find any dashboard parameters to set default value of this status to false.
Although we can create user with password via command line, we hope that we can fully manage users on console, no command line involved.
We have read through documents. But there is no parameter about this subject. How can I solve this issue?
yuffz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.