Skip to content

Commit

Permalink
Merge pull request #1220 from JanssenProject/jans-auth-server-1208
Browse files Browse the repository at this point in the history
feat(jans-auth-server): added authzrequest abstraction
  • Loading branch information
yuriyz authored Apr 20, 2022
2 parents f64462b + 58c5336 commit 1368dfa
Show file tree
Hide file tree
Showing 3 changed files with 557 additions and 238 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ Response requestAuthorizationPost(
@QueryParam("code_challenge_method") String codeChallengeMethod,
@QueryParam(AuthorizeRequestParam.CUSTOM_RESPONSE_HEADERS) String customResponseHeaders,
@QueryParam("claims") String claims,
@QueryParam("auth_req_id") String authReqId,
@Context HttpServletRequest httpRequest,
@Context HttpServletResponse httpResponse,
@Context SecurityContext securityContext);
Expand Down
Loading

0 comments on commit 1368dfa

Please sign in to comment.