
PratikS.64009 (Customer) asked a question.
Hi Okta Developer Team,
I am doing Okta Integration with API and I am trying with below sample web api project for .Net 4.x:-
samples-aspnet/resource-server at master · okta/samples-aspnet · GitHub
I am getting token from Postman but I am getting unauthorized response from API calls in project. My domain value and other configuration is good. Please help me resolve this issue.
Thanks,
Pratik

Hello @PratikS.64009 (Customer)
I hope you are having a great day
In this scenario I suggest you verify and confirm if the postman integration has been done properly, you can check the process in the following link: https://developer.okta.com/code/rest/#find-ids-for-okta-api-requests
If you need further assistance you can also feel free to post this question on our Okta Developer Forums: https://devforum.okta.com this is a place for the Okta developer community to interact
Have a great day ahead
Regards
Henry Esquivel
Okta Inc
Hi Henry,
Thanks for your reply.
My postman call are working fine with Token. Please find below screen shot,
I have issue with sample web api project and doing integration with our client okta app.
My issue is resolved now. My client okta app needs to add Default authorisation policy and that resolved my issue with API integration.