Download the PHP package miniorange/miniorange-saml without Composer
On this page you can find all versions of the php package miniorange/miniorange-saml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download miniorange/miniorange-saml
More information about miniorange/miniorange-saml
Files in miniorange/miniorange-saml
Package miniorange-saml
Short Description Typo3 SAML Single Sign-On (SSO) extension allows your users to login to your Typo3 site by authenticating with their SAML 2.0 IdP (Identity Providers). SAML Authentication extension for Typo3 extension allows SSO with Azure AD, Azure AD B2C, Keycloak, ADFS, Okta, Shibboleth, Salesforce, GSuite / Google Apps, Office 365, SimpleSAMLphp, OpenAM, Centrify, Ping, RSA, IBM, Oracle, OneLogin, Bitium, WSO2, NetIQ, ClassLink, FusionAuth, Absorb LMS and all SAML 2.0 capable Identity Providers into your Typo3 site. Typo3 SAML SSO extension by miniOrange provides features like Attribute Mapping, Group Mapping, and Role Mapping which helps to map user data from your IdP to Typo3. You can add an SSO Login Button on both your Typo3 frontend and backend (Admin Panel) login page with our extension.
License GPL-2.0-or-later
Informations about the package miniorange-saml
This is a Typo3 extension from miniOrange Inc. for SAML Single Sign On SSO (Backend + Frontend). Feel free to point out any bugs or issues. For any query or to enable premium features, contact us through the support form in the extension itself. Also, you can email [email protected] or visit https://www.miniorange.com/contact.
Installation Instructions:
- Composer Installation: Run the below command to install the extension: - composer require miniorange/miniorange-saml
OR
- Manual Installation: - Unzip the plugin zip into the typo3conf/ext folder, rename the plugin folder to sp and activate the extension from the Extensions section in Typo3.
Pre-requirements Before Configuring SP-Configurations
You must have atleast two pages before configuring the extension.
.. tip:: Pages can be created by the following steps:-
- Navigate to the Pages section and create new standard page with name fesaml and add fesaml plugin to it.
- Similarly create a page named response and and response plugin to it.
- Create SSO Login button in your Typo3 Frontend Site and embed the fesaml page URL to it in order to initiate the SSO.
Service Provider Metadata Configurations
-
Once the extension is installed successfully, navigate to the SP settings tab and configure the fields as below:
- Fesaml plugin page URL: {URL of the Fesaml standard page created in earlier steps}
- Response plugin page URL: {URL of the Response standard page created in earlier steps}
- Base URL: {Base URL of your Typo3 site}
- ACS URL: {URL of the Response standard page created in earlier steps}
- Issuer/Entity ID: {Base URL of your Typo3 site}
-
Once you save the above details, you can download the SP XML Metadata or you can use XML Metadata URL to upload it in your Identity Provider or you can upload it manually.
- You can choose the setup guide specific to your Identity Provider from below link: https://plugins.miniorange.com/typo3-saml-sso-setup-guides
Identity Provider Metadata Configurations (Using XML Metadata)
- Either download the IDP Metadata file or copy the IDP Metadata URL from your Identity Provider
- Navigate to the IDP Settings tab of the plugin and click on Upload IDP Metadata button
- Add the name of your Identity Provider.
- add the downloaded IDP Metadata file or paste the IDP Metadata URL copied from your Identity Provider and save it.
- Once you save the settings all the Metadata details will be fetched automatically.
OR
Identity Provider Metadata Configurations (Manually)
- Identity Provider Name: {Add your Identity Provider Name}
- IDP Entity ID: {Add your Identity Provider Entity ID}
- SAML Login URL: {Add your Identity Provider Single Sign On Service URL}
- SAML x509 Certificate: {Add your Identity Provider x509 certificate}
- Once you configure both Identity Provider and Service Provider Metadata, click the Test Configuration button to check if the configurations are made correctly.
Default Group Mapping
-
Navigate to the Group Mapping tab of the plugin, select the default group to be assigned to the new users in Typo3 and save the settings.
- Once you have done all the above steps, you are ready to test the SSO. You can use your Fesaml Page URL in order to initiate the SSO.
- If you are looking for anything which you cannot find, please drop us an email on [email protected]