I have modified the response type with code and it didn’t work either. I am pretty new to okta. I can get sessionToken from the ‘/authn’ end point. Also tried adding session token to the request that I have made. It throws “404” again. I have added certain users to the application that I have integrated with Okta. Is there any other way that I can provide the authorization token to the users with their username and password?
Hi @akshaya if you’ve enabled the authorisation code flow, have you also enabled PKCE for your app? If so, those calls were missing the PKCE parameters. You may need to generate a code verifier, then add a code_challenge and code_challenge_method.