edit oidc idp general tab

This commit is contained in:
miloschwartz 2025-04-17 22:30:02 -04:00
parent 3e94384cde
commit 8c0e4d2d8c
No known key found for this signature in database
10 changed files with 779 additions and 22 deletions

View file

@ -501,6 +501,12 @@ authenticated.put(
idp.createOidcIdp
);
authenticated.post(
"/idp/:idpId/oidc",
verifyUserIsServerAdmin,
idp.updateOidcIdp
);
authenticated.delete(
"/idp/:idpId",
verifyUserIsServerAdmin,