Update page 'Authentication'
This commit is contained in:
parent
2a72da6f56
commit
399c27ccde
13
Authentication.md
Normal file
13
Authentication.md
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user