user_saml
user_saml copied to clipboard
Attribute mapping settings hidden at wrong times
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.
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
same issue for me same verisons as tgurr