Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. SSO with Kerberos

SSO with Kerberos

Added by Ron Meske almost 9 years ago

Hello,

I did a search and didn’t find anything mentioning Kerberos. Does OpenProject support Kerberos?

If it does, where can I find the documentation to set this up?

If not, what would it take to do this?

Regards,
Ron


Replies (3)

RE: SSO with Kerberos - Added by Oliver Günther almost 9 years ago

Hey Ron,

OpenProject does not explicitly support Kerberos in any available plugin, but since we employ OmniAuth as an authentication bridge and there seems to be a Kerberos implementation for it,
you can easily expose this strategy as an OpenProject plugin.

We have a guide for writing OmniAuth plugins: https://www.openproject.org/open-source/development/create-omniauth-plugin/
As a starting point, you can have a look at my LDAP auth plugin for OmniAuth: https://github.com/oliverguenther/openproject-auth_ldap

Best,
Oliver

RE: SSO with Kerberos - Added by Ron Meske almost 9 years ago

Hi Oliver,

What about SAML? It looks like there is OmniAuth-SAML on GitHub (https://github.com/omniauth/omniauth-saml).

Since OpenProject supports OmniAuth is this an easy drop-in?

Regards,
Ron

RE: SSO with Kerberos - Added by Oliver Günther almost 9 years ago

Hi Ron,

true - we do actively support SAML. Integrating that strategy should be nothing more than installing the following plugin:
https://github.com/finnlabs/openproject-auth_saml

Best,
Oliver

  • (1 - 3/3)
Loading...