Skip to content

allan-simon/taiga-contrib-ping-federate-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taiga contrib Ping Federate auth

The Taiga plugin for Ping Federate authentication

Installation

Taiga Back

In your Taiga back python virtualenv install the pip package taiga-contrib-ping-federate-auth with:

  pip install taiga-contrib-ping-federate-auth

Modify your settings/local.py and include the line:

  INSTALLED_APPS += ["taiga_contrib_ping_federate_auth"]

Taiga Front

Download in your dist/plugins/ directory of Taiga front the taiga-contrib-ping-federate-auth compiled code:

  cd dist/plugins/
  svn export "https://github.com/allan-simon/taiga-contrib-ping-federate-auth/trunk/front/dist" "auth"

Download in your dist/images/contrib directory of Taiga front the taiga-contrib-ping-federate-auth google icon:

  cd dist/images/contrib
  wget "https://raw.googleusercontent.com/taigaio/taiga-contrib-google-auth/stable/front/images/contrib/google-logo.png"

Include in your dist/conf.json in the contribPlugins list the value "/plugins/auth/ping_federate_auth.json":

...
    "contribPlugins": ["/plugins/auth/ping_federate_auth.json"]
...

Running tests

3/12/15: PLEASE NOTE: These tests were just copied from the github plugin and are not yet operational. They will be updated shortly.

We only have backend tests, you have to add your taiga-back directory to the PYTHONPATH environment variable, and run py.test, for example:

  cd back
  add2virtualenv /home/taiga/taiga-back/
  py.test

About

SAML public for taiga (taiga.io)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published