mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-24 21:34:41 +03:00
Fixed logout binding to redirect
This commit is contained in:
parent
6eab070bd1
commit
43eb09e9e2
@ -361,7 +361,7 @@ class SAMLAuthenticator(auths.Authenticator):
|
||||
'entityId': self.entityID.value,
|
||||
'assertionConsumerService': {
|
||||
'url': self.manageUrl.value,
|
||||
'binding': 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
|
||||
'binding': 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
|
||||
},
|
||||
'singleLogoutService': {
|
||||
'url': self.manageUrl.value + '?logout=true',
|
||||
|
Loading…
Reference in New Issue
Block a user