Skip to main content

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.

Reply