fetch metadata for the current configuration

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2020-11-05 22:25:14 +01:00
parent 9bf08a698d
commit 9d85a88d4d
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

@ -351,6 +351,7 @@ $(function() {
// Checks on each request whether the settings make sense or not
$.ajax({
url: OC.generateUrl('/apps/user_saml/saml/metadata'),
data: { idp: OCA.User_SAML.Admin.getConfigIdentifier() },
type: 'GET'
}).fail(function (e) {
if (e.status === 500) {