Skip to content

How to create factory OSGi configs #152

@senn

Description

@senn

I'm trying to create multiple OSGi configurations that should be bound to the same factory config com.adobe.granite.auth.saml.SamlAuthenticationHandler. No matter what I try, it never works.

Using it like this just bind the config as a singleton to the factory, which is not what we want.

aem::osgi::config { "com.adobe.granite.auth.saml.SamlAuthenticationHandler-$name":
  group          => $group,
  handle_missing => 'merge',
  home           => $home,
  password       => $password,
  pid            => "com.adobe.granite.auth.saml.SamlAuthenticationHandler",
  properties     => $props,
  type           => 'console',
  user           => $user
  username       => 'admin'
}

Is this even supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions