istio-ecosystem / authservice

Move OIDC token acquisition out of your app code and into the Istio mesh
Apache License 2.0
220 stars 62 forks source link

Does authservice only works for SPA app or can work for server side calls from client? #239

Open nkpun opened 1 year ago

nkpun commented 1 year ago

Given that authservice client security is based on cookie, I assume we can only use authservice for SPA/ Client Side Rendering applications?

Or does it also work for server side rendering applications such as asp.net MVC where authservice call will be made from serverside asp.net code. If does work, how AuthService going to set the client cookies?