Oauth2
This page was created by Henrik on 2019-03-10. Last edited by Stephanie@mdriven.net on 2025-02-14.

Server to server authentication using Oauth2 and the "Client credentials grant" flow may be supported using these steps.

1. Set up the call to obtain the "token" using the client secret

File:GetTokenOauth2.png

2. Set up a server-side view model to refresh the token before exiry

2. Pass the "token" in all subsequent calls.