Skip to content

Commit 993ea5f

Browse files
committed
better wording
1 parent 89d21f0 commit 993ea5f

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
@@ -217,7 +217,7 @@ def assertion_consumer_service(request,
217217
logger.error('MissingKey error in ACS')
218218
return HttpResponseForbidden(
219219
"The Identity Provider is not configured correctly: "
220-
"certificate key missing")
220+
"the certificate key is missing")
221221
if response is None:
222222
logger.error('SAML response is None')
223223
return HttpResponseBadRequest(

0 commit comments

Comments
 (0)