We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba1133 commit 71e3bb9Copy full SHA for 71e3bb9
1 file changed
test/response_test.rb
@@ -395,6 +395,8 @@ class RubySamlTest < Minitest::Test
395
response_without_reference_uri.settings = settings
396
assert response_without_reference_uri.is_valid?
397
assert_empty response.errors
398
+ assert_empty response_without_reference_uri.errors
399
+ assert 'saml@user.com', response.attributes['http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress']
400
end
401
402
0 commit comments