Skip to content

Adobe-Marketing-Cloud/aem-communities-oauth-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AEM Communities Sample OAuth Provider

This sample code demonstrates a basic implementation of a Provider to enable one to implement a custom OAuth Provider for AEM Communities.

Building

This project uses Maven for building.

First, be sure that your Maven settings.xml file contains the Adobe Public Maven Repository profile (see: repo.adobe.com)

Common build commands:

From the root directory, run mvn -PautoInstallPackage clean install to build the bundle and content package and install to a CQ instance.

From the bundle directory, run mvn -PautoInstallBundle clean install to build just the bundle and install to a CQ instance.

Specifying CRX Host/Port

The CRX host and port can be specified on the command line with: mvn -Dcrx.host=otherhost -Dcrx.port=5502

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages