Open-Id Connect (OIDC) common classes
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.
Go to file
Mauro Mugnaini 098bfc9fef
Removed `permission` list from exchange method signature and improved it adding also `refresh-token` as requested token type and `offline_access` scope. Added also extra headers support for all the token methods.
1 day ago
.settings Moved to `maven-portal-bom` `v3.7.0` and `openjdk11` 2 days ago
src Removed `permission` list from exchange method signature and improved it adding also `refresh-token` as requested token type and `offline_access` scope. Added also extra headers support for all the token methods. 1 day ago
.classpath Moved to `maven-portal-bom` `v3.7.0` and `openjdk11` 2 days ago
.gitignore Intial GIT commit 4 years ago
.project Intial GIT commit 4 years ago
CHANGELOG.md Token exchange (#27099) 6 days ago
FUNDING.md Aligned to new templates 4 years ago
LICENSE.md Renamed packages from com.nubisware.* to org.gcube.* 4 years ago
README.md Fixed capitalized letter in title inside the README.md file 3 years ago
pom.xml Moved to `maven-portal-bom` `v3.7.0` and `openjdk11` 2 days ago

README.md

OIDC Library

OIDC Library provides the basic common classes for OpenId Connect (OIDC) integration and some helper abstract functions for the gCube framework integration

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 install

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]