HydrologicEngineeringCenter / HydrologicEngineeringCenter/cwms-data-api-client
OAuth*Provider should provide list of supported Flows
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 8
- Forks
- 12
- Avg merge
- 2h 44m
- Merged PRs (30d)
- 3
Description
Whether manually configured, or configured through an OpenID Connect well-known configuration there are limit well defined flows.
OAuth providers, instead of assuming a specific flow should allow any defined/supported flow to be used.
NOTE: direct_grant = Resource Owner Password Credentials (however, we ignore the username/password fields as we connect with mTLS [e.g. CAC])
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the OAuth*Provider implementation and the paths that load OpenID Connect well-known configuration or manual provider settings. Trace how supported flows are currently selected, including direct_grant with mTLS, and define done as exposing and permitting every configured or discovered supported flow rather than assuming one specific flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100