Skip to content

Commit

Permalink
addedd sunbird related configution in application-local
Browse files Browse the repository at this point in the history
Signed-off-by: Mohd Kaif Siddique <[email protected]>
  • Loading branch information
kaifk468 committed Jan 30, 2024
1 parent 5f17e65 commit ce85c76
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ public List<List<AuthenticationFactor>> getAuthFactors(String[] authContextClass
Map<String, List<AuthenticationFactor>> amr_mappings = getAllAMRs();
Map<String, List<String>> acr_amr_mappings = getAllACR_AMR_Mapping();

log.info("amr_mappings values {}",amr_mappings);
log.info("acr_amr_mappings values {}",acr_amr_mappings);
log.info("authContextReff values {}",authContextClassRefs);
List<List<AuthenticationFactor>> result = new ArrayList<>();
for(String acr : authContextClassRefs) {
List<String> authFactorNames = acr_amr_mappings.getOrDefault(acr, Collections.emptyList());
Expand Down

0 comments on commit ce85c76

Please sign in to comment.