diff --git a/oidc-handler/README.md b/oidc-handler/README.md new file mode 100644 index 000000000..c6c4f1144 --- /dev/null +++ b/oidc-handler/README.md @@ -0,0 +1,5 @@ +# Apache Sling OpenID Connect Handler + +This module is part of the [Apache Sling](https://sling.apache.org) project. + +This project is about creating an OpenID Connect Relying Party implementation for Apache Sling. \ No newline at end of file diff --git a/oidc-handler/pom.xml b/oidc-handler/pom.xml new file mode 100644 index 000000000..1ea218161 --- /dev/null +++ b/oidc-handler/pom.xml @@ -0,0 +1,11 @@ + + + + + 4.0.0 + org.apache.sling + org.apache.sling.oidchandler + 1.0-SNAPSHOT + + \ No newline at end of file