Update page 'Authentication'

master
Mark van der Wal 2020-03-22 19:55:16 +00:00
parent 0425cf88e4
commit 72dff4fc8e
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ 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}'