Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bypass value in sub_org_idp param as fidp to sub org
Browse files Browse the repository at this point in the history
AnuradhaSK committed Oct 12, 2024
1 parent fc5ca7f commit 30c28df
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -700,6 +700,9 @@ private String getQueryParams(AuthenticationContext context, ClaimMapping[] clai
paramBuilder.append(AMPERSAND_SIGN).append(Constants.RESPONSE_MODE).append(EQUAL_SIGN)
.append(Constants.DIRECT);
}

paramBuilder.append(AMPERSAND_SIGN).append("fidp").append(EQUAL_SIGN).append("${sub_org_idp}");

return paramBuilder.toString();
}

0 comments on commit 30c28df

Please sign in to comment.