# Staging and Production Endpoints

| Endpoint                                                                                                                              | Access Mechanism                | Staging                                           | Production                                    |
| ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | ------------------------------------------------- | --------------------------------------------- |
| [Backchannel Authentication Endpoint](https://stg-id.singpass.gov.sg/docs/step-up-auth-ciba/api#_backchannel_authentication_endpoint) | Public TLS w/ Client Assertions | <https://stg-id.singpass.gov.sg/bc-auth>          | <https://id.singpass.gov.sg/bc-auth>          |
| [Token Endpoint](https://stg-id.singpass.gov.sg/docs/step-up-auth-ciba/api#_token_endpoint)                                           | Public TLS w/ Client Assertions | <https://stg-id.singpass.gov.sg/token>            | <https://id.singpass.gov.sg/token>            |
| [JWKS endpoint](https://stg-id.singpass.gov.sg/docs/step-up-auth-ciba/api#_jwks_endpoint)                                             | Public TLS                      | <https://stg-id.singpass.gov.sg/.well-known/keys> | <https://id.singpass.gov.sg/.well-known/keys> |

{% hint style="danger" %}
RPs must not do "cert pinning" or create any form of dependency to the TLS certificates of the above domains. Singpass reserves the right to rotate its TLS certificates without prior notice to RPs.
{% endhint %}


---

# 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.developer.singpass.gov.sg/docs/client-initiated-backchannel-authentication-ciba/staging-and-production-endpoints.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.
