bdelacretaz closed pull request #13: Initial commit of an OpenID Connect Handler. URL: https://github.com/apache/sling-whiteboard/pull/13
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/oidc-handler/README.md b/oidc-handler/README.md new file mode 100644 index 0000000..c6c4f11 --- /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 0000000..1ea2181 --- /dev/null +++ b/oidc-handler/pom.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.oidchandler</artifactId> + <version>1.0-SNAPSHOT</version> + +</project> \ No newline at end of file ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
