Download the PHP package miniorange/keycloak_sso without Composer

On this page you can find all versions of the php package miniorange/keycloak_sso. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package keycloak_sso

This is a Typo3 extension from miniOrange Inc. for Keycloak Single-Sign-On (SSO). 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:

  1. Composer Installation:     Run the below command to install the extension:     - composer require miniorange/keycloak_sso

            OR

  1. Manual Installation:     - Unzip the plugin zip into the typo3conf/ext folder and activate the extension from the Extensions section in Typo3.

  2. After installing the extension, apply the database changes, if not applied automatically.

  3. Create the two standard pages as feoidc and response and add the feoidc and response pages, respectively, to them.

  4. Once the extension is installed successfully, navigate to the OpenID Connect Client tab of the plugin and fill in all the required fields as below:     - OAuth/ OpenID Provider Name: {Name of your provider (e.g., Keycloak)}     - Application type: OAuth/OpenID Connect     - Frontend Redirect/Callback Url : {Response Plugin Page URL which you created in step 4} (You will need to provide this URL to your       OAuth/OIDC provider i.e., Keycloak)     - feoidc page URL: {feoidc Plugin Page URL which you created in step 4}     - Client ID : {You will get it from your provider, i.e., keycloak}     - Client Secret : {You will get it from your provider, i.e., keycloak}     - Scope : openid profile email     - Authorization Endpoint : /realms/{realm-name}/protocol/openid-connect/auth     - Token Endpoint : /realms/{realm-name}/protocol/openid-connect/token     - User Info Endpoint : /realms/{realm-name}/protocol/openid-connect     - Set client credentials in : Header/Body

  5. Provide the redirect/callback URL in your Keyclaok application by copying it from Frontend Redirect/Callback Url field in OpenID Connect Client tab.

  6. Once you are done with the configurations on both ends (i.e., Typo3 and Keycloak), click on the Test Configuration button in the OpenID Connect Client tab of the plugin and check if you are able to test it successfully.

  7. Navigate to the Attribute Mapping tab and map the Username attribute to the keycloak attribute using which you want to identify the users in Typo3 (you can find all the attributes received from keycloak in the test configuration).

  8. Navigate to the Group Mapping tab of the plugin and save the Group Mapping for Frontend Users by selecting the Default Usergroup.

  9. Once you have done all the above steps, you are ready to test the SSO. You can use your Feoidc Page URL in order to initiate the SSO.

You can refer to the below guide link for more information: https://plugins.miniorange.com/keycloak-single-sign-on-typo3-sso-oauth-openid-connect


All versions of keycloak_sso with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^8. || ^9. || ^10. || ^11. || ^12. || ^13.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package miniorange/keycloak_sso contains the following files

Loading the files please wait ....