Help with generating the saml_response
Hey all -
What does the syntax look like to send additional attributes, I want to specify groups/name/etc in here:
encode_SAMLResponse(user.email)
I tried this, it doesn't work..
encode_SAMLResponse(user.email, name: user.full_name, groups: [user.account_id])