# TNG IDENTITY SSO

- [Why Identity SSO?](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/why-identity-sso.md): Learn why Teranode Identity SSO is the tool for enabling the use of Web 3.0 Identity with Web 2.0 technology stacks.
- [Use Cases](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/why-identity-sso/use-cases.md): Potential use cases for the SSO
- [Getting Started](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/getting-started.md): Explore the components of SSO. Learn how to start using it and integrate with your client services and how to present it to end-users.
- [The SSO Dashboard](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/the-sso-dashboard.md): Learn about the features and capabilities of the SSO Dashboard
- [SSO Account](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/the-sso-dashboard/sso-account.md): Learn what is an Account and what are the options
- [Activation and Deactivation](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/the-sso-dashboard/sso-account/activation-and-deactivation.md)
- [Metrics](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/the-sso-dashboard/sso-account/metrics.md)
- [Clients](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/the-sso-dashboard/clients.md)
- [Client Setup](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/the-sso-dashboard/clients/client-setup.md): By-screen descriptions of Client setup steps
- [Activation and Deactivation](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/the-sso-dashboard/clients/activation-and-deactivation.md): Learn about active and deacticated clients
- [Deletion and Recovery](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/the-sso-dashboard/clients/deletion-and-recovery.md): Learn about deleting and recovering clients
- [Client Secret](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/the-sso-dashboard/clients/client-secret.md): Obtaining and managing client secrets
- [SSO API](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api.md): SSO API Developer Documentation
- [Quick Overview](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api/quick-overview.md): A high-level overview of the API
- [Getting Started](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api/getting-started.md): An OAuth / SSO API Integration Guide
- [Configuring Your Service](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api/getting-started/configuring-your-service.md): Configuration instructions for an SSO REST client
- [Redirecting Users to SSO](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api/getting-started/redirecting-users-to-sso.md): Learn how to properly redirect users to the authorization server
- [Accepting Authorization Result](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api/getting-started/accepting-authorization-result.md): Learn how to accept the response of authorization
- [Downloading User Data](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api/getting-started/downloading-user-data.md): Learn how to exchange code for token and get user data
- [Authentication](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api/authentication.md)
- [Errors](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api/errors.md): Learn about error responses
- [Error Codes](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api/errors/error-codes.md): Learn more about error codes and how to resolve them.
- [API Documentation](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api/api-documentation.md)
- [OAuth v2.0](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api/api-documentation/oauth-v2.0.md)
- [Authorization](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api/api-documentation/authorization.md)
- [Models](https://docs.teranode.group/tng-identity-documentation/tng-identity-sso/sso-api/api-documentation/models.md)


---

# 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.teranode.group/tng-identity-documentation/tng-identity-sso.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.
