Current issue
When configuring an OAS 3.0 spec and setting the security scheme to OAuth 2 the authentication doesn't work and get an invalid redirect_uri (oauth2-redirect.html).
The Authorization code flow can't be implemented.
Desired state
It should be possible to configure any OAuth flows in the Active Docs of the Developer portal.
More context
There is a KCS that explains how to configure flows requiring a redirect URL. The current workaround is to create a page through CMS with the contents provided by swagger-ui - https://raw.githubusercontent.com/swagger-api/swagger-ui/refs/tags/v5.12.3/dist/oauth2-redirect.html and configure this page as a valid redirect URL on the auth provider.