Skip to Main Content

Intelligent Advisor

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!

Getting 401 unauthorised error when accessing custom web service.

Hi,
Can idea about below issue.
I am getting token by using OAuth and also validating the OAuth token.
Fetching the token and validating the token is working fine.
We are configured OAM for this process.
When I send the token in headers to the REST API web services, I get 401 unauthorized error.
10.4.2 401 Unauthorized
The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.46) containing a challenge applicable to the requested resource. The client MAY repeat the request with a suitable Authorization header field (section 14.8). If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials. If the 401 response contains the same challenge as the prior response, and the user agent has already attempted authentication at least once, then the user SHOULD be presented the entity that was given in the response, since that entity MAY include relevant diagnostic information. HTTP access authentication is explained in section 11.

Comments
Post Details
Added on Sep 23 2022
9 comments
4,000 views