# Addon container # Addon container ## Introduction Addon containers can be deployed on the Soffid console, using the addon management page. These addons are bare jar files that are containing some other addons as well as an index file, named META-INF/soffid-plugin.xml. This file can contain the following tags:
**Tag**
**Description**
nameFriendly add-on name
versionVersion number
coreIdentifies a business logic or common classes addon. The following attributes are mandatory: **name**: addon name **resource:** add-on entry name
webIdentifies a web addon. The following attributes are mandatory: **name**: addon name **resource:** add-on entry name
webserviceIdentifies a webservice (.aar) addon. The following attributes are mandatory: **name**: addon name **resource:** add-on entry name
agentsIdentifies a connector (.jar) addon. The following attributes are mandatory: **name**: addon name **resource:** add-on entry name
agents/agentRegister a connector stored on a a agents connector addon. It has the following inner tags: **name** : Connector name **javaClass**: Java class that implements the connector **userInterface**: ZK page that is used to configure the agent. It must be placed into agents connector addon **enableAccessControl**: contains "true" when the access control tab must be enabled for this connector.
Here you have a sample soffid addon descriptor ```XML Soffid Identity Federation ${pom.version} SAML Identity Provider com.soffid.iam.addons.federation.agent.IDPAgent IDPAgent.zul false ```