But I have problem with passing groupname (either Administrator or Editor based on logined user's group) to autolink dynamically during login. Because code getting setup at start up and then autolink is getting called afterwards.
Also, Is there any way to resync profile after changed in the group in AD ? Currently sync works only for the first time.
Adding Backoffice user to Group dynamically
hi,
I have setup back office with Azure Active Directory. In AD, I have two user groups
Users are added to these two groups in active directory respectively and I am getting correct values in Claims for logged in user
So in in Extension Class, I have code to auto link user with Umbraco
But I have problem with passing groupname (either Administrator or Editor based on logined user's group) to autolink dynamically during login. Because code getting setup at start up and then autolink is getting called afterwards.
Also, Is there any way to resync profile after changed in the group in AD ? Currently sync works only for the first time.
Please guide me on how to achieve this.
is working on a reply...