I've added a Microsoft OAuth service and i would like to share with community.
I take this opportunity to request that it be made configurable whether or not new users can be registered
Here are de code :)
config file: App\Config\ShieldOAuthConfig.php
<?php
public array $oauthConfigs = [
'microsoft' => [
'client_id' => 'Get it from Microsoft Entra ID',
'client_secret' => 'Get it from Microsoft Entra ID',
'allow_login' => true,
],
];
Hi all,
I've added a Microsoft OAuth service and i would like to share with community.
I take this opportunity to request that it be made configurable whether or not new users can be registered
Here are de code :)
config file: App\Config\ShieldOAuthConfig.php
library file: App\Libraries\ShieldOAuth\MicrosoftOAuth.php