Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove param from SCIM types #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

t2y
Copy link
Contributor

@t2y t2y commented Jan 30, 2024

According to https://datatracker.ietf.org/doc/html/rfc7643#section-10.2.1, there is no param in the type definition.

 type
    The entity type, which is either "schemas" or "api".

Copy link
Owner

@leodido leodido left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for submitting it @t2y!

Anyway, I'm not sure whether there is a "param" type or not.

Quoting from the RFC 7643 section 10.2.1 at page 96:

Process of Identifier Assignment:

  Identifiers with namespace type "schema" (e.g.,
  "urn:ietf:params:scim:schemas") are assigned after the review of
  the assigned contact via the SCIM public mailing list,
  "[email protected]", as documented in [Section 10.3](https://datatracker.ietf.org/doc/html/rfc7643#section-10.3).

  Namespaces with type "api" (e.g., "urn:ietf:params:scim:api") and
  "param" (e.g., "urn:ietf:params:scim:param") are reserved for
  IETF-approved SCIM specifications.

To my understanding, it's just like the API type: reserved for IETF-approved SCIM specifications. That's why I created it, too.

What do you think?

@t2y
Copy link
Contributor Author

t2y commented Jan 30, 2024

Oh, I didn't notice that statement. It indicates that param might be added in the future. However, I couldn't find a real URN example including urn:ietf:params:scim:param when I tried to write a test code to parse it.

Either one of these is incorrect, I guess. Should we call for a report to the SCIM WG?

 type
    The entity type, which is either "schemas" or "api".
  Namespaces with type "api" (e.g., "urn:ietf:params:scim:api") and
  "param" (e.g., "urn:ietf:params:scim:param") are reserved for
  IETF-approved SCIM specifications.

Of course, you can reject this PR until the specification is clarified.

@leodido
Copy link
Owner

leodido commented Jan 31, 2024

Either one of these is incorrect, I guess. Should we call for a report to the SCIM WG?

I guess that would be the best thing to do.

Of course, you can reject this PR until the specification is clarified.

No need to. We can keep it open till more clear info emerges!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants