sources/saml: minor formatting fixes
This commit is contained in:
@ -146,7 +146,7 @@ class Processor:
|
||||
return self._flow_response(
|
||||
request,
|
||||
self._source.enrollment_flow,
|
||||
**{PLAN_CONTEXT_PROMPT: name_id_filter,},
|
||||
**{PLAN_CONTEXT_PROMPT: name_id_filter},
|
||||
)
|
||||
|
||||
def _flow_response(
|
||||
|
||||
@ -28,4 +28,5 @@ def clean_temporary_users():
|
||||
LOGGER.debug(
|
||||
"User is expired and will be deleted.", user=user, delta=source_delta
|
||||
)
|
||||
# TODO: Check if user is signed in anywhere?
|
||||
user.delete()
|
||||
|
||||
@ -97,7 +97,7 @@ class SLOView(LoginRequiredMixin, View):
|
||||
return render(
|
||||
request,
|
||||
"saml/sp/sso_single_logout.html",
|
||||
{"idp_logout_url": source.slo_url,},
|
||||
{"idp_logout_url": source.slo_url},
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user