You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -413,7 +418,8 @@ class RubySamlTest < Minitest::Test
413
418
settings.issuer='invalid'
414
419
response_valid_signed.settings=settings
415
420
response_valid_signed.is_valid?
416
-
assert_includesresponse_valid_signed.errors,"#{response_valid_signed.settings.issuer} is not a valid audience for this Response - Valid audiences: https://someone.example.com/audience"
assert_includesresponse_invalid_subjectconfirmation_recipient.errors,"invalid is not a valid audience for this Response - Valid audiences: http://stuff.com/endpoints/metadata.php"
assert_includesresponse_invalid_audience.errors,"#{response_invalid_audience.settings.issuer} is not a valid audience for this Response - Valid audiences: http://invalid.audience.com"
0 commit comments