Hi, I’m trying to setup the generic service desk connector to work with Ivanti service desk.
This issue is with the Authorization options in Ivanti.
Ivanti has limited methods for Authorization. There are 3 methods supported:
- They call the 1st OIDC but it isn’t. Its a custom endpoint to generate a JWT.
- Session key - Same as the custom login endpoint but generates a session key
- API key. this one is most promising.
To use the API key the Authorization header needs to look like.
authorization: “rest_api_key=45EC8381598D438DAC5E53DD10BAD333”
Is there a way to get the generic service desk connector to send the authorization header like this.
Here is the public docs for Ivanti APIs for reference. Using the REST API Key
Thanks