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/v1/{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 2024-11-12 UTC."],[[["This endpoint adds an IdpCredential, allowing up to two credentials per InboundSamlSsoProfile."],["The request URL structure is `POST https://cloudidentity.googleapis.com/v1/{parent=inboundSamlSsoProfiles/*}/idpCredentials:add`, and it uses gRPC Transcoding."],["The request body requires PEM-encoded x509 certificate data to verify IdP signatures, using the `pemData` field."],["If Multi-party approval is enabled, the `Operation` will show `\"done\": false` and `\"state\": \"awaiting-multi-party-approval\"` in the response metadata."],["The request needs to include at least one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-identity.inboundsso`, `https://www.googleapis.com/auth/cloud-identity`, `https://www.googleapis.com/auth/cloud-platform`."]]],[]]