You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Greetings,
I am currently working on a JIRA integration with Azure AAD. I have an issue with users from an external company (cross-tenant-collab) and provisioning / logging them into our JIRA.
The issue is as follows:
1. The user logs in via the "Microsoft" SSO. The authentication happens on their home tenant. They log in with a shorthand adress like "abc23@company.com"
This means their username is "abc23@company.com" - However, they never use this mail anywhere, so I would need to provision them to JIRA with their long mail adress "firstname.lastname@subdomain.company.com"
However, when they log in and complete their company auth flow, it shows "logged in as abc23@company.com" , which of course means they can not access the page.
Is it possible to take this shorthand mail/username and replace the claim with the long mail attribute?