SCIM User Sync/provisioning plugin provides Automated user synchronization from the identity provider to WordPress.
SCIM User Sync/provisioning provides SCIM capability to your WordPress site, converting it to a SCIM compliant endpoint which can be configured with many identity providers like Azure AD, Okta, OneLogin, G-suite / Google Apps, Centrify, JumpCloud, Keycloak, miniOrange IDP, and Custom Providers supporting SCIM protocol.
SCIM User Sync/provisioning plugin allows you to automate user creation, update and delete user information from the IDP (identity provider) in real-time to your WordPress site and automate user sync for WordPress from different IDPs.
To set up the user provisioning in your identity provider (IdP), use the SCIM endpoint from the plugin and configure the bearer token in your application. Users' feeds will be synchronized from the Identity Provider to your WordPress site instantaneously or in a time interval set in your IDP.
Our SCIM Automated User Sync/Provisioning plugin also allows real-time provisioning with custom Providers. Our User Sync/Provisioning (Auto Provisioning) plugin works with any IDP that conforms to the SCIM standard.
REQUIREMENTS
PHP
Minimum PHP version: 5.4.0
PHP HTTP Authorization Header enable
Most of the shared hosting has disabled the
HTTP Authorization Header by default.
To enable this option you'll need to edit your
.htaccess file adding the following code
RewriteEngine on RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule ^(.*) - [E=HTTP_AUTHORIZATION:%1]
WPENGINE
To enable this option you'll need to edit your
.htaccess file adding the following code
`
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
`
Bitnami
To enable this option you'll need to edit your
/opt/bitnami/apps/wordpress/conf/htaccess.conf file adding the following line.
You can also check this issue using this link
https://community.bitnami.com/t/need-to-pass-authorization-headers/44690
`
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
`
From
WordPress.org
- Download miniOrange SCIM User Sync/Provisioning.
- Unzip and upload the
SCIM User Sync/Provisioning
directory to your /wp-content/plugins/
directory.
- Activate SCIM User Sync/Provisioning from your Plugins page.
From your WordPress dashboard
- Visit
Plugins > Add New
.
- Search for
miniOrange SCIM User Sync/Provisioning
. Find and Install SCIM User Sync/Provisioning
.
- Activate the plugin from your Plugins page.
For any query/problem/request
Visit Help & FAQ section in the plugin OR email us at
info@xecurify.com or
Contact us. You can also submit your query from the plugin's configuration page.