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

Create OAuth Client Credentials Supplier #480

Open
ryber opened this issue Jul 14, 2023 · 0 comments
Open

Create OAuth Client Credentials Supplier #480

ryber opened this issue Jul 14, 2023 · 0 comments
Labels
Feature Request Valid feature request to add to the backlog

Comments

@ryber
Copy link
Collaborator

ryber commented Jul 14, 2023

Is your feature request related to a problem? Please describe.
APIs often require oAuth bearer tokens. One popular pattern are client credentials. These tokens are easy to get but must be managed and kept fresh without bombarding the identity provider with requests.

Describe the solution you'd like
A config option to maintain a client credential oauth token as specified in https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/

Such a supplier should:

  • Store the token somewhere:
    • In memory
    • Somewhere else provided by the client (like a distributed cache or database)
  • Keep the token refreshed based on its expiration
@ryber ryber added the Feature Request Valid feature request to add to the backlog label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Valid feature request to add to the backlog
Projects
None yet
Development

No branches or pull requests

1 participant