From 399c27ccdedc05026101334a2670a7ead2694295 Mon Sep 17 00:00:00 2001 From: Mark van der Wal Date: Tue, 10 Mar 2020 11:03:02 +0000 Subject: [PATCH] Update page 'Authentication' --- Authentication.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Authentication.md diff --git a/Authentication.md b/Authentication.md new file mode 100644 index 0000000..356686a --- /dev/null +++ b/Authentication.md @@ -0,0 +1,13 @@ +## Autentication +Farmmaps uses OpenID: https://auth0.com/docs/protocols/oidc/openid-connect-discovery + +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 \ No newline at end of file