Documentatie/Authentication.md

13 lines
630 B
Markdown
Raw Normal View History

2020-03-10 11:03:02 +00:00
## Autentication
2020-03-22 16:28:58 +00:00
Farmmaps uses OpenID-connect: https://auth0.com/docs/protocols/oidc/openid-connect-discovery
2020-03-10 11:03:02 +00:00
It is recommended to use a library to facilitate the authentication.
To get the openid configuration call the following url: https://accounts.farmmaps.awtest.nl/.well-known/openid-configuration
The user could also use the openid-configuration to handle authentication by themselves.
The token received needs to be used in the request header.
>'Authorization': 'bearer {token}'
The token can also easily be created through the swagger documentation:
https://farmmaps.awtest.nl/swagger/index.html