
This project has reached end of life, which means no new features will be added. Security patches and important bug fixes will end as of 2023. Check out [SATOSA](https://github.com/IdentityPython/SATOSA) and its [OIDC frontend](https://github.com/UniversitaDellaCalabria/SATOSA-oidcop) instead.
## Description
This project has been forked from the [MITREid Connect repository](https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server). However, due to split between the paths we want to take with the project, we have decided to remove the fork relationship. All the original code will stay licensed to the original project. We would like to thank the developers of the original project for their work and wish them all the best in its continuation.
## Contribution
...
...
@@ -7,7 +13,7 @@ This project has been forked from the [MITREid Connect repository](https://githu
This repository uses [Conventional Commits](https://conventionalcommits.org/).
Any change that significantly changes behavior in a backward-incompatible way or requires a configuration change must be marked as BREAKING CHANGE.
# Building
## Build
Project is built with `mvn clean package` command. Following parameters can be passed to modify the final build:
...
...
@@ -44,6 +50,6 @@ Following are the options for customization of logging when building
- file extension: `-Dlog.file-extension=debug`
- default: `log`
## WAR file
### WAR file
The result war-file is located under the `perun-oidc-server-webapp/target/{NAME}.war`. The WAR should be deployed into a tomcat.