...
Analysts and developers of integrators who want to call a secured Informatie Digitaal Vlaanderen API and need to know how to authorize.
...
- Help you decide the most suitable method to connect to the Informatie Digitaal Vlaanderen REST APIs
- Provide a step-by-step explanation of how to get authorization to use the secured Informatie Digitaal Vlaanderen REST APIs with your chosen method.
...
Term | Definition |
---|---|
Resource Owner | The entity that can grant access to a protected resource. Typically, this is the end-user. |
Client | An application requesting access to a protected resource on behalf of the Resource Owner. |
Resource Server | The server hosting the protected resources. These are typically the secured Informatie Digitaal Vlaanderen REST APIs. |
Authorization Server | The server that authenticates the Resource Owner and issues Access Tokens after getting proper authorization. In this case this is the Informatie Digitaal Vlaanderen Authorization Server (oauth.vlaanderen.be) |
Access Token | A credential that can be used by an application to access an API. |
Refresh Token | A long-lived token that is used to obtain a new Access Token after a previous one has expired. |
JSON Web Key | A JavaScript Object Notation (JSON) data structure that represents a cryptographic key. This will be used to establish asynchronous authentication. |
...