Share via

How to Add Last Name Claim in Microsoft Entra ID for SAML Response in SSOJet?

code-vj 95 Reputation points
2026-04-07T07:44:24.1066667+00:00

I want to configure the Last Name claim in my Microsoft Entra ID application so that the last name is included in the SAML response sent to SSOJet. However, I am not able to find the option in the Entra portal to add or map the last name claim. added the screenshot for the reference right now it is not showing any option

User's image

Microsoft Security | Microsoft Identity Manager
0 comments No comments

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-04-07T07:44:44.28+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To include the last name in the SAML response for SSOJet, configure a SAML claim that maps to the user.surname attribute in Microsoft Entra ID.

    Steps in the Microsoft Entra admin center:

    1. Go to Entra ID → Enterprise applications → [your SSOJet app] → Single sign-on → SAML.
    2. In Attributes & Claims, select Edit.
    3. In the User Claims / Additional claims section, select Add new claim.
    4. In Name, enter the claim name that SSOJet expects for last name (for example, lastname or the URI they specify).
    5. Leave Namespace blank unless SSOJet requires a specific URI.
    6. Set Source to Attribute.
    7. In Source attribute, select user.surname.
    8. Select Save.

    After saving, the SAML token issued for this application will contain a claim whose value is the user’s last name from Entra ID, mapped from user.surname, similar to how other apps map last name/surname in the examples.


    References:

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.