Created a Swagger UI for APIs and wanted to expose the APIs using this Swagger(Means the app doesn't have any other UI set up other than this Swagger). Swagger has been configured for OAuth2 ClientCredential flow and it's token url is https://{{domain}}.okta.com/oauth2/{{OAuthServrID}}/v1/token, but while Authorizing, getting the below error {error: invalid_client, description: Browser requests to the token endpoint must use Proof Key for Code Exchange}
I have seen few post regarding this issue like Okta introduced this requirement to prevent the client credentials flow from being used in web browsers. But is there a solution or workaround for this ?