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

Send Attribute with multiple AttributeValue #489

Open
antsremedy opened this issue Sep 12, 2022 · 2 comments
Open

Send Attribute with multiple AttributeValue #489

antsremedy opened this issue Sep 12, 2022 · 2 comments
Labels

Comments

@antsremedy
Copy link

I wonder how to send SAML Response with Attribute that contains multiple values, for example:

<Attribute Name="emails"> <AttributeValue>[email protected]</AttributeValue> <AttributeValue>[email protected]</AttributeValue> </Attribute>

Only found that if I pass array ["[email protected]", "[email protected]"] as an value it transforms to string: [email protected],[email protected]

@antsremedy
Copy link
Author

@tngan Can you help with it?

@tngan
Copy link
Owner

tngan commented Sep 18, 2022

@antsremedy We haven't supported one attribute contains multiple values yet. Let me handle this as a feature request.

@tngan tngan added the feature label Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants