Forum Discussion
naveen25
Sep 10, 2026Occasional Reader
Microsoft SSO SAML Assertion Claims
While getting the assertions back from SAML Assertion Claims, I have configured the user.country & assigned some value in the field. But while getting the claim we are reading the some different valu...
BrunoViana
Sep 10, 2026Tin Contributor
IN is just the standard ISO 2-letter code Entra outputs for country. Working as intended.
If the app needs the full country name, the easiest fix is parsing the ISO code app-side. Otherwise populate extensionAttribute1 with the full string and map that as the claim source instead. You could mess with claim transformations in the portal, but it gets messy fast.
Also check the account properties in Entra just in case — make sure country is actually set and you're not looking at usageLocation.