Open-Id Connect (OIDC) common classes
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.
2024-03-27 18:43:21 +01:00
.settings Moved to `maven-portal-bom` `v3.7.0` and `openjdk11` 2024-03-26 11:40:54 +01:00
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. 2024-03-27 18:43:21 +01:00
.classpath Moved to `maven-portal-bom` `v3.7.0` and `openjdk11` 2024-03-26 11:40:54 +01:00
.gitignore Intial GIT commit 2020-05-21 15:47:28 +02:00
.project Intial GIT commit 2020-05-21 15:47:28 +02:00
CHANGELOG.md Token exchange (#27099) 2024-03-22 15:43:59 +01:00
FUNDING.md Aligned to new templates 2020-08-13 18:28:15 +02:00
LICENSE.md Renamed packages from com.nubisware.* to org.gcube.* 2020-06-18 10:56:20 +02:00
README.md Fixed capitalized letter in title inside the README.md file 2021-03-23 16:21:59 +01:00
pom.xml Moved to `maven-portal-bom` `v3.7.0` and `openjdk11` 2024-03-26 11:40:54 +01:00

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]