user_saml icon indicating copy to clipboard operation
user_saml copied to clipboard

Attribute mapping settings hidden at wrong times

Open alerque opened this issue 4 years ago • 2 comments

From somebodies screenshot in #397 I realized there was a whole panel of settings I couldn't see. The "Attribute mappings" were never showing up for me.

I futzed around with the code in the inspector and found the HTML was there, just hidden. It seems the settings are being show based on the "require_provisioned_account_ checkbox. The trouble is they aren't actually based on the checkbox, they seem to be based on TOGGLING the check box. The settings always load hidden when the page loads no matter what the state of the checkbox is. If you toggle it (whatever direction) the settings show up. This means that if you have the provisioning checkbox correct and come back to the settings page you can't see the relevant mapping settings at all.

alerque avatar May 15 '21 09:05 alerque

I was wondering the same but for me the settings only show up if I really deactivate the require_provisioned_account_ checkbox mentioned above.

nextcloud: 21.0.3 user_saml: 4.1.1

tgurr avatar Jul 06 '21 07:07 tgurr

same issue for me same verisons as tgurr

theoneandonly-vector avatar Aug 30 '21 17:08 theoneandonly-vector