We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8399c9 commit 842c30aCopy full SHA for 842c30a
djangosaml2/views.py
@@ -155,7 +155,7 @@ def get_next_path(self, request: HttpRequest) -> str:
155
def unknown_idp(self, request, idp):
156
msg = f"Error: IdP EntityID {escape(idp)} was not found in metadata"
157
logger.error(msg)
158
- return HttpResponse(msg.format("Please contact technical support."), status=403)
+ return HttpResponse(msg, status=403)
159
160
def load_sso_kwargs_scoping(self, sso_kwargs):
161
"""Performs IdP Scoping if scoping param is present."""
0 commit comments