---
title: "Update TrustedIDP"
method: PUT
path: "/api/v1/inbound-saml/trusted-idp/{remoteIdpHost}"
---

# Update TrustedIDP

`PUT /api/v1/inbound-saml/trusted-idp/{remoteIdpHost}`

Update a TrustedIDP

## Path parameters

- `remoteIdpHost` string, required

## Request body

- TrustedIDPApi
  - `remoteIdp` RemoteIdp
    - `id` string
    - `name` string
    - `host` string
    - `signingCertificates` string[]
    - `supportedSingleSignOnServices` SingleSignOnServices[]
      - `binding` string
      - `location` string
  - `selectedSingleSignOnService` SingleSignOnServices
    - `binding` string
    - `location` string

## Response `200`

Success

- TrustedIDPApi
  - `remoteIdp` RemoteIdp
    - `id` string
    - `name` string
    - `host` string
    - `signingCertificates` string[]
    - `supportedSingleSignOnServices` SingleSignOnServices[]
      - `binding` string
      - `location` string
  - `selectedSingleSignOnService` SingleSignOnServices
    - `binding` string
    - `location` string

## Other responses

- `404` — Resource not Found
- `500` — Server error

---

[API](https://skmtc.net/gluufederation/apis/oxtrust-api.md) · [All operations](https://skmtc.net/gluufederation/apis/oxtrust-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gluufederation/oxtrust-api/revisions/283dde2d4ad4/schema)
