Update 'Authentication.md'
This commit is contained in:
parent
94586342ee
commit
de2aa45a79
@ -1,14 +1,14 @@
|
|||||||
## Autentication
|
## Autentication
|
||||||
Farmmaps uses OpenID-connect: https://openid.net/connect/
|
Farmmaps uses OpenID-connect: https://openid.net/connect/
|
||||||
|
|
||||||
It is recommended to use a library to facilitate the authentication.
|
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
|
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.
|
The user could also use the openid-configuration to handle authentication by themselves.
|
||||||
https://identitymodel.readthedocs.io/en/latest/native/overview.html
|
https://identitymodel.readthedocs.io/en/latest/native/overview.html
|
||||||
|
|
||||||
The token received needs to be used in the request header.
|
The token received needs to be used in the request header.
|
||||||
>'Authorization': 'bearer {token}'
|
>'Authorization': 'bearer {token}'
|
||||||
|
|
||||||
The token can also easily be created through the swagger documentation:
|
The token can also easily be created through the swagger documentation:
|
||||||
https://farmmaps.awtest.nl/swagger/index.html
|
https://farmmaps.eu/swagger/index.html
|
Loading…
Reference in New Issue
Block a user