We have an app in GCP. We are exposing its SCIM API via GCP API Gateway.
When reviewing the GCP API Gateway auth methods it uses the JWT.
Has anyone successfully got their apps using this method connected as a source in ISC using either Web Service or SCIM 2.0 connectors without having to do any before rules?
I now keep hitting an error where it states -
Exception occurred in Test Connection. Error: Error extracting private key, please check password and data.Unable to create key pair
I know my private key is correct and the password as its been tested in OpenSSL.
SailPoint can work with an Application exposed through GCP API Gateway, provided the gateway exposes standard REST/SCIM endpoints and supports a SP compatible authentication method (OAuth 2.0, client credentials, JWT etc).
Use a webservices or SCIM 2.0 connector and point it to the API Gateway URL. The gateway is treated as the API endpoint’; SP does not require native “GCP API Gateway support.”
configure authentication at the gateway and ensure required endpoints are reachable by SailPoint.