Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

jda/kayako-crowd-loginshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kayako-crowd-loginshare (KCLS)

No Maintenance Intended

Provides a Kayako LoginShare API endpoint to authenticate staff users against Atlassian Crowd using the Crowd REST API.

Configuration

KCLS is designed as a 12-Factor app and includes a procfile for easy deployment on compatible platforms such as Heroku or Deis. As such configuration is through environment variables and logging is to stdout.

You'll need to set the following configuration variables:

  • CROWD_APPNAME - Crowd App Name (match setting in Crowd)
  • CROWD_APPPASS - Crowd App Password (match setting in Crowd)
  • CROWD_BASEURL - Crowd base URL, e.g. https://mycrowd.example.com/crowd/
  • KAYAKO_FORCE_TEAM - Set this to the name of a team in Case to force authorised users to be part of that team.
  • KAYAKO_ALLOWED_INTERFACES - set this to the interfaces that authenticated users are allowed to access, seperated by commas (and no spaces) if you want more than one. Valid interfaces are: staff, winapp, mobile, and staffapi.

About

Lets Kayako helpdesk products authenticate staff against Atlassian Crowd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages