Callback URLs
Last updated
Yes, you can configure multiple Callback URLs for a single digital service. The redirect_uri in the authentication request must match one of the registered Callback URLs exactly, including the protocol (https://).
If the redirect_uri parameter in your request does not exactly match one of the registered Callback URLs, Corppass will reject the request with an invalid_request error. Always ensure that the Callback URL is accurate and properly registered in both staging and production environments.
No, wildcard characters (e.g., *) are not allowed in the Callback URL. Each Callback URL must be explicitly defined in the service configuration.
Yes, updates to Callback URLs is allowed. However, all changes should be tested in the staging environment before applying them to production.
Yes, both Callback and JWKS URLs cannot contain the words 'singpass', 'corppass', or 'myinfo' as part of efforts to combat scams.
Last updated