Skip to content

Commit

Permalink
bump to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumimku committed Jan 23, 2025
1 parent c1392c1 commit 5727904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@

import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;

import javax.servlet.http.HttpServletRequest;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,10 @@ public Object[][] hybridFlowValidationDataProvider() {

// Hybrid flow enabled but configured response type is different than requested.
{true, "code id_token token", "code token",
false, OAuth2ErrorCodes.INVALID_CLIENT, "Requested response type code token is not " +
"configured for the hybrid flow for the application."},
false, OAuth2ErrorCodes.INVALID_CLIENT, "invalid.response.type.for.hybrid.flow"},

{true, "code id_token token, code id_token", "code token",
false, OAuth2ErrorCodes.INVALID_CLIENT, "Requested response type code token is not " +
"configured for the hybrid flow for the application."}
false, OAuth2ErrorCodes.INVALID_CLIENT, "invalid.response.type.for.hybrid.flow"}
};
}

Expand Down

0 comments on commit 5727904

Please sign in to comment.