Skip to main content
Question

How to login to RingCentral from ASP.NET MVC application.

  • 21 December 2020
  • 1 reply
  • 375 views

I want to login into my application (ASP.NET MVC) using RingCentral. How do we configure the RingCentral in Startup.cs file, So that i can redirect to RingCentral login page if the user is not authenticated and once authentication is done, i can redirect user back to my application.

1 reply

Userlevel 2
Badge

Check out this C# quick start https://developers.ringcentral.com/guide/authentication/quick-start#c#

Reply