Download the PHP package ameos/ameos_scim without Composer
On this page you can find all versions of the php package ameos/ameos_scim. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ameos_scim
SCIM Extension for TYPO3
Overview
This TYPO3 extension provides an implementation of the System for Cross-domain Identity Management (SCIM) standard. SCIM is designed to simplify user management in cloud-based applications and services by providing a consistent way to manage user identities across various platforms.
Features
- User Provisioning: Automate user account creation, updates, and deletion.
- Group Management: Manage user groups and memberships.
- Schema Compliance: Fully compliant with SCIM 2.0 specifications.
- Extensible: Easily extend and customize to fit specific needs.
- Secure: Implements robust security measures to protect user data.
Requirements
TYPO3 v12 or higher PHP 8.0 or higher
Installation
Using Composer
Add the extension to your TYPO3 project:
Manual Installation
Download the extension.
Activate the extension in the TYPO3 Extension Manager.
Configuration
Add access
Create a scim access record on the root page and copy the secret. This secret can be used as Bearer in your provider configuration.
TypoScript Setup
Navigate to the TYPO3 Backend and go to the Template module.
Select your root page and click Edit the whole template record.
Add the static template SCIM Configuration.
Edit the plugin.tx_ameosscim.pid constant with the ID of the storage folder containing frontend users.
Extension Settings
You can activate or deactivate SCIM for backend or frontend and configure the api path in the extension settings.
Mapping configuration
The extension comes with a preconfigured mapping
You can modify this by indicating a path to a Yaml file in your sitepackage ext_localconf.php files with :
See default mapping in Configuration/Mapping/Configuration.yaml
Usage
API Endpoints
User Endpoints:
Group Endpoints:
Other Endpoints:
Example Requests
Create a User
Retrieve a User
Logging
The logging is connected to the scim channel
See the TYPO3 configuration for configuration: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Logging/Index.html
Extending the Extension
To extend the functionality of this extension, you can:
- Use event.
- Extend the mapping configuration.
- Xclass the extension classes.
For detailed information, refer to the TYPO3 Extension Development Documentation.
Support
For support, please open an issue on the GitHub repository or contact us at [email protected].
Contributing
We welcome contributions to this project. Please follow these steps to contribute:
- Fork the repository on GitHub.
- Create a feature branch (git checkout -b feature * your-feature).
- Commit your changes (git commit -am 'Add your feature').
- Push to the branch (git push origin feature/your-feature).
- Create a new Pull Request.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Thank you for using our SCIM extension for TYPO3. We hope it simplifies your user management and improves your productivity.
All versions of ameos_scim with dependencies
php Version ^8.0
tmilos/scim-filter-parser Version ^1.3