Skip to content

Commit ca20986

Browse files
authored
Merge pull request #97 from leifj/proxy_authentication_authority
carry the original issuer through as authenticationauthority
2 parents e7e6f5a + 8a5d0ce commit ca20986

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/satosa/frontends/saml2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ def _handle_authn_response(self, context, internal_response, idp):
271271
else:
272272
auth_info["class_ref"] = internal_response.auth_info.auth_class_ref
273273

274+
auth_info["authn_auth"] = internal_response.auth_info.issuer
275+
274276
if self.custom_attribute_release:
275277
custom_release_per_idp = self.custom_attribute_release.get(internal_response.auth_info.issuer, {})
276278
custom_release = custom_release_per_idp.get(resp_args["sp_entity_id"], {})

0 commit comments

Comments
 (0)