> For the complete documentation index, see [llms.txt](https://go.spflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://go.spflow.com/auth.md).

# Authentication strategies

- [Overview](https://go.spflow.com/auth/overview.md): 🔐 SharePoint authentication strategies implemented in Gosip
- [Strategies](https://go.spflow.com/auth/strategies.md): 🔐 SharePoint authentication strategies implemented in Gosip
- [Azure Certificate Auth](https://go.spflow.com/auth/strategies/azure-certificate-auth.md): Azure AD  Certificate authentication
- [Azure Creds Auth](https://go.spflow.com/auth/strategies/azure-creds-auth.md): Azure AD authorization with username and password
- [Azure Env-based Auth](https://go.spflow.com/auth/strategies/azure-environment-auth.md): Azure AD  environment-based authentication
- [Azure Device Flow](https://go.spflow.com/auth/strategies/azure-device-flow.md): Azure AD Device Token authentication
- [AddIn Only](https://go.spflow.com/auth/strategies/addin.md): AddIn Only authentication
- [Configuration](https://go.spflow.com/auth/strategies/addin/configuration.md): AddIn Configuration and Permissions
- [NTLM Auth](https://go.spflow.com/auth/strategies/ntlm.md): NTLM handshake authentication
- [NTLM (alternative)](https://go.spflow.com/auth/strategies/alternative-ntlm.md): NTLM handshake authentication
- [On-Demand Auth](https://go.spflow.com/auth/strategies/on-demand.md): Browser input interactive auth flow
- [ADFS Auth](https://go.spflow.com/auth/strategies/adfs.md): User credentials authentication
- [FBA Auth](https://go.spflow.com/auth/strategies/fba.md): Form-based authentication for SharePoint On-Premises
- [TMG Auth](https://go.spflow.com/auth/strategies/tmg.md): Microsoft Forefront Threat Management Gateway
- [SAML Auth \[Deprecated\]](https://go.spflow.com/auth/strategies/saml.md): SharePoint Online user credentials authentication
- [Anonymous](https://go.spflow.com/auth/strategies/anonymous.md): No-auth mode
- [Dynamic auth](https://go.spflow.com/auth/dynamic-auth.md): Resolving a strategy dynamically in runtime
- [Custom Auth](https://go.spflow.com/auth/custom-auth.md): Custom authentication mechanisms


---

# 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://go.spflow.com/auth.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.
