I’m currently trying to test the OAuth 2.0 (non-OIDC) token endpoint using the Basic Authentication method versus the POST.
When I have it set to Basic Auth in Auth0, it’s still successfully accepting POST requests to this endpoint, while I’m expecting it to fail.
Would appreciate any insight or documentation I can reference!