SCIM user responses now include a profileUrl attribute
GitHub has updated its SCIM API responses to include the 'profileUrl' attribute as defined by RFC 7643. This attribute provides the absolute URL for the GitHub account associated with an external identity.
Verified State Diff
Impact & Verification Analysis
Enterprise administrators and developers managing identity synchronization via SCIM.
It improves interoperability with third-party identity providers and simplifies the process of auditing or linking user accounts across enterprise systems.
Full Fact Overview
The System for Cross-domain Identity Management (SCIM) protocol is used by GitHub to automate user provisioning and deprovisioning for enterprise accounts. By adding the 'profileUrl' attribute, GitHub aligns its SCIM implementation more closely with the RFC 7643 standard. This change allows identity providers (IdPs) to programmatically retrieve a direct link to a user's GitHub profile, facilitating better integration between enterprise identity management systems and the GitHub platform.