Oauth2
(Created page with "Server to server authentication using Oauth2 and the "Client credentials grant" [https://tools.ietf.org/html/rfc6749#section-4.4 flow] may be supported using these steps. 1....")
 
No edit summary
Line 3: Line 3:
1. Set up the call to obtain the "token" using the client secret
1. Set up the call to obtain the "token" using the client secret


[[File:GetTokenOauth2.png]]
[[File:GetTokenOauth2.PNG]]


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


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

Revision as of 14:22, 10 March 2019

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

GetTokenOauth2.PNG

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

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

This page was edited 73 days ago on 02/10/2024. What links here