File tree Expand file tree Collapse file tree
myconext-server/src/main/java/myconext/security Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -852,13 +852,13 @@ private List<String> eduPersonAssurances(User user) {
852852 //we do not send the IdP original assurances to the SP
853853 List <String > eduPersonAssurances = new ArrayList <>();
854854 if (!linkedAccounts .isEmpty ()) {
855- if (eduPersonAssuranceIdP .stream ().noneMatch (ass -> ass .startsWith ("https://refeds.org/assurance/IAP /" ))) {
855+ if (eduPersonAssuranceIdP .stream ().noneMatch (ass -> ass .startsWith ("https://refeds.org/assurance/iap /" ))) {
856856 eduPersonAssurances .add ("https://refeds.org/assurance/IAP/medium" );
857857 eduPersonAssurances .add ("https://eduid.nl/validated/institution" );
858- } else if (eduPersonAssuranceIdP .stream ().anyMatch (ass -> ass .equals ("https://refeds.org/assurance/IAP /medium" ))) {
858+ } else if (eduPersonAssuranceIdP .stream ().anyMatch (ass -> ass .equals ("https://refeds.org/assurance/iap /medium" ))) {
859859 eduPersonAssurances .add ("https://refeds.org/assurance/IAP/medium" );
860860 eduPersonAssurances .add ("https://eduid.nl/validated/institution" );
861- } else if (eduPersonAssuranceIdP .stream ().anyMatch (ass -> ass .equals ("https://refeds.org/assurance/IAP /high" ))) {
861+ } else if (eduPersonAssuranceIdP .stream ().anyMatch (ass -> ass .equals ("https://refeds.org/assurance/iap /high" ))) {
862862 eduPersonAssurances .add ("https://refeds.org/assurance/IAP/medium" );
863863 eduPersonAssurances .add ("https://refeds.org/assurance/IAP/high" );
864864 eduPersonAssurances .add ("https://eduid.nl/validated/institution" );
You can’t perform that action at this time.
0 commit comments