# SAML.to

## SAML.to

- [Introduction](https://docs.saml.to/introduction.md)
- [Installation](https://docs.saml.to/installation.md)
- [Configuration](https://docs.saml.to/configuration.md)
- [Identity Providers](https://docs.saml.to/configuration/identity-providers.md): SAML.to has extensively verified the following Identity Providers
- [GitHub](https://docs.saml.to/configuration/identity-providers/github.md)
- [Service Providers](https://docs.saml.to/configuration/service-providers.md)
- [AWS (Federated Roles)](https://docs.saml.to/configuration/service-providers/aws-federated-roles.md)
- [Assuming Roles](https://docs.saml.to/configuration/service-providers/aws-federated-roles/assuming-roles.md): The SAML.to CLI has a handful ways to assume AWS roles.
- [AWS CLI](https://docs.saml.to/configuration/service-providers/aws-federated-roles/assuming-roles/aws-cli.md)
- [AWS SDKs](https://docs.saml.to/configuration/service-providers/aws-federated-roles/assuming-roles/aws-sdks.md)
- [Docker](https://docs.saml.to/configuration/service-providers/aws-federated-roles/assuming-roles/docker.md)
- [Terraform](https://docs.saml.to/configuration/service-providers/aws-federated-roles/assuming-roles/terraform.md): Tokenless Terraform using SAML.to
- [Kubernetes](https://docs.saml.to/configuration/service-providers/aws-federated-roles/assuming-roles/kubernetes.md): Tokenless Authentication to Kubernetes using SAML.to
- [Adding Users](https://docs.saml.to/configuration/service-providers/aws-federated-roles/adding-users.md): Adding additional users to SAML.to is easy
- [Adding AWS Accounts](https://docs.saml.to/configuration/service-providers/aws-federated-roles/adding-aws-accounts.md)
- [Adding Roles](https://docs.saml.to/configuration/service-providers/aws-federated-roles/adding-roles.md)
- [Roles for GitHub Actions](https://docs.saml.to/configuration/service-providers/aws-federated-roles/roles-for-github-actions.md)
- [Configuration Reference](https://docs.saml.to/configuration/reference.md)
- [Substitutions](https://docs.saml.to/configuration/reference/substitutions.md): Use Substitution Handlebars to inject Assertion-time Variables
- [FAQs](https://docs.saml.to/faqs.md)
- [Usage](https://docs.saml.to/usage.md)
- [CLI](https://docs.saml.to/usage/cli.md)
- [login](https://docs.saml.to/usage/cli/login.md)
- [assume](https://docs.saml.to/usage/cli/assume.md): saml-to assume
- [list-roles](https://docs.saml.to/usage/cli/list-roles.md): saml-to list-roles
- [GitHub Actions](https://docs.saml.to/usage/github-actions.md)
- [Assume AWS Role Action](https://docs.saml.to/usage/github-actions/assume-aws-role-action.md): https://github.com/marketplace/actions/saml-to-assume-aws-role
- [Config Sync Action](https://docs.saml.to/usage/github-actions/config-sync-action.md): https://github.com/marketplace/actions/saml-to-config-sync
- [Advanced Usage](https://docs.saml.to/advanced-usage.md)
- [AWS](https://docs.saml.to/advanced-usage/aws.md)
- [CloudWatch Dashboard Sharing](https://docs.saml.to/advanced-usage/aws/cloudwatch-dashboard-sharing.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.saml.to/introduction.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.
