Giter Club home page Giter Club logo

atlassian's Introduction

Atlassian Plugins

OneLogin Authenticators for Confluence and Jira

Overview

The included projects are for the purpose of autheticating with Atlassian's Jira and Confluence. These projects are largely based on work from the public onelogin github repo java-saml. For details on how to work with SAML and onelogin in general please refer to that project. Documentation for setting up a particular Atlassian project is included in each are of this repo. That is to say documentation for setting up and configuring Confluence is in the confluence directory. Documentation for Jira is in the Jira directories.

OneLogin will review and test changes proposed by the opensource community on a qarterly basis.

Builds

These projects are written in Java and the builds are based on Maven. Requirements for building include:

  1. A current version of Java
  2. A current version of Maven. (For details on Maven see https://maven.apache.org/.)

Builds have been tested with Java version 1.8.0_60 and Maven 3.3.3. The version of Java you choose to build with will be dependent on the requirements of your use case.

To build one of the Atlassian projects:

  1. Sync to the latest of onlogin/atlassian
  2. cd to the project you would like to build. For example confluence/version4
  3. run 'mvn clean install'

The build for confluence version4 may require you to add the customauth-conf jar file to your local maven repo. To do so run the following command from the version4 directory 'mvn install:install-file -Dfile=customauth-conf-0.4.jar -DgroupId=com.onelogin -DartifactId=customauth-conf -Dversion=0.4 -Dpackaging=jar'

The build for Jira version4 may require that you add the customauth-jira jar file to your local maven repo. To do so run the following command from the jira/version4 directory 'mvn install:install-file -Dfile=customauth-jira-0.4.jar -DgroupId=com.onelogin -DartifactId=customauth-jira -Dversion=0.4 -Dpackaging=jar'

The build for Jira version6 has an additional dependency, the latest OneLogin java-saml jar (java-saml-1.1.2.jar), from the onelogin/java-saml project on GitHub. So for building Jira version6 the steps are:

  1. Sync onelogin/java-saml
  2. Build onelogin/java-saml (it's also a Maven/Java project).
  3. Run 'mvn clean install' to place the java-saml-1.1.2.jar in your local Maven repository
  4. Next pull the lastest from onelogin/atlassian and run 'mvn install' from version6 to bulid your Jira version6 artifacts as above.

atlassian's People

Contributors

iguanajazz avatar raosev avatar gmarrufo avatar caius47 avatar mlassau avatar

Watchers

Floris Janssens avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.