I want to test the "Third-party applications" access using Postman.
When trying to obtain an OAuth token I am receiving a '404 Not Found' from Foundry. I suspect that I've configured the wrong URLs for the OAuth2 endpoints.
From reading the documentation
https://<foundryhost.com>/workspace/documentation/product/foundry-backend/security-api#oauth2-api-endpoints
I put together the following 2 endpoints:
- Auth URL:
https://<foundryhost.com>/api/oauth2/authorize
- Access Token URL:
https://<foundryhost.com>/api/oauth2/token
Are those correct or am I missing something?