SCIM 2.0 connectvity is failing with 401 Error

Which IIQ version are you inquiring about?

Version 8.4

Share all details related to your problem, including any error messages you may have received.

Hi Team,

I am facing the connectvity issue with one of the SCIM application. I am passing the valid token and also sending the additional request headers in below format. But i am getting the bellow error.

Test Connection Failed : java.io.IOException: HTTP/1.1 401 Unauthorized : Please check OAuth2 Token

Additional request header format which i am sending

<entry key="oauth_headers">
    <value>
        <Map>
            <entry key="keyname" value="keyvalue"/>
        </Map>
    </value>
</entry>

Please suggest me if any configuration i am missing here. From postman it is working with same configuration.

Hi Naga,
It’s kind of hard to say without details, you would need to provide us some more details - it would be perfect to see the app xml but also what target application you are trying to connect.

@nabolla2 sometimes PostMan puts default values, like Content-Type, Accept, Content-Length, etc…
Also as mentioned by @kjakubiak if you can shed more light to be able to support :slight_smile:

It could be permission issue .

HI All,

Thank you for your reply. I am suspecting the along with the bearer token , the extra token is not going to target and that is where it is failing because it was not able to authenticated with extra permission. I will share the app xml soon.

Regards,
NagaPrasad

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.