The MVP API uses Live OAuth 1.0 with authorization code. Unfortunately, other methods such as MSAL are not possible as they don't yield an access token that the MVP API allows. Therefore, at some point we'd want to make the switch to MSAL, but it'd have to be enabled on the API side first.
The MVP API uses Live OAuth 1.0 with authorization code. Unfortunately, other methods such as MSAL are not possible as they don't yield an access token that the MVP API allows. Therefore, at some point we'd want to make the switch to MSAL, but it'd have to be enabled on the API side first.