Skip to content

ScimMeta field on ScimResource interface is incompliant with the official SCIM core RFC 7643 #1022

@spitfire1970

Description

@spitfire1970

Issue
The type for ScimMeta field on the ScimResource interface is incompliant with the official SCIM RFC.

To Reproduce
See

export interface ScimMeta {
readonly created: Date;
readonly lastModified: Date;
readonly location?: string;
}

and compare with Section 2.3.5 of https://datatracker.ietf.org/doc/html/rfc7643#section-2.3.5

Expected behavior

  1. Both of these fields should be optional properties and should not be required.
  2. The type for the lastModified and created fields should just be a string and not a Date.

Screenshots
N.A.

Desktop (please complete the following information):
N.A.

Smartphone (please complete the following information):
N.A.

Metadata

Metadata

Labels

wontfixThis will not be worked on

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions