Reputation: 12694
I am trying this guide.
What should I put in the Introspection Endpoint
? this is the phase when I have the Access Token
and I need to request the resource
Or how to find the configuration of the introspection endpoint and why is it even asking for that endpoint?
Upvotes: 1
Views: 360
Reputation: 12513
I think you are using master branch of product-is
git repo. If you're using IS 5.2.0, you should use that branch. 5.2.0 branch should not have such an endpoint. As mentioned here, change the branch to v5.2.0 after you clone samples in the git repo.
git checkout -b v5.2.0 v5.2.0
https://docs.wso2.com/display/IS520/Downloading+a+Sample
Upvotes: 1