Univention Bugzilla – Attachment 9975 Details for
Bug 49305
Sign logout responses in the IDP configuration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
49305.patch (text/plain), 888 bytes, created by
Florian Best
on 2019-04-17 09:17:35 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2019-04-17 09:17:35 CEST
Size:
888 bytes
patch
obsolete
>diff --git a/saml/univention-saml/listener/univention-saml-simplesamlphp-configuration.py b/saml/univention-saml/listener/univention-saml-simplesamlphp-configuration.py >index 81b2e5e942..3ce3821281 100644 >--- a/saml/univention-saml/listener/univention-saml-simplesamlphp-configuration.py >+++ b/saml/univention-saml/listener/univention-saml-simplesamlphp-configuration.py >@@ -182,6 +182,10 @@ def write_configuration_file(dn, new, filename): > if new.get('privacypolicyURL'): > fd.write(" 'privacypolicy' => %s,\n" % php_string(new.get('privacypolicyURL')[0])) > >+ fd.write(" 'sign.logout' => true,\n") >+ fd.write(" 'saml20.sign.response' => true,\n") >+ fd.write(" 'saml20.sign.assertion' => true,\n") >+ > fd.write(" 'authproc' => array(\n") > if not metadata: # TODO: make it configurable > # make sure that only users that are enabled to use this service provider are allowed
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 49305
: 9975