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 c20c650 commit 1bb373cCopy full SHA for 1bb373c
saml/src/main/java/pl/edu/icm/unity/saml/idp/web/SamlIdPWebView.java
@@ -263,7 +263,7 @@ private void showActiveValueSelectionScreen(ActiveValueSelectionConfig config)
263
config.remainingAttributes,
264
SAML_CONSENT_DECIDER_SERVLET_PATH,
265
this::onDecline,
266
- (a, fa) -> gotoConsentStage(a));
+ (selectionResult) -> gotoConsentStage(selectionResult.allAttributes()));
267
getContent().removeAll();
268
getContent().add(valueSelectionScreen);
269
}
0 commit comments