Changeset 2432102
- Timestamp:
- 12/05/2020 06:33:18 AM (5 years ago)
- Location:
- o365-user-authentication/trunk
- Files:
-
- 3 edited
-
inc/o365_user_auth_online_class.php (modified) (2 diffs)
-
o365-user-auth-online.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
o365-user-authentication/trunk/inc/o365_user_auth_online_class.php
r2278275 r2432102 228 228 { 229 229 global $wpdb; 230 $user_email_setting = ''; 230 231 // Try to find an existing user in WP where the UPN of the current AAD user is 231 232 // (depending on config) the 'login' or 'email' field … … 253 254 $azure_login_setting_flow = json_decode( $azure_login_setting_flow ); 254 255 $mapped_fields = unserialize( $azure_login_setting_flow->user_auth_mapping_fields ); 255 $user_email_setting = $azure_login_setting_flow->user_email_setting; 256 if( isset($azure_login_setting_flow->user_email_setting ) ){ 257 $user_email_setting = $azure_login_setting_flow->user_email_setting; 258 } 259 256 260 /*get azure login user seeting:end */ 257 261 /*Get Mapped fields and assign azure API data to WordPress user fields Start Here*/ -
o365-user-authentication/trunk/o365-user-auth-online.php
r2278286 r2432102 4 4 * Plugin Name: Office 365 User Authentication 5 5 * Plugin URI: http://www.wpintegrate.com/ 6 * Version: 2. 06 * Version: 2.1 7 7 * Author: wpintegrate.com 8 8 * Author URI: http://www.wpintegrate.com/ -
o365-user-authentication/trunk/readme.txt
r2427732 r2432102 4 4 Tags: authentication login, azure active directory sso, office 365, dynamics crm, sharepoint 5 5 Requires at least: 3.5.2 6 Tested up to: 5. 2.46 Tested up to: 5.5.3 7 7 Requires PHP: 5.6.36 8 Stable tag: 2.0 8 Tested up to PHP: 8.0.0 9 Stable tag: 2.1 9 10 License: GPLv2 or later 10 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.