14
Views
1
Comments
[Active Directory] Extend this component in another Extension
active-directory
Web icon
Forge asset by Renato Pauleta
Application Type
Traditional Web

Hey guys,

Is it possible to extend this component in a different extension (without having to clone it)?

If yes, how?

Regards,

Marios

2024-01-31 05-29-41
Akshay Deshpande

Hey Marios,

You can’t directly extend a Forge extension like Active Directory in another one — Integration Studio doesn’t support inheritance or references between extensions.

If you need to add or modify logic, you’ve got two main options, try this might be it will work:

  • Create a new extension and call the existing Active Directory actions from your module (no need to clone).

  •  If you really need to modify the C# code itself, then you’ll need to clone the extension and update it inside your environment.

So — for most cases, just reference the existing one in your app and wrap or extend logic at the module level.

Hope that helps!

Thanks and regards,
Akshay Deshpande

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.