@onmybus said in ZOOM and SSO Lambda writing:
samlResponse.assertion.subject.confirmation.recipient=[''];
No, a lot of the issues seems it either can't set a method or it's undefined.
In this case recipient is undefined.
@onmybus said in ZOOM and SSO Lambda writing:
samlResponse.assertion.subject.confirmation.recipient=[''];
No, a lot of the issues seems it either can't set a method or it's undefined.
In this case recipient is undefined.
As per https://www.reddit.com/r/Zoom/comments/go3s19/sso_with_fusionauth/?utm_source=share&utm_medium=web2x
How do I write to remove the recipient in Lambda? I am not proficient in writing lambda at all.
I tried something like this samlResponse.assertion.subject.confirmation.recipient=[''];