Deploying with Jetty

How to integrate Artifactory with OpenID Connect OAuth 2.0 ?

AuthorFullName__c
Nimer Bsoul
articleNumber
000004350
ft:sourceType
Salesforce
FirstPublishedDate
2019-06-04T08:05:03Z
lastModifiedDate
2024-03-10T07:47:39Z
VersionNumber
9

The server webapp can be deployed using an embedded Jetty instance inside of Maven. To deploy to Jetty, first install the MITREid application to your local Maven repository by running the following from the maven parent project directory:

$ mvn clean install

To run the embedded Jetty server and deploy the server webapp, run the following command from the openid-connect-server-webapp directory. Note: Do not run this command from the parent project directory:

$ mvn jetty:run-war

This will deploy the server to https://localhost:8080/openid-connect-server-webapp. You can log in to it with username: user and password: password.