Closed xnart closed 1 year ago
Describe the bug clientRegistrationId config value is needed by Oauth2FeignConfiguration but spring-configuration-metadata.json file has it as registrationClientId
clientRegistrationId
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.
Thanks for reporting this, @xnart. That's right. Will fix it.
Describe the bug
clientRegistrationId
config value is needed by Oauth2FeignConfiguration but spring-configuration-metadata.json file has it asregistrationClientId
Sample It confused me, one of them should be replaced in my opinion.