> For the complete documentation index, see [llms.txt](https://help.tellius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tellius.com/tellius-6.2/settings/security/authentication/saml/xml-file.md).

# XML file

This XML file does not appear to have any style information associated with it. The document tree is shown below.

{% code overflow="wrap" %}

```xml
<md:IDPSSODescriptor WantAuthnRequestsSigned="false" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<md:KeyDescriptor use="signing">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>MIIDqDCCApCgAwIBAgIGAXFkERt+MA0GCSqGSIb3DQEBCwUAMIGUMQswCQYDVQQGEwJVUzETMBEG A1UECAwKQ2FsaWZvcm5pYTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzENMAsGA1UECgwET2t0YTEU MBIGA1UECwwLU1NPUHJvdmlkZXIxFTATBgNVBAMMDHlqY291cG9uZS1jYTEcMBoGCSqGSIb3DQEJ ARYNaW5mb0Bva3RhLmNvbTAeFw0yMDA0MTAxMjI4MzRaFw0zMDA0MTAxMjI5MzRaMIGUMQswCQYD VQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTEWMBQGA1UEBwwNU2FuIEZyYW5jaXNjbzENMAsG A1UECgwET2t0YTEUMBIGA1UECwwLU1NPUHJvdmlkZXIxFTATBgNVBAMMDHlqY291cG9uZS1jYTEc MBoGCSqGSIb3DQEJARYNaW5mb0Bva3RhLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC ggEBAIk+ToYs1g247e1ijgAa0X4NTcREmmknpr0dXL0muYzRE0KwCWEQvzYvlUB5JJLbfV68O/r4 QlkB7uzd/GgDq8vs6REvwAeEf4Ck7mGUf8qECIGD12TcH8rY1RQL0IoBJ7/qxD60iizuGdjubneX UouLultCr/ihtvGFYjDmR+J1MHXWMSFcO2fc4/pwt+9aIt3G/rWap4KHNiRs1uxHeILUvLPZ1Ci0 2S8jMpqbNG0Qz6ToMrdMtuBOyZit29Nfw4b+1MVO4s0SbkgV6mcoXQpXp+uu+Ki7xFagtG/uc9C2 5Xai+E68jTAi3x4Hwt+Z+Cs9+7hbODBhw6LHYKP3nssCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEA X13Yfb/cvXc6XsaxTi6AUVBUVe7Xia1hkOa97f4aWNqRUWRMmbu3KF8O/n+fMAt/GpkmzCAgiWuO Ve5yMBBeju8Nht66n+meYf3YZs0QkVMp2fZ6Xs67FfQUgft2fscD40fKH0rPAcwGaDzMUngOlvTs Pby8T0COtmGqZKUSq35yD/sP8Nc5pJWEY93oAuj2xgUNCiS04KGTLlV88hc0Mzdrb652B3jGsD3s 0Cmw/GG3DPc/wasPNHsmzlcHN2fYp4UKYVsfVL0fhwdOvPrdT1TsFMnnqN5vdher7ViGRpq4IIDA UCUlROpPG14HWfWkooaZYdIZekNkCgZz/dqU7g==</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</md:KeyDescriptor>
<md:NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified</md:NameIDFormat>
<md:NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</md:NameIDFormat>
<md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://tellius.okta.com/app/telliussaml_1/exk5mb3vqQk4PVXcD4x6/sso/saml"/>
<md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://tellius.okta.com/app/telliussaml_1/exk5mb3vqQk4PVXcD4x6/sso/saml"/>
</md:IDPSSODescriptor>
</md:EntityDescriptor>
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.tellius.com/tellius-6.2/settings/security/authentication/saml/xml-file.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
