I have created app using steps mentioned at :
App is created successfully but app doesn’t have client secret when I check that on okta dashboard.
Now I followed the steps mentioned at https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/get-access-token/
it fails with following error:
Error:
{
“error”: “invalid_client”,
“error_description”: “The issuer and subject claim for client_assertion is invalid because the client does not have a client secret.”
}