diff --git a/web/src/admin/providers/saml/SAMLProviderForm.ts b/web/src/admin/providers/saml/SAMLProviderForm.ts index f4abddd0a..d4370e6fb 100644 --- a/web/src/admin/providers/saml/SAMLProviderForm.ts +++ b/web/src/admin/providers/saml/SAMLProviderForm.ts @@ -207,7 +207,6 @@ export class SAMLProviderFormPage extends ModelForm { ): Promise => { const args: CryptoCertificatekeypairsListRequest = { ordering: "name", - hasKey: true, includeDetails: false, }; if (query !== undefined) {