Skip to content

Commit 1bb373c

Browse files
committed
UY-1510, UY-1511 CR-1297 fix saml
1 parent c20c650 commit 1bb373c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saml/src/main/java/pl/edu/icm/unity/saml/idp/web/SamlIdPWebView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ private void showActiveValueSelectionScreen(ActiveValueSelectionConfig config)
263263
config.remainingAttributes,
264264
SAML_CONSENT_DECIDER_SERVLET_PATH,
265265
this::onDecline,
266-
(a, fa) -> gotoConsentStage(a));
266+
(selectionResult) -> gotoConsentStage(selectionResult.allAttributes()));
267267
getContent().removeAll();
268268
getContent().add(valueSelectionScreen);
269269
}

0 commit comments

Comments
 (0)