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

Configuration metadata for clientRegistrationId is missing/wrong #811

Closed
xnart opened this issue Dec 26, 2022 · 1 comment
Closed

Configuration metadata for clientRegistrationId is missing/wrong #811

xnart opened this issue Dec 26, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@xnart
Copy link

xnart commented Dec 26, 2022

Describe the bug
clientRegistrationId config value is needed by Oauth2FeignConfiguration but spring-configuration-metadata.json file has it as registrationClientId

    {
      "name": "spring.cloud.openfeign.oauth2.registrationClientId",
      "type": "java.lang.String",
      "description": "Provides a clientId to be used with OAuth2.",
      "defaultValue": ""
    }

Sample
It confused me, one of them should be replaced in my opinion.

@OlgaMaciaszek OlgaMaciaszek added bug Something isn't working and removed waiting-for-triage labels Mar 7, 2023
@OlgaMaciaszek OlgaMaciaszek self-assigned this Mar 7, 2023
@OlgaMaciaszek
Copy link
Collaborator

Thanks for reporting this, @xnart. That's right. Will fix it.

@OlgaMaciaszek OlgaMaciaszek added this to the 4.0.2 milestone Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: Done
Development

No branches or pull requests

3 participants