APEX - ORDS - OAuth - Client Credential
Summary
APEX - ORDS - OAuth - Client CredentialContent
Hi Experts,
I have created DBaaS Instance and using the ORDS feature in Application Express. I can able to use GET, POST, PUT & DELETE methods without Authentication, I am trying to Create OAuth Security for my REST Service.
1. Created Role. (Ex: TEST_ROLE)
2. Created Privilege and granted privilege for the above created role. (Ex: TEST_PRIV)
3. Create Client (Ex: TEST_CLIENT)
4. Grant Client Role.
To get the Token using the link, I am using https://MyDBaaSCloudPublicIP/ords/DBAlias/oauth/token. I am getting 405 or 404 error.
How to access Oauth to get token using REST from SOAP UI.
0