Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


Introduction

OSCAR exposes it's web wervices to authorized users only. Apps must be registered on the OSCAR it would like to integrate with and it's not the app that "logs in", it's the provider. The provider will login directly into OSCAR, which will generate a token for the app to make further calls.

The protocol implemented in OAUTH 1.0a (https://oauth.net/core/1.0a/)


Configuration


1) Enable the REST API for connecting apps. In the properties file add

...