Skip to content

Commit 8e37571

Browse files
committed
HTTP-Redirect with optional signed authn requests
1 parent 9cbf612 commit 8e37571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangosaml2/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def get(self, request, *args, **kwargs):
205205
kwargs["sigalg"] = sig_alg_option_map[sig_alg_option]
206206
session_id, result = client.prepare_for_authenticate(
207207
entityid=selected_idp, relay_state=next_path,
208-
binding=binding, sign=False, nsprefix=nsprefix,
208+
binding=binding, sign=sign_requests, nsprefix=nsprefix,
209209
**kwargs)
210210
except TypeError as e:
211211
logger.error('Unable to know which IdP to use')

0 commit comments

Comments
 (0)