# Importing Identity Provider Metadata

When creating a Service Provider for ASM you will need to specify which Identity Provider to use.

### Adding an Identity Provider

To add a new identity provider:

1. Select ≡ > **Admin** > **Integration**.
2. In the Explorer pane, under **Single Sign On**, select **Identity Providers**.
3. Select the **New** icon, then complete the following details:

<table><thead><tr><th width="272">Name</th><th>Add a Display Name for the Identity Provider.</th></tr></thead><tbody><tr><td>Secure Hash Algorithm</td><td><p>Choose SHA-1 or SHA-256 from the dropdown list.</p><p>The Hash Algorithm here must be the same as the one selected for the Relying Party when importing service provider metadata.</p></td></tr><tr><td>Metadata</td><td><p>Copy and Paste the metadata XML from your Identity Provider into this field.</p><p>The metadata must include the public key for the IdP Signing Certificate (this is included by default in ADFS metadata).</p></td></tr></tbody></table>

Select the **Save** icon to save the details.

### Deleting an Identity Provider

1. Select an Identity Provider in the Identity Providers browse table.
2. Select the **Delete** icon .

   A deletion warning appears.
3. Select **Yes** to delete the Identity Provider, or **No** to cancel.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.alemba.com/asm-hermes/integrate/managing-integration/single-sign-on-using-saml/importing-identity-provider-metadata.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
