Authentication for a worker process (m2m)

Hi, Looking at a best practice on using authentication for a worker applications. Say i have a service that used by both: SPA application and a console application. What will be suggested approach on how to implement authentication from this console application?

Hi @felixv. Is the console application used by a person, or is it an automated process?

Hi, it is an automated process…

Hi @robertjd, yes it is an automated process…