You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mauro Mugnaini 6faeccff39 Prepared for user to roles alignment #22084 3 years ago
.settings Project extracted from oidc-library with keycloak client related classes 4 years ago
src Prepared for user to roles alignment #22084 3 years ago
.classpath Project extracted from oidc-library with keycloak client related classes 4 years ago
.gitignore Project extracted from oidc-library with keycloak client related classes 4 years ago
.project Project extracted from oidc-library with keycloak client related classes 4 years ago
CHANGELOG.md Prepared for user to roles alignment #22084 3 years ago
FUNDING.md Aligned to new templates 4 years ago
LICENSE.md License file added 4 years ago
README.md Added helper functions to map groups to client's role and finalyzed JSON export importer also callable via Maven 3 years ago
pom.xml Prepared for user to roles alignment #22084 3 years ago

README.md

OIDC Keycloak Library

OIDC Keycloak Library provides some helpers that uses the Keycloak's clients Java API. The project also provide a command line program that generates all the clients related to a gCube infrastructure on a Keycloak server, starting from the infrastructure Context-Users-Roles JSON export.

Structure of the project

The source code is present in src folder.

Built With

Documentation

To build the library JAR it is sufficient to type

mvn clean package

Launch the json import to REALM

In order to perform the import of an infrastructure JSON export file it's sufficient to type:

mvn exec:java -Dexec.args="[keycloak-auth-base-url] [keycloak-admin-user] [keycloak-admin-pass] [realm-name] [json-export-path] [[avatar-base-url] [[avatars-target-folder]]]"

Change log

See Releases.

Authors

How to Cite this Software

[Intentionally left blank]

License

This project is licensed under the EUPL V.1.1 License - see the LICENSE.md file for details.

About the gCube Framework

This software is part of the gCubeFramework: an open-source software toolkit used for building and operating Hybrid Data Infrastructures enabling the dynamic deployment of Virtual Research Environments by favouring the realisation of reuse oriented policies.

The projects leading to this software have received funding from a series of European Union programmes see FUNDING.md

Acknowledgments

[Intentionally left blank]