DocsTeam
(Docs Team)
June 5, 2024, 4:08pm
1
To have customized headers as a part of the access token generation request, add the oauth_headers attribute as follows:
This is the companion discussion topic for the documentation at https://documentation.sailpoint.com/connectors/identityiq/webservices/help/integrating_webservices/additional_configuration_parameters_for_oauth2.html
There is an error in the documentation of the parameter oauth_body_attrs_to_exclude
.
An example of the attribute entry is:
<entry key="oauth_body_attrs_to_exclude">
<value>
<Map>
<entry key="oauth_body_attrs_to_exclude" value="customParamKey1,customParamKey2"/>
</Map>
</value>
</entry>
But the correct entry would be:
<entry key="oauth_body_attrs_to_exclude" value="customParamKey1,customParamKey2"/>
Hi @anna_doukmak , yes, that’s right. The correct entry is,
<entry key="oauth_body_attrs_to_exclude" value="customParamKey1,customParamKey2"/>
The documentation needs to be corrected here.
++ @ryan_mccall
Thanks!
joshb488
(Joshua Bergeron)
July 10, 2024, 5:57pm
6
Hi @anna_doukmak ! Thank you for your input. We’ve created a Jira issue to track the effort and we’ll update the comment thread when it’s been addressed: CONDOCS-4200
joshb488
(Joshua Bergeron)
July 25, 2024, 3:17pm
7
This fix has been made. Thank you.