cloudfoundry / cloudfoundry/cf-java-client
Feature: Add missing client property allowpublic
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 334
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
As a cloud foundry platform provider in order to offer a service to create uaa clients with flag allowpublic set to true using the cf-java-client library I require it to be able to manage that flag for uaa clients.
The flag is needed to use the authentication_code flow with PKCE omitting the client secret. This in turn is required when using swagger ui for api testing.
Contributor guide
No contributing guide indexed for this repository
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 tracing how the cf-java-client library represents and manages UAA clients, then locate the existing client-property handling for the allowpublic flag. Done means callers can create or manage UAA clients with allowpublic set to true for authentication_code flow with PKCE.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, authentication, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100