Stay organized with collections
Save and categorize content based on your preferences.
Adds an IdpCredential. Up to 2 credentials are allowed.
When the target customer has enabled Multi-party approval for sensitive actions, the Operation in the response will have "done": false, it will not have a response, and the metadata will have "state": "awaiting-multi-party-approval".
HTTP request
POST https://cloudidentity.googleapis.com/v1beta1/{parent=inboundSamlSsoProfiles/*}/idpCredentials:add
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThis API call allows you to add an IdpCredential to an InboundSamlSsoProfile, with a limit of up to 2 credentials.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made via a POST request to the specified URL, which follows gRPC Transcoding syntax, and requires the \u003ccode\u003eparent\u003c/code\u003e parameter that specifies the InboundSamlSsoProfile.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should include the \u003ccode\u003epemData\u003c/code\u003e, which is a string containing a PEM-encoded x509 certificate.\u003c/p\u003e\n"],["\u003cp\u003eIf multi-party approval for sensitive actions is enabled, the operation response will indicate \u003ccode\u003e"done": false"\u003c/code\u003e and \u003ccode\u003e"state": "awaiting-multi-party-approval"\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request needs one of three specified OAuth scopes for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: inboundSamlSsoProfiles.idpCredentials.add\n\nAdds an [IdpCredential](/identity/docs/reference/rest/v1beta1/inboundSamlSsoProfiles.idpCredentials#IdpCredential). Up to 2 credentials are allowed.\n\nWhen the target customer has enabled [Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), the `Operation` in the response will have `\"done\": false`, it will not have a response, and the metadata will have `\"state\": \"awaiting-multi-party-approval\"`.\n\n### HTTP request\n\n`POST https://cloudidentity.googleapis.com/v1beta1/{parent=inboundSamlSsoProfiles/*}/idpCredentials:add`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/identity/docs/reference/rest/Shared.Types/Operation).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.inboundsso`\n- `https://www.googleapis.com/auth/cloud-identity`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]