diff options
| author | Nathan Kinder <nkinder@redhat.com> | 2015-03-16 21:58:10 -0700 |
|---|---|---|
| committer | Nathan Kinder <nkinder@redhat.com> | 2015-03-20 07:57:46 -0700 |
| commit | 0562d486c6906bbba909bddf1326a9ed497b4443 (patch) | |
| tree | ba8948711a8f9f2694f54158e12353c757b71c7c /ipsilon/providers/saml2/auth.py | |
| parent | 83ec7148841303516fe31e76116b70c8a5f73aab (diff) | |
Mapped Attrs - WIPticket_25
Diffstat (limited to 'ipsilon/providers/saml2/auth.py')
| -rw-r--r-- | ipsilon/providers/saml2/auth.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipsilon/providers/saml2/auth.py b/ipsilon/providers/saml2/auth.py index f5e8f0f..e3fcb48 100644 --- a/ipsilon/providers/saml2/auth.py +++ b/ipsilon/providers/saml2/auth.py @@ -202,6 +202,7 @@ class AuthenticateRequest(ProviderPageBase): raise AuthenticationError("Unavailable Name ID type", lasso.SAML2_STATUS_CODE_AUTHN_FAILED) + # NGK(TODO) - get and apply SP specific policies here # Check attribute policy and perform mapping and filtering policy = Policy(self.cfg.default_attribute_mapping, self.cfg.default_allowed_attributes) |
