From de2aa45a7970e06b0644e06e5940b10fdc8657e9 Mon Sep 17 00:00:00 2001 From: Wilco Krikke Date: Thu, 26 Aug 2021 11:13:34 +0000 Subject: [PATCH] Update 'Authentication.md' --- Authentication.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Authentication.md b/Authentication.md index 0f21f4d..b5f4cd9 100644 --- a/Authentication.md +++ b/Authentication.md @@ -1,14 +1,14 @@ -## Autentication -Farmmaps uses OpenID-connect: https://openid.net/connect/ - -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. -https://identitymodel.readthedocs.io/en/latest/native/overview.html - -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 +## Autentication +Farmmaps uses OpenID-connect: https://openid.net/connect/ + +It is recommended to use a library to facilitate the authentication. +To get the openid configuration call the following url: https://accounts.farmmaps.eu/.well-known/openid-configuration + +The user could also use the openid-configuration to handle authentication by themselves. +https://identitymodel.readthedocs.io/en/latest/native/overview.html + +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.eu/swagger/index.html \ No newline at end of file