MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.3k stars 21.48k forks source link

familyName, not lastName, as part of SCIM user schema #69243

Closed Bellarmine-Head closed 3 years ago

Bellarmine-Head commented 3 years ago

In https://docs.microsoft.com/en-us/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups#table-1-outline-the-attributes-that-you-need (i.e. Table 1)...

name.lastName in the middle column is wrong. The schemas in https://tools.ietf.org/html/rfc7643 define "familyName", not "lastName".

The JSON example below the table is correct....

     "name":{
       "familyName":"Jensen",
       "givenName":"Barbara"
     },

Whether lastName in the third column of the table, given as the Azure AD attribute, is correct or not, I wouldn't know: worth checking though.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

JamesTran-MSFT commented 3 years ago

@Andrew-Webb Thanks for your feedback! We will investigate and update as appropriate.

JamesTran-MSFT commented 3 years ago

@Andrew-Webb Thank you for pointing this out! I have assigned this issue to the author who will investigate and update as appropriate.

Table: image

RFC 7643 reference: image

Thank you for your time and patience throughout this issue.

kenwith commented 3 years ago

@Andrew-Webb - I have added all of the issues you have brought up to our backlog and have a meeting with @ArvindHarinder1 who is the PM for this area. I am closing the issues out here in GitHub and have added notes to update the PR's with the GitHub Issues so they are tracked.

Thank you for the time to submit all of these issues on SCIM. I know it takes time to provide feedback when you notice something and I appreciate it.

please-close

kenwith commented 3 years ago

https://github.com/MicrosoftDocs/azure-docs-pr/pull/144824