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

scim (rfc 7643) specific struct #32

Closed
t2y opened this issue Jul 6, 2023 · 2 comments · Fixed by #37
Closed

scim (rfc 7643) specific struct #32

t2y opened this issue Jul 6, 2023 · 2 comments · Fixed by #37

Comments

@t2y
Copy link
Sponsor Contributor

t2y commented Jul 6, 2023

I'm considering to parse scim urn by go-urn. It's helpful to get an attribute from scim specific struct. Is this within the scope of go-urn?

@leodido
Copy link
Owner

leodido commented Jul 7, 2023

Hello @t2y, do you mean a sub-parser for the SCIM sub URN namespace?

Meaning, parsing this urn:ietf:params:scim:{type}:{name}{:other} ?

That could definitely be part of this library, yes. Feel free to send PR if you feel so :)

@t2y
Copy link
Sponsor Contributor Author

t2y commented Jul 7, 2023

@leodido Thanks. Yes. A URN struct might store type, name, and others from SCIM-specific information. Do you think implementing the sub-parser is a good idea? I'll try!

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 a pull request may close this issue.

2 participants