fix Server Error when downloading metadata
This commit is contained in:
@ -7,6 +7,4 @@ class GitLabProcessor(Processor):
|
||||
"""GitLab Response Handler Processor for testing against django-saml2-sp."""
|
||||
|
||||
def _determine_audience(self):
|
||||
# Nextcloud expects an audience in this format
|
||||
# https://<host>
|
||||
self._audience = self._remote.acs_url.replace('/users/auth/saml/callback', '')
|
||||
|
||||
Reference in New Issue
Block a user