add zammad sso header

This commit is contained in:
2023-08-17 19:03:59 +02:00
parent 1da565f82f
commit fadf1a5a10
2 changed files with 84 additions and 0 deletions

View File

@@ -158,6 +158,21 @@
];
userinfo_signing_algorithm = "none";
}
{
id = "gbv-aktuell-typo3";
description = "GBV Aktuell";
secret = "$pbkdf2-sha512$310000$Uo9yGyKfhLxouYNFierOLQ$e37Ui7FIEUCezV4zgM1WX96ruzSA7dz4Q27G0o2iFiNUV/giHh0lyJklcI1UIs10Fs3bsZHDgRnDwaGL3DYsDw";
public = false;
authorization_policy = "one_factor";
redirect_uris = [ "https://gbv-aktuell.cloonar.dev/callback" ];
pre_configured_consent_duration = "1y";
scopes = [
"openid"
"profile"
"email"
];
userinfo_signing_algorithm = "none";
}
];
};
};