API Platform version(s) affected: 4.3.8
Description
After trying to login via Swagger UI OAuth2 authorization code flow, Swagger UI redirects to:
/bundles/apiplatform/swagger-ui/oauth2-redirect.html
This file contains:
<script src="oauth2-redirect.js"></script>
But oauth2-redirect.js is not present in:
vendor/api-platform/symfony/Bundle/Resources/public/swagger-ui/
Result:
GET /bundles/apiplatform/swagger-ui/oauth2-redirect.js 404
OAuth2 authorization code flow cannot complete in Swagger UI.
API Platform version(s) affected: 4.3.8
Description
After trying to login via Swagger UI OAuth2 authorization code flow, Swagger UI redirects to:
This file contains:
But oauth2-redirect.js is not present in:
vendor/api-platform/symfony/Bundle/Resources/public/swagger-ui/
Result:
GET /bundles/apiplatform/swagger-ui/oauth2-redirect.js 404
OAuth2 authorization code flow cannot complete in Swagger UI.