Oauth Access token with public/private key approach

Hi Team,

I am trying to Hit a post request from postman to get the access token, this is the below request i invoked, got the following error msg : The client_assertion signature is invalid:

My Jwt looks like this:

Note: For the confidentiality, provided dummy values for kid, iss, sub

Hi @kesava,

Can you check and make sure you’ve done this portion of the process for your Service App? Implement OAuth for Okta with a service app | Okta Developer

In particular, please double check that the public key you generated has been added into the Service App. You can also generate it in the admin console using the process below the above one. Let me know if that helps!