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

Allow configurable HTTP client for oauth2-client flows #5601

Closed
4 of 5 tasks
jgrandja opened this issue Jul 30, 2018 · 1 comment
Closed
4 of 5 tasks

Allow configurable HTTP client for oauth2-client flows #5601

jgrandja opened this issue Jul 30, 2018 · 1 comment
Assignees
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: enhancement A general enhancement
Milestone

Comments

@jgrandja
Copy link
Contributor

jgrandja commented Jul 30, 2018

We need to provide the capability for user's to configure the underlying HTTP client used in the various oauth2-client flows. For example, the user may need to set custom parameters and/or headers in the request to the /oauth2/token endpoint.

Providing a setRestOperations(restOperations) method in the classes that implement the specific oauth2-client flows should meet this requirement.

The tasks below compromise the oauth2-client flows:

@jgrandja
Copy link
Contributor Author

Closing this as all tasks but except #5607 are resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants