Skip to main content
Best answer

Zaper, Oauth and .NET

  • May 14, 2020
  • 5 replies
  • 2131 views

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?

Best answer by Danvers

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?

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

Danvers
Forum|alt.badge.img+12
  • Zapier Staff
  • Answer
  • May 18, 2020

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?


BowTieBots
Forum|alt.badge.img+4
  • Zapier Solution Partner
  • May 18, 2020

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


  • Author
  • Beginner
  • May 20, 2020

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.


AndrewJDavison
Forum|alt.badge.img+11
  • Zapier Solution Partner
  • May 20, 2020

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

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