I tried to play around with lambdas (both JWT populate and SAML reconcile), found next:
- in populate,
user.registrations[x].tokens
field is always empty (at least for SAML providers); - in reconcile,
samlResponse
containsconditions.audiencess[x]
->https://domain.name/samlv2/sp/4d7c275f-1e34-43b8-b651-103582e96fa3
with an IdP ID; - also, in Event Log, debug message of SAML lambda has an IdP ID in it:
SAML v2 IdP Response Debug Log for [IdP Name] with Id [4d7c275f-1e34-43b8-b651-103582e96fa3]
For now, I could extract an ID from conditions.audiencess
, but is there any other way to access it? audiencess
is an array, in my case with only one element, what else I should expect to receive in this array?