Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Apr 26, 2024
Merged

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

merged 4 commits into from
Apr 26, 2024

Conversation

jimmyjames
Copy link
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
7 checks passed
@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.

None yet

2 participants