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
Copy file name to clipboardExpand all lines: src/OpenConext/EngineBlockFunctionalTestingBundle/Features/Stepup.feature
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -280,3 +280,14 @@ Feature:
280
280
And I pass through EngineBlock
281
281
And I pass through the IdP
282
282
Then the received AuthnRequest should not match xpath '/samlp:AuthnRequest/samlp:Extensions/gssp:UserAttributes/saml:Attribute[@Name="urn:mace:dir:attribute-def:mail"]/saml:AttributeValue[text()="j.doe@institution-a.example.org"]'
283
+
284
+
Scenario: Stepup authentication should pass user attributes when configured even if an ARP is configured
285
+
Given feature "eb.stepup.send_user_attributes" is enabled
286
+
And the IdP "SSO-IdP" sends attribute "urn:mace:dir:attribute-def:mail" with value "j.doe@institution-a.example.org"
287
+
And SP "SSO-SP" requests LoA "http://dev.openconext.local/assurance/loa3"
288
+
And SP "SSO-SP" allows no attributes
289
+
When I log in at "SSO-SP"
290
+
And I select "SSO-IdP" on the WAYF
291
+
And I pass through EngineBlock
292
+
And I pass through the IdP
293
+
Then the received AuthnRequest should match xpath '/samlp:AuthnRequest/samlp:Extensions/gssp:UserAttributes/saml:Attribute[@Name="urn:mace:dir:attribute-def:mail"]/saml:AttributeValue[text()="j.doe@institution-a.example.org"]'
0 commit comments