hrz-unimr / Ilias.RESTPlugin

An ILIAS Plugin for creating and using REST APIs
GNU General Public License v3.0
10 stars 18 forks source link

Refresh-Token option is not activated #44

Closed SebastianOpriel closed 7 years ago

SebastianOpriel commented 7 years ago

When creating a new rest client i activate all options and add all routes. After i saved the client the option "Enable Refresh-Token support for Authorization Code" isn't enabled. I need to go a second time into the client details and activate it. Afterwards its set correctly.

Hufschmidt commented 7 years ago

Thanks for pointing this out. The admin-panel was using 1/0 values instead of true/false values, models for updating the client have logic to map this kind of information, but the client constructor has not. I should fix this long-term, for now I corrected the value send by the admin-panel.

Again thanks for pointing this out. :smile: