Back to All

OAuthv2 authentication flow for a daemon service

Hi All,

I have a question regarding the oauthv2 authorization code flow. The very first authorize request will ask the samsara authenticated user to allow our app to have access to her data, later on when my access token and refresh token gets expired, do I need to have a samsara authenticated user in place so I can get back a access token?

If it doesn't require, it's perfectly fine to ask user to authorize one time and have a daemon process running the authorization flow without any user intervention.

Thanks