Search code examples
authenticationopenam

OpenAM adding groups and users in datastore


I'm able to add users via datastore (MySql) however not able to add groups. I'm having both users and groups tables as prescribed in datastore page. Any idea what's missing?


Solution

  • The group related operations are not implemented in the OOTB JDBC data store implementation. If you need those, then you'll need to write a custom data store implementation.