Hello
@Cindy.cicalese first i woulk like to thank you very much for your support, finally i can implement SSO with AD Azure using OpenIDConnect and PluggableAuth_Config.
Now after login i have permission error
You do not have permission to read this page, for the following reason:
The action you have requested is limited to users in one of the groups: Administrators, app_wiki_usr
Acutally i have the groupe "app_wiki_usr" on my MW and it has a "READ" permission
$wgGroupPermissions['app_wiki_usr']['read'] = true;
1- should I create the same groupe on Azure AD and add users to IT ?
2- for mapping group do you confirm that I should add on $wgPluggableAuth_Config ONYLY this lines bellow ?
'groupsyncs' => [
[
'type' => 'mapped',
'map' => [
'app_wiki_usr' => [ 'groups' => 'app_wiki_usr' ],
]
]
];
Have a nice day