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-configuration for staging, and https://id.singpass.gov.sg/fapi/.well-known/openid-configuration for production.
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?