You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
springdoc.swagger-ui.oauth.additionalQueryStringParams configuration parameter now is a list. But swagger ui specifies that it must be an object https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/oauth2.md
Currently it is not possible to configure additional query parameters in format key=value. Serialization of a list creates unexpected query parameters, like 0=key.
The text was updated successfully, but these errors were encountered:
springdoc.swagger-ui.oauth.additionalQueryStringParams configuration parameter now is a list. But swagger ui specifies that it must be an object https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/oauth2.md
Currently it is not possible to configure additional query parameters in format key=value. Serialization of a list creates unexpected query parameters, like 0=key.
The text was updated successfully, but these errors were encountered: