Skip to content

Commit

Permalink
Initial commit of an OpenID Connect Handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
hasinidilanka committed May 3, 2018
1 parent 15cb9e9 commit 8f34375
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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.
11 changes: 11 additions & 0 deletions 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>

0 comments on commit 8f34375

Please sign in to comment.