saml2-bridge-bundle | Symfony bundle that provide a SAML Identity Provider | Authentication library

 by   AdactiveSAS PHP Version: v0.10.0 License: GPL-3.0

kandi X-RAY | saml2-bridge-bundle Summary

kandi X-RAY | saml2-bridge-bundle Summary

saml2-bridge-bundle is a PHP library typically used in Security, Authentication applications. saml2-bridge-bundle has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

A bundle that adds SAML capabilities to your application using simplesamlphp/saml2 highly inspired by OpenConext/Stepup-saml-bundle.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              saml2-bridge-bundle has a low active ecosystem.
              It has 11 star(s) with 12 fork(s). There are 7 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 12 have been closed. On average issues are closed in 5 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of saml2-bridge-bundle is v0.10.0

            kandi-Quality Quality

              saml2-bridge-bundle has 0 bugs and 0 code smells.

            kandi-Security Security

              saml2-bridge-bundle has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              saml2-bridge-bundle code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              saml2-bridge-bundle is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              saml2-bridge-bundle releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              It has 3344 lines of code, 309 functions and 70 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed saml2-bridge-bundle and discovered the below as its top functions. This is intended to give you an instant insight into saml2-bridge-bundle implemented functionality, and help decide if they suit your requirements.
            • Builds the workflow definition .
            • Process a single logout request .
            • Creates a SignatureRequest from received data .
            • Add hosts section .
            • Sign a SAML2 response .
            • Creates a ReceivedMessage from received data .
            • Parse Hosted IdP configuration .
            • Get the response form .
            • Returns the configured identity provider .
            • Set the not before the assertion .
            Get all kandi verified functions for this library.

            saml2-bridge-bundle Key Features

            No Key Features are available at this moment for saml2-bridge-bundle.

            saml2-bridge-bundle Examples and Code Snippets

            No Code Snippets are available at this moment for saml2-bridge-bundle.

            Community Discussions

            QUESTION

            Symfony IDP - openssl signing error EVP_DecryptFinal_ex:bad decrypt - SHA256
            Asked 2019-May-13 at 13:02

            i've got a problem with the certificates i think. I've set up my idp and tested it with https://samltest.id/start-idp-test/. I'm using Symfony 3.4 with this bundle to create the idp.

            Now i want to add talentlms . I've created a self signed certificate on the server with the following command:

            openssl req -new -x509 -sha256 -newkey rsa:4096 -nodes -keyout key.pem -out cert.pem -days 365

            I've placed the files under app/Resources/saml_keys/ and added this path in the config:

            ...

            ANSWER

            Answered 2019-May-13 at 13:02

            I've found the problem. On my server i can't use the -sha256 flag. My new openssl command is openssl req -x509 -nodes -newkey rsa:4096 -keyout key_4096.pem -out cert_4096.pem -days 3655

            On talentlms i needed to put the cert file in the config. The generated hash was also wrong, because talentlms does not save the cert correctly. I've added a generated sha1 hash on my own and it worked.

            Source https://stackoverflow.com/questions/56072507

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install saml2-bridge-bundle

            Add the package to your Composer file. Add the bundle to your kernel in app/AppKernel.php.
            Add the package to your Composer file composer require adactive-sas/saml2-bridge-bundle
            Add the bundle to your kernel in app/AppKernel.php public function registerBundles() { // ... $bundles[] = new AdactiveSas\Saml2BridgeBundle\AdactiveSasSaml2BridgeBundle(); }

            Support

            SAML Support is limited, this bundle can be used to provide a basic identity provider with the following support:.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/AdactiveSAS/saml2-bridge-bundle.git

          • CLI

            gh repo clone AdactiveSAS/saml2-bridge-bundle

          • sshUrl

            git@github.com:AdactiveSAS/saml2-bridge-bundle.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Authentication Libraries

            supabase

            by supabase

            iosched

            by google

            monica

            by monicahq

            authelia

            by authelia

            hydra

            by ory

            Try Top Libraries by AdactiveSAS

            adsum-react-components

            by AdactiveSASJavaScript

            qrcode.js

            by AdactiveSASJavaScript

            adsum-web-map-examples

            by AdactiveSASHTML

            Examples

            by AdactiveSASJava

            translation-bundle

            by AdactiveSASPHP