Hello, I am migrating my rules to actions.
I have one rule that assigns a custom variable’s (sso_client) value from the query string to an idToken.
However this seems to be failing in Login/Post-login actions.
Is there anything I missed out ?
Hey @userraj !
Out of curiosity, is the event.connection
value being set correctly as a claim on the ID token? Are you able to console.log(event.request.query.sso_client)
? This would be logged in “Action Details” if you go to Monitoring → Logs → Successful Login.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.