Currently the Swagger UI JS uses non-standard values for the allowed OAuth2 flow grant types (accessCode, authorizationCode, clientCredentials, etc.), instead of the OAuth2 standards of authorization_code, client_credentials, etc.
Please document the fact that the grant names must be Camel Cased in the api_platform.yaml config file, or change the Symfony Bridge so that it will automatically camel case the oauth.flow value read in from the api_platform.yaml config file.
Currently the Swagger UI JS uses non-standard values for the allowed OAuth2 flow grant types (
accessCode,authorizationCode,clientCredentials, etc.), instead of the OAuth2 standards ofauthorization_code,client_credentials, etc.Please document the fact that the grant names must be Camel Cased in the
api_platform.yamlconfig file, or change the Symfony Bridge so that it will automatically camel case theoauth.flowvalue read in from theapi_platform.yamlconfig file.