mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
remove guards form list idp for integration api
This commit is contained in:
@@ -751,9 +751,10 @@ authenticated.post(
|
|||||||
);
|
);
|
||||||
|
|
||||||
authenticated.get(
|
authenticated.get(
|
||||||
"/idp",
|
"/idp", // no guards on this because anyone can list idps for login purposes
|
||||||
verifyApiKeyIsRoot,
|
// we do the same for the external api
|
||||||
verifyApiKeyHasAction(ActionsEnum.listIdps),
|
// verifyApiKeyIsRoot,
|
||||||
|
// verifyApiKeyHasAction(ActionsEnum.listIdps),
|
||||||
idp.listIdps
|
idp.listIdps
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user