
AmihaiH.10038 (Customer) asked a question.
Hello,
I created a simple app in my Okta dev environment. I want this one to comply oauth2.0 policy.
I tried to follow the instructions in order to get a successful response when running oauth2/default/v1/introspect in postman. I included the client id and the client secret in the call via postman.
Somehow I'm getting that the token is active false.
Is there something that I need to specify in my app for tokens with oauth2.0?
Is there something that I need to set in my app in general for oauth2.0?
How can I make the token retrieved to be active true and valid?

You might have to remove "/default" from your call. See the following old post.
https://devforum.okta.com/t/introspect-api-always-return-active-false-for-validating-access-token/2266
I saw this thread and tried it, but it didn't work for me. I got the same response. Looks like I'm missing something in my Okta app configuration.