AW-3569 Added posibility to login with username/password
This commit is contained in:
		| @@ -1,23 +1,26 @@ | ||||
| { | ||||
|   //There are three farmmaps environments, uncomment the environemnt you want to use with this sample client | ||||
|  | ||||
|   ////test environment | ||||
|   //"Authority": "https://accounts.test.farmmaps.eu/", | ||||
|   //"Endpoint": "https://test.farmmaps.eu/", | ||||
|   //"BasePath": "api/v1", | ||||
|   //"DiscoveryEndpointUrl": "https://accounts.test.farmmaps.eu/.well-known/openid-configuration", | ||||
|   //test environment | ||||
| //  "Authority": "https://accounts.test.farmmaps.eu/", | ||||
| //  "Endpoint": "https://test.farmmaps.eu/", | ||||
| //  "BasePath": "api/v1", | ||||
| //  "DiscoveryEndpointUrl": "https://accounts.test.farmmaps.eu/.well-known/openid-configuration", | ||||
| //  "GrantClientId": "farmmapstesteu", | ||||
|  | ||||
|   ////acceptance environment | ||||
|   //"Authority": "https://accounts.acc.farmmaps.eu/", | ||||
|   //"Endpoint": "https://acc.farmmaps.eu/", | ||||
|   //"BasePath": "api/v1", | ||||
|   //"DiscoveryEndpointUrl": "https://accounts.acc.farmmaps.eu/.well-known/openid-configuration", | ||||
|   //"GrantClientId": "farmmapsacceu", | ||||
|  | ||||
|   //production environment | ||||
|   "authority": "https://accounts.farmmaps.eu/", | ||||
|   "endpoint": "https://farmmaps.eu/", | ||||
|   "basepath": "api/v1", | ||||
|   "discoveryendpointurl": "https://accounts.farmmaps.eu/.well-known/openid-configuration", | ||||
|   "GrantClientId": "farmmaps", | ||||
|  | ||||
|   //overige info | ||||
|   "RedirectUri": "http://example.nl/api", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user