sort idps alphabetically

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Björn Schiessle 2018-12-12 20:22:03 +01:00
parent b76a69400c
commit e9f58dae96
No known key found for this signature in database
GPG key ID: 2378A753E2BF04F6

View file

@ -71,6 +71,8 @@ class SAMLSettings {
$result[$id] = $this->config->getAppValue('user_saml', $prefix . 'general-idp0_display_name', '');
}
asort($result);
return $result;
}