fixed docs
This commit is contained in:
parent
dc7071168d
commit
234c1df4b4
|
@ -3,7 +3,6 @@
|
|||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
.. _`D4Science Developers Website`: https:/dev.d4science.org/
|
||||
|
||||
Welcome to Social Service's documentation!
|
||||
=================================================
|
||||
|
@ -16,7 +15,7 @@ organizations and how they are mapped to D4Science concepts.
|
|||
|
||||
The web services exposes a subset of such functionalities over **https in a standard, reliable and secure way**.
|
||||
|
||||
See the vailable REST-API at a glance on `D4Science Developers Website`_.
|
||||
See the vailable REST-API at a glance on `D4Science Developers Website <https:/dev.d4science.org/>`_.
|
||||
|
||||
|
||||
|
||||
|
@ -31,7 +30,7 @@ Authorization
|
|||
==================
|
||||
|
||||
D4Science adopts state-of-the-art industry standards for authentication and authorization.
|
||||
Specifically, the implementation fully adopts `OIDC (OpenID Connect)<https://openid.net/connect`_ for authentication and UMA 2 (User Managed Authorization) for authorization flows.
|
||||
Specifically, the implementation fully adopts `OIDC (OpenID Connect) <https://openid.net/connect>`_ for authentication and UMA 2 (User Managed Authorization) for authorization flows.
|
||||
`JSON Web Token (JWT) Access token <https://jwt.io/>`_ are used for both authentication and authorization.
|
||||
|
||||
Obtain your Bearer token here: https://dev.d4science.org/how-to-access-resources
|
||||
|
@ -60,7 +59,7 @@ The service exposes its methods using a standard naming approach. Moreover, the
|
|||
.. IMPORTANT::
|
||||
The result of all methods is always a JSON object as per below:
|
||||
|
||||
.. code:: json
|
||||
.. code:: javascript
|
||||
|
||||
{
|
||||
"success": false/true,
|
||||
|
|
Loading…
Reference in New Issue