Creating a Zapier integration

Hi, I don’t find connector on zapier.
I try to create it on zapier platform but I don’t understand how it works for auth, I’m blocked.
How I find information on it ?
Thx

(Copy pasted reply from the crosspost at the github issue tracker.)

Looking at https://platform.zapier.com/docs/auth it looks like they don’t support OpenID Connect with dynamic client registration, which would be needed for the upcoming (not in a release yet) diaspora* API.

This means you would need a centrally hosted bridge application which users can sign up to using their diaspora* account through OpenID Connect. Then that application could provide a classic OAuth(2) interface to Zappier. With a bit of work this probably could be integrated into a quite seamless flow, where the sign up to the gateway application using OpenID Connect is integrated into the authentication and authorization flow with Zappier.

1 Like