Authentication of ERP seeded rest api's with Oauth2.0
Summary
when the ERP rest api is invoked by any third party then this invocation should be secured by Oauth2.0Content
When ERP seeded rest api's are invoked from any 3rd party[eg: POSTMAN] client, authentication is mandatory. The basic authentication is to provide ERP username and password. Instead of using basic authentication, requirement is to use Oauth2.0 token while invoking erp api . So, what configurations are needed in ERP to generate Oauth token and use it while invocation?
Version
11.12.1.0.00