How can I seed more users and groups

Hi,

How can I seed/add more users and groups into camunda Identity store?

How can I map to an external Identity store (ex: weblogic security realms)?

Thanks,
Suhas Madap.

Hi @revsmadap,

I strongly recommend you to read through the documentation of the identity service.

How can I seed/add more users and groups into camunda Identity store?

You can use the org.camunda.bpm.engine.impl.identity.WritableIdentityProvider to do that. See this test for an example of how to do that.

How can I map to an external Identity store (ex: weblogic security realms)?

You could implement your custom service providers. If LDAP is used (as in weblogic security) you can use the provided ldap identity service (see the docs for more information).

Best,
Johannes

Thanks Johannes. I’ll go through references. weblogic has embedded LDAP, which can be accessed using Apache Active directory or JXplorer tools.