Information that describes a Foundry Authentication Provider as a SAML service provider. All information listed here is generated by Foundry.
| Name | Type | Required | Description |
|---|---|---|---|
| entity_id | str | Yes | The static SAML entity ID that represents this service provider. |
| metadata_url | str | Yes | A public URL from which this service provider metadata can be downloaded as XML. |
| acs_urls | List[str] | Yes | The Assertion Consumer Service (ACS) URLs for this service provider, to which the SAML identity provider redirects authentication responses. |
| logout_urls | List[str] | Yes | The URLs for this service provider to which the SAML identity provider sends logout requests. |
| certificates | List[CertificateInfo] | Yes |