diff --git a/docs/images/lmssetup/openEdxAPIAccess5.png b/docs/images/lmssetup/openEdxAPIAccess5.png new file mode 100644 index 00000000..b1497127 Binary files /dev/null and b/docs/images/lmssetup/openEdxAPIAccess5.png differ diff --git a/docs/images/lmssetup/openEdxAPIAccess6.png b/docs/images/lmssetup/openEdxAPIAccess6.png new file mode 100644 index 00000000..9a8d4fc3 Binary files /dev/null and b/docs/images/lmssetup/openEdxAPIAccess6.png differ diff --git a/docs/lmssetup.rst b/docs/lmssetup.rst index 877b0f0a..cd23e017 100644 --- a/docs/lmssetup.rst +++ b/docs/lmssetup.rst @@ -187,6 +187,20 @@ To be able to create an API access-account on Open edX you need a user-account w Once the client registration was successful the client id and client secret can be used within the SEB Server to access the course- and SEB-restriction API of Open edX as described in the next step section +.. note:: + Since Open edX Juniper is using Django Oauth Toolkit instead of Django Oauth Provider the last step in the above guide looks slightly different. Please see below the last step for setting up on an Open edX Juniper version. + +- Back in the administration homepage, find the DJANGO OAUTH TOOLKIT - Applications section and create a new API Application Access for the given User-Account. The Client id can be defined and the Client secret is automatically be generated by Open edx. + +.. image:: images/lmssetup/openEdxAPIAccess5.png + :align: center + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/documentation/docs/images/lmssetup/openEdxAPIAccess5.png + +.. image:: images/lmssetup/openEdxAPIAccess6.png + :align: center + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/documentation/docs/images/lmssetup/openEdxAPIAccess6.png + + .. _lms-setup-rest-plugin-label: