mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-02 17:14:55 +02:00
edit oidc idp general tab
This commit is contained in:
parent
3e94384cde
commit
8c0e4d2d8c
10 changed files with 779 additions and 22 deletions
|
@ -501,6 +501,12 @@ authenticated.put(
|
|||
idp.createOidcIdp
|
||||
);
|
||||
|
||||
authenticated.post(
|
||||
"/idp/:idpId/oidc",
|
||||
verifyUserIsServerAdmin,
|
||||
idp.updateOidcIdp
|
||||
);
|
||||
|
||||
authenticated.delete(
|
||||
"/idp/:idpId",
|
||||
verifyUserIsServerAdmin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue