Skip to content

Commit 8a5d0ce

Browse files
committed
carry the proxy through as authenticationauthority
1 parent e7e6f5a commit 8a5d0ce

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)