Authentication within an MVC Service

I have a service that is called by a third party and want to process their authentication when they pas s me their credentials. I then want to pass back their Access token. This is a service to service interaction so displaying a user login screen it not an option. The access tokens provided by OKTA are only good for 30 days so this could be problematic as well. These MVC services have been developed in c#. What are you suggestions?

I found what I was looking for finally thanks to this blog post…

Thank you
Nickolas Fisher

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.