This PR adds the ability to use the UPN (userPrincipalName) as the GitHub username and split on the @ character. This would mean that user@example.onemicrosoft.com becomes user, which is necessary for mapping to GitHub. If you have a custom attribute for GitHub username then this is not needed
This PR adds the ability to use the UPN (
userPrincipalName
) as the GitHub username and split on the@
character. This would mean thatuser@example.onemicrosoft.com
becomesuser
, which is necessary for mapping to GitHub. If you have a custom attribute for GitHub username then this is not needed