Closed krausvo1 closed 9 months ago
I have dropped commit upgrading grunt-eslint and grunt-sync that is already present in https://github.com/WrenSecurity/wrenam/pull/165.
Since we want to rewrite AMD files to ESM in the future, I will rewrite all files added here to ESM to not add more legacy code.
Done. @pavelhoral ready for review :)
This PR adds data stores (identity repositories) management to XUI.
Data store management offers the same features as it did in openam-console - listing, creating, editing and deleting realm specific data stores.
Implementation details:
*.section.properties
has been created for every data store type. All properties originate fromsunIdentityRepositoryService.section.properties
that is used by openam-console. Some data stores' attributes are not present in that file and neither are they in new files.Known shortcomings:
All openam-console code has been preserved.