Commit Graph

58 Commits (85574cf97e088a52f0c1bf4d80f84ac8f48ee5f5)

Author SHA1 Message Date
Maxime Besson 85574cf97e Translate incoming JSON bools (#2318) 4 years ago
Christophe Maudoux 0a4fabb4e4 Use strict & fix warnings 5 years ago
Maxime Besson ac3d521c5e API: remove confKey from PUT body 5 years ago
Maxime Besson 338958f269 API: add redirectUris to top level response 5 years ago
Maxime Besson 0ca8701ea7 Api: friendly error if confKey is empty during creation 5 years ago
Maxime Besson 2b4c76cf4d API: tidy CasApp.pm 5 years ago
Xavier Guimard c8df084247 Update versions 5 years ago
Xavier Guimard b9e9ff1f3f Make autopkgtest happy 5 years ago
Maxime Besson 07828a9a85 Add healthcheck endpoint to manager API (#2299) 5 years ago
Maxime Besson c5c6c4ab0c Factor genId2F method into Common 5 years ago
Soisik Froger cbe85dd6a2 Manager API: Check confKey is valid when adding a new cat or app to avoid breaking configuration 5 years ago
Soisik Froger e558b30628 Manager API: Fixed error when adding an app to non existing category - now returns a 404 5 years ago
Soisik Froger 53cce170d2 Manager API: Added 404 response code to openapi spec, improved error message on category not found when getting/listing application(s) and added tests to ensure 404 is returned on category or apps not found. 5 years ago
Soisik Froger 72f957957a Manager API: Added menu category and application API (includes openapi spec & tests) 5 years ago
Soisik Froger dcc49bd58e Manager API: Added some minor fixes for CasApp provider API 5 years ago
Maxime Besson 0c70e8be0c Manager API: compare host part of service URL only 5 years ago
Maxime Besson 4e0003d5d8 Manager API: fix perl warning 5 years ago
Soisik Froger 4699a1accb Manager API: service as primary key for CAS application 5 years ago
Soisik Froger bbc9d27a8b Manager API: Added CAS provider API (includes openapi spec & tests) 5 years ago
Maxime Besson 91ba11b898 API: change success codes (#2034) 5 years ago
Maxime Besson b36a891dfb Api: replace regep pattern with globs (#2034) 5 years ago
Maxime Besson 4a610f036d API: return 409 on resource conflicts (#2034) 5 years ago
Maxime Besson ceac3e7d6f API: change clientID to clientId in options (#2034) 5 years ago
Maxime Besson 0d951c55f1 API: Check configuration validity before saving (#2034) 5 years ago
Maxime Besson 34389242cb API: handle oidc RedirectURI as array (#2034) 5 years ago
Maxime Besson e0edd1449b Hide prefix from option names in API (#2034) 5 years ago
Maxime Besson 369c08337c Add per-service macros to API (#2034) 5 years ago
Maxime Besson 53a1e61394 Fix extraClaims name in API (#2034) 5 years ago
Maxime Besson 2f8be3eb57 API: change error codes from 405 to 400 (#2033,#2034) 5 years ago
Maxime Besson 8c7ea1a42a improve handling of JSON errors in 2F api (#2033) 5 years ago
Xavier Guimard 4459a47f76 Tidy 5 years ago
Maxime Besson 2e3c8d445f API: Fix pivot attribute for 2FA deletion (#2033) 5 years ago
Christophe Maudoux 2481a1922c Typo (Thx Soisik ;-) 5 years ago
Christophe Maudoux a310438a87 Fix warning 5 years ago
Soisik Froger 715987c292 Manager API - Set noCache=1 to getConf before calling saveConf (related to #2058) 5 years ago
Soisik Froger be414ee4fa Manager API - perltidy - #2033 5 years ago
Soisik Froger 62b9e8574c Manager API - 2F remove from SSO session and local cache - #2033 5 years ago
Soisik Froger badef81aa8 Manager API - perltidy - #2034 & #2033 6 years ago
Soisik Froger e939fa42fa Manager API - 2F unit tests - #2033 6 years ago
Soisik Froger 4e4f42460a Manager API - 2F get & delete routes/methods - #2033 6 years ago
Soisik Froger c8e36a8899 Manager API - FindBy(clientId/entityId) should send back 404 when not found - #2034 6 years ago
Soisik Froger 37d01266a9 Manager API - perltidy - #2034 6 years ago
Soisik Froger 4c5948623c Manager API - samlSP unit tests and ajustments for update/patch to keep old values - #2034 6 years ago
Soisik Froger bfacf29fd7 Manager API - Refactoring: common API module extended by providers sub modules oidcRP/samlSP. Added unit tests for oidcRP - #2034 6 years ago
Soisik Froger edd262caf8 Manager API - Delete method for SAML SP and OIDC RAP - #2034 6 years ago
Soisik Froger 3061e748c3 Manager API - set default values for missing options attributes - #2034 6 years ago
Soisik Froger b4c017852a Manager API - update and replace for oidcrp and samlsp #2034 6 years ago
Soisik Froger adc2b2ec1e Manager API - clean up logs #2034 6 years ago
Soisik Froger 35eea58515 Manager API - include display options in oidc rp options #2034 6 years ago
Soisik Froger f8eb811f12 Manager API - clean up log #2034 6 years ago