I am currently using: Sailpoint IdentityIQ 8.3
I am facing problems while trying to obtain an authentication token, I have tried setting the following parameters in settings:
- Access Token Authentication Scope : access_as_user
- Access Token Authentication Audience : /iiq/api
- Access Token Authentication Issuers : https://iiq.company.com/identityiq/oauth2
- Correlation Variable : client_id
curl --location -k ‘https://iiq.company.com/identityiq/oauth2/token’
–header ‘Content-Type: application/x-www-form-urlencoded’
–header ‘Accept: application/json’
–header ‘Authorization: Basic client_id:client_secret’
Above you can see the call I am trying to do and I am getting either a HTTP CODE 405 or a timeout.
The main goal here is to develop a plugin exposing some API calls to integrate IIQ with a ticketing application, so my organization has decided to authenticate using Oauth2.0 in order to use these API.
Scim API is discarded because it isn’t possible to limit the scope as you could in a plugin.
If someone has ever used this kind of authentication with similar purposes I’d be happy to know how it can be done properly.
Thanks a lot.
