I currently have an ASP.Net Core application with Angular. I have followed this Okta Sign-In Widget tutorial but I’m having some issues. When I login using Okta’s login credentials, my browser gets redirected to
This error usually occurs when trying to authenticate on the /token endpoint and the application is not configured to use credentials.
Through Postman, cURL or any other tool at your disposal, can you please make a GET request on /api/v1/apps/0oa25ces7erAiw8OJ357, copy the response body, modify credentials.oauthClient.token_endpoint_auth_method to “client_secret_basic” from “none” in the response and, in the end, submit the new body as a PUT request to the same endpoint?