Unable to Get Attributes in SAML Response (Zoom Integration) #582
Unanswered
pradeepkumarteel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @tngan,
I'm integrating samlify (v2.10.1) with Zoom as a SAML Service Provider and have run into a problem that’s made the integration difficult. I’d appreciate any guidance or clarification.
Problem: Attributes Missing from SAML Response
Despite providing attributes via the user object in idp.createLoginResponse(...), the generated SAML Response does not contain a
<saml:AttributeStatement>section at all.Even after supplying the user attributes via the user object in idp.createLoginResponse(...), the generated SAML response does not include a
<saml:AttributeStatement>section.According to the docs, we need to use a custom loginResponseTemplate, with a context key (for the full XML) and an attributes array (to define attribute mappings). However, this feels like unnecessary overhead for a very common use-case. At least redifining the context should be optional.
For example, instead of this verbose setup:
It would be much simpler and more intuitive if we could just define the attributes like this:
Request
Beta Was this translation helpful? Give feedback.
All reactions