Can Coda and Coda pack support this integration?

Hi Coda and Coda Expert,

Kindly take a look at this doc

https://apisandbox.iras.gov.sg/iras/devportal/sb/sites/iras.devportal.sb.apisandbox.iras.gov.sg/files/iras_corppass_api_and_callback_url_guide.pdf

My question is simple, does Coda fulfill all the pre-requisites? And can I build Coda pack to for this integration?

1 Like

@Eric_Koleda I think the important one to check is https://apisandbox.iras.gov.sg/iras/devportal/sb/sites/iras.devportal.sb.apisandbox.iras.gov.sg/files/iras_corppass_authentication_api_services_interface_specification.pdf that shows the Auth flow, it is not a standardized OAuth2 :frowning:, I have checked but there is nothing in there around token refresh so not really sure.

1 Like

This might be an @Eric_Koleda question

1 Like

From what I could tell with a quick read of the PDF it appears they use an authentication method similar to OAuth, but not compatible with the standard. Packs only support a fixed set of authentication types, and it’s not possible to build a custom authentication flow currently. It’s unlikely that Coda would build support for this specific authentication flow, given how custom and bespoke it is. So I think it’s unlikely you’d be able to build a Pack that integrates with this API in any near term.

3 Likes

Yes that is what I thought, the only way would be to handle authentication outside the Pack against a server that acts as a proxy to make the requests to the API.

2 Likes

Thanks guys for all the answers.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.