OpenID Connect Discovery

Our authorisation server exposes an endpoint that is used for OpenID Connect Discovery. This endpoint returns our OpenID configuration, which contains important information for your integration, such as:

  • The various endpoints that you will need for your integration: the pushed authorisation request endpoint, the token endpoint, and the userinfo endpoint

  • Supported encryption and signing algorithms

The endpoint is located at https://stg-id.singpass.gov.sg/fapi/.well-known/openid-configurationarrow-up-right for staging, and https://id.singpass.gov.sg/fapi/.well-known/openid-configurationarrow-up-right for production.

circle-info

Note that the production environment for FAPI is currently not yet ready. Thus, the configuration for production is currently not available.

Note that you should cache responses from this endpoint for at least 1 hour, and NOT fetch this for every authentication request.

Last updated

Was this helpful?