github GitHub Changelog ·

SCIM User Responses Now Include profileUrl Attribute

securitygaengineer
feature

GitHub SCIM user responses now include the `profileUrl` attribute, conforming to RFC 7643. This attribute provides the absolute URL of the GitHub account linked to an external identity, simplifying matching SCIM records for identity providers and IT teams. Previously, this required extra lookups or inference, but now the `profileUrl` can be read directly. This is an additive change that does not affect existing integrations, allowing users to adopt it as needed.

Features (1)
  • SCIM User Responses Include profileUrl Attribute

    GitHub SCIM user responses now include the `profileUrl` attribute, as defined by RFC 7643. This attribute provides the absolute URL of the GitHub account linked to an external identity, streamlining identity provisioning for IT teams. It is an additive change that does not affect existing integrations, allowing direct consumption of the attribute when present.

Read the original announcement →

https://github.blog/changelog/2026-09-16-scim-user-responses-now-include-a-profileurl-attribute

Related releases