MNXOnline

Results 3 issues of MNXOnline

When updating a user with the following postman collection payload: ``` { "user": { "username": "alice", "email": "[email protected]", "enabled": true, "gravatar": false, "date_password": "2018-07-26T15:25:14.000Z", "description": "Alice works for FIWARE", "website":...

When creating a user with the following postman collecion payload in Keyrock: ``` { "user": { "username": "admin2", "email": "[email protected]", "password": "test", **"admin": true** } } ``` the response received...

Hi @kzangeli! I've been following the discussion in #897 closely, and I'm curious if there have been any updates regarding Context Forwarding in the latest versions of Orion-LD. I'm using...