Skip to content

The SAML Directory Manager is a Joget plugin for Single Sign-on (SSO) session/user authentication from SAML 2.0 Identity Providers to Joget.

License

Notifications You must be signed in to change notification settings

jogetoss/wflow-saml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

SAML is an XML-based, open-standard data format for exchanging authentication and authorization data between parties, in particular, between an identity provider and a service provider. Supported by many vendors and services, it is a popular method for single sign-on (SSO) between systems. This plugin extends the Security Enhanced Directory Manager to support SAML 2.0 Identity Provider-Initiated Login SSO.

NOTE: The current functionality only supports IdP-initiated SSO and is tested to work with:

Note: When building the plugin, if you encounter the error below:

The POM for org.joget:wflow-enterprise-plugins:jar:7.0-SNAPSHOT is missing, no dependency information available

Failed to execute goal on project record-locking-form-element: Could not resolve dependencies for project org.joget.plugin.saml:wflow-saml:bundle:7.0.0: Could not find artifact org.joget:wflow-enterprise-plugins:jar:7.0-SNAPSHOT -> [Help 1]

To obtain this jar, you will need to find it in the extracted jw.war folder. You can also find it in your joget installation /jw/WEB-INF/lib directory. Please run the following command to install the dependencies.

mvn install:install-file -Dfile=jw-enterprise-plugins-7.0.31.jar -DgroupId=org.joget -DartifactId=wflow-enterprise-plugins -Dversion=7.0-SNAPSHOT -Dpackaging=jar -DgeneratePom=true

*Take note of the version (jw-enterprise-plugins-7.0.31.jar), and make sure you change it to your respective version.

Getting Help

JogetOSS is a community-led team for open source software related to the Joget no-code/low-code application platform. Projects under JogetOSS are community-driven and community-supported. To obtain support, ask questions, get answers and help others, please participate in the Community Q&A.

Contributing

This project welcomes contributions and suggestions, please open an issue or create a pull request.

Please note that all interactions fall under our Code of Conduct.

Licensing

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

NOTE: This software may depend on other packages that may be licensed under different open source licenses.

About

The SAML Directory Manager is a Joget plugin for Single Sign-on (SSO) session/user authentication from SAML 2.0 Identity Providers to Joget.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages