diff --git a/authentik/core/api/applications.py b/authentik/core/api/applications.py index 9f481261a..11fd14621 100644 --- a/authentik/core/api/applications.py +++ b/authentik/core/api/applications.py @@ -21,6 +21,7 @@ class ApplicationSerializer(ModelSerializer): """Application Serializer""" launch_url = SerializerMethodField() + provider = ProviderSerializer(source="get_provider", required=False) def get_launch_url(self, instance: Application) -> str: """Get generated launch URL"""