Skip to content

Commit

Permalink
fix: syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Dec 6, 2024
1 parent 7e85347 commit ccdf54f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public void authenticate(AuthenticationFlowContext context) {

if (context.getUriInfo().getQueryParameters().containsKey(AdapterConstants.KC_IDP_HINT)) {
hintIdp = context.getUriInfo().getQueryParameters().getFirst(AdapterConstants.KC_IDP_HINT);
}

// if only one IDP is enabled or hint IDP is passed, skip the form
if (!idpContext.isEmpty() && (idpContext.size() == 1 || (hintIdp != null && !hintIdp.equals("")))) {
Expand Down

0 comments on commit ccdf54f

Please sign in to comment.