When augmentation is enabled there is a call to retrieve the UserPrincipal to augment with group membership however currently this call uses the method FindByIdentity which assumes that the value of the claim in our case email matches UPN however in our target environment this is not the case and therefore doesn't successfully return the group membership an this be changed to use a PrincipalSearcher I have already made the change for our environment and I'm happy to share the solution.
Comments: Hello, please feel free to share your solution, or fork the project on GitHub and submit a pull request if you like. thanks, Yvan
Comments: Hello, please feel free to share your solution, or fork the project on GitHub and submit a pull request if you like. thanks, Yvan