cancel
Showing results for 
Search instead for 
Did you mean: 

OAuth 2.0 Access tooken with plain HTTP Reciever

former_member556412
Active Participant
0 Kudos

Hi ,

We are trying to make connection to a third party vai OAuth 2.0 Standard for Authorization.We need to Obtain an Access token Via oAuth Grants and we are using Client credential grant principle.

The client authenticates with the authorization server and requests an access token from the token endpoint.

The authorization server authenticates the client, and if valid issues an access token.

I am using plain HTTP Reciever adapter to achieve this with few specific header fileds. We are provided the client ID and Client Secret which can be used as User id and password for Basic authentication.

But when ever i am trying to make a connection with the Server i get the error as

HTTP client code 405 reason ICM_HTTP_INTERNAL_ERROR. But the same works fine when i use the DEV HTTP Client of Google chrome for posting the request.

One more issue that i face on directly using the url in IE or chrome it throws

HTTP ERROR 405

Problem accessing /as/token.oauth2. Reason:

    Method Not Allowed

.

I am now worried if we can really use plain HTTP receiver to achieve this.

Please provide some pointer to the issue.

Br,

Bhanu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member556412
Active Participant
0 Kudos

There was a proxy server issue , we were able to solve it with the help of network team.