Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.04 KB

This repository is no longer maintained. Please see the fork: https://github.com/salesforceidentity/axiom



Axiom

Axiom is a web-based suite of tools for learning, testing, and troubleshooting single sign-on solutions for Salesforce.com, available at https://axiomsso.herokuapp.com. The tools include:

  • SAML Identity Provider & Tester
  • Token-Based Authentication
  • Self Authentication Service
  • OAuth Tester

Deployment

The canonical instance of Axiom is running at https://axiomsso.herokuapp.com, but you can easily create your own instance on Heroku, which is helpful for forks or other experimentation:

Deploy to Heroku

Development

To install and run Axiom locally with Jetty Runner:

git clone git://github.com/ryanbrainard/axiom.git
cd axiom
mvn clean install
java $JAVA_OPTS -jar target/dependency/jetty-runner.jar target/*.war

Then go to http://localhost:8080 in your browser.