Hi, I’d like to embed the SSO external_id in some custom Javascript I’m pasting into my theme footer (using the ‘Custom HTML/CSS’ button)… is there a way to access the external_id from that template? i.e. something sorta like:
<script>
var id = {{ sso.external_id }};
</script>
If I can’t embed external_id, I would love to be able to embed the username and email.