2020-06-18 17:45:54 +02:00
|
|
|
# OIDC Library Portal
|
|
|
|
|
|
|
|
**OIDC Library Portal** provides the portal related implementation shared classes for OpenId Connect (OIDC) use in gCube framework
|
|
|
|
|
|
|
|
## Structure of the project
|
|
|
|
|
|
|
|
The source code is present in `src` folder.
|
|
|
|
|
|
|
|
## Built With
|
|
|
|
|
|
|
|
* [OpenJDK](https://openjdk.java.net/) - The JDK used
|
|
|
|
* [Maven](https://maven.apache.org/) - Dependency Management
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
To build the library JAR it is sufficient to type
|
|
|
|
|
|
|
|
mvn clean package
|
|
|
|
|
|
|
|
## Change log
|
|
|
|
|
|
|
|
See [Releases](https://code-repo.d4science.org/gCubeSystem/authorization-client/releases).
|
|
|
|
|
|
|
|
## Authors
|
|
|
|
|
2020-06-19 12:29:55 +02:00
|
|
|
* **Mauro Mugnaini** ([Nubisware S.r.l.](http://www.nubisware.com))
|
2020-06-18 17:45:54 +02:00
|
|
|
|
2020-08-13 18:28:41 +02:00
|
|
|
## How to Cite this Software
|
|
|
|
[Intentionally left blank]
|
|
|
|
|
2020-06-18 17:45:54 +02:00
|
|
|
## License
|
|
|
|
|
|
|
|
This project is licensed under the EUPL V.1.1 License - see the [LICENSE.md](LICENSE.md) file for details.
|
|
|
|
|
|
|
|
## About the gCube Framework
|
|
|
|
This software is part of the [gCubeFramework](https://www.gcube-system.org/ "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.
|
|
|
|
|
2020-08-13 18:28:41 +02:00
|
|
|
The projects leading to this software have received funding from a series of European Union programmes see [FUNDING.md](FUNDING.md)
|
|
|
|
|
|
|
|
## Acknowledgments
|
|
|
|
[Intentionally left blank]
|