diff --git a/authentik/core/api/providers.py b/authentik/core/api/providers.py index 0bc20c2ff..366e216a4 100644 --- a/authentik/core/api/providers.py +++ b/authentik/core/api/providers.py @@ -86,6 +86,7 @@ class ProviderViewSet( "name": _("SAML Provider from Metadata"), "description": _("Create a SAML Provider by importing its Metadata."), "component": "ak-provider-saml-import-form", + "model_name": "", } ) return Response(TypeCreateSerializer(data, many=True).data) diff --git a/web/src/pages/sources/SourcesListPage.ts b/web/src/pages/sources/SourcesListPage.ts index 1302d256f..c88241a9a 100644 --- a/web/src/pages/sources/SourcesListPage.ts +++ b/web/src/pages/sources/SourcesListPage.ts @@ -128,6 +128,9 @@ export class SourceListPage extends TablePage {