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

Allowing commas in multiValue values #69

Open
ksmithut opened this issue May 26, 2021 · 0 comments
Open

Allowing commas in multiValue values #69

ksmithut opened this issue May 26, 2021 · 0 comments

Comments

@ksmithut
Copy link

I have a use case where one of the multivalue values I'm trying to test has a comma in it. Specifically, I'm following some Shibboleth spec for affiliations where the affiliation attribute value looks like this: eduPersonAffiliation=student,eduPersonOrgDN=org
And there can be multiple values in that format. Any thoughts on how that can be supported? I'd be fine with it if all I need to do is encode the comma in some way that can still be seen as a comma on the receiving end. So If I need to encodeURIComponent or something, I would be fine with that.

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

No branches or pull requests

1 participant