Best answer

Zaper, Oauth and .NET

  • 14 May 2020
  • 5 replies
  • 2097 views

Userlevel 1

Hi,

 

I’m trying to get started with integrating Zapier into our .NET MVC Web API. Unfortunately, I have a hard time getting started to implement an Oauth 2 authentication server for that purpose.

Does someone maybe know a good tutorial?

icon

Best answer by Danvers 18 May 2020, 13:18

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

5 replies

Userlevel 7
Badge +12

Hey @wef You may have already found this, but OAuth Lib has this guide to Creating an OAuth Provider that might be helpful. 

 

Does anyone else have any recommendations?

Userlevel 4
Badge +4

Is there a specific reason you need to go with an OAuth 2 authentication?

Userlevel 1

Is there a specific reason you need to go with an OAuth 2 authentication?

I just wanted to follow the recommendations. oAuth 2 also seems to be the best way for the end-user. What would you recommend? Having a second look, it seems like basic auth might be the easier alternative.

Userlevel 7
Badge +10

@wef - If either work, then either is fine.

I guess it’s a tradeoff between ease of use for you vs. the customer.