Commit be8b8c14 authored by Robert Lyon's avatar Robert Lyon
Browse files

Bug 1853189: Allow SAML to also show all the correct fields



Change-Id: I64d52ba926f26df91ea32c1638e14e9d364546e4
Signed-off-by: default avatarRobert Lyon <robertl@catalyst.net.nz>
parent 6ebe876c
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -403,6 +403,7 @@

    function updateSsoOptions() {
        var current = $('#auth_config_ssodirection').val();
        if (typeof current !== 'undefined') {
            for (var opt in ssoAllOptions) {
                if (ssoAllOptions[opt] == current) {
                    jQuery('#auth_config_' + opt + '_container').removeClass('hidden');
@@ -412,6 +413,7 @@
                }
            }
        }
    }
}( window.PieformAuthlist = window.PieformAuthlist || {}));

/**