Skip to content

[SDK-4763] - RIch Authorization Request (RAR)#637

Merged
jimmyjames merged 4 commits intomasterfrom
feat/rar
Apr 26, 2024
Merged

[SDK-4763] - RIch Authorization Request (RAR)#637
jimmyjames merged 4 commits intomasterfrom
feat/rar

Conversation

@jimmyjames
Copy link
Copy Markdown
Contributor

Changes

Adds support for Rich Authorization Requests (RAR) to the /par endpoint.

Two new public methods have been added to AuthAPI. Both methods accept a list of maps, which will be serialized to url-form-encoded json.

  • public Request<PushedAuthorizationResponse> pushedAuthorizationRequest(String redirectUri, String responseType, Map<String, String> params, List<Map<String, Object>> authorizationDetails)
  • public Request<PushedAuthorizationResponse> pushedAuthorizationRequestWithJAR(String request, List<Map<String, Object>> authorizationDetails)

References

@jimmyjames jimmyjames marked this pull request as ready for review April 25, 2024 15:11
@jimmyjames jimmyjames requested a review from a team as a code owner April 25, 2024 15:11
@jimmyjames jimmyjames marked this pull request as draft April 25, 2024 19:40
@jimmyjames jimmyjames marked this pull request as ready for review April 25, 2024 22:38
@jimmyjames jimmyjames merged commit 2189e29 into master Apr 26, 2024
@jimmyjames jimmyjames deleted the feat/rar branch April 26, 2024 19:09
@jimmyjames jimmyjames mentioned this pull request Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants