Browse Source

IP restrict access to NGINX

pull/160/head
Mike Olund 8 years ago
parent
commit
ff0a415171
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      edivorce/apps/core/middleware/bceid_middleware.py

+ 0
- 2
edivorce/apps/core/middleware/bceid_middleware.py View File

@ -24,8 +24,6 @@ class BceidMiddleware(object):
# 1. Real BCeID user / logged in
# todo: Make sure the request is coming from the justice proxy (via IP/host check)
request.bceid_user = BceidUser(
guid=request.META.get('HTTP_SM_USERDN', ''),
is_authenticated=True,


Loading…
Cancel
Save