edit oidc idp general tab

This commit is contained in:
miloschwartz
2025-04-17 22:30:02 -04:00
parent 3e94384cde
commit 8c0e4d2d8c
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,