Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Set up token endpoint that accepts the credentials in the body?

Paul JorstadJun 3 2024

As far as I know and have tested, the token endoint I've set up in Oracle Cloud, accepts only the credentials in the header (Client Credentials method). If I send it in the body, I get a 401 (unauthorized) back. Our third part applications can only send token requests with the credentials in the body, hence I'm not able to get a token from Oracle Cloud. So - is it possible to set up an Oauth2 client in Oracle Cloud that accepts the credentials in the body?

Comments
Post Details
Added on Jun 3 2024
6 comments
288 views