Git Product home page Git Product logo

camunda-saml-auth-plugin's Introduction

Camunda authentication using SAML and custom Identity Service

This project contains template to implement SAML login for your users using any identity provider (e.g. JumpCloud). It also implements a custom Process Engine Plugin to replace Camunda's default identity service with your own identity service as a store for users, groups and tenants.

Why should you use this template?

Camunda's documentation for using SAML is quite limited to using Keycloak as an identity provider and often developers will try to customize their code to implement SAML authentication with their own choice of Identity Provider. This repository contains complete implementation of SAML using any Identity provider along with custom identity store.

To configure your SAML config you need to modify the follwing files as per your own requirments:

  • ConfigSecurity.java
  • JumpCloudAuthenticationProvider.java
  • application.yml
  • saml-cert.pem

The REST-APIs authentication can be modified (if required) in the ProcessEngineAuthenticationFilter.java file.

Custom Process Engine Plugin for replacing default identity service

A custom process engine plugin is defined and registered in the CustomIdentityProviderPlugin.java file This plugin registers the CustomIdentityProvider which implements the ReadOnlyIdentityProvider interface definded by Camunda to provide custom queries.

We use an external REST based service to provide the users, group info. You can implement it in any way you like by modifying the files.

camunda-saml-auth-plugin's People

Contributors

fajar-ardian-fundingsocieties avatar goutham-madhawaraj avatar rohitfsmlk avatar utkarshfs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  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.