Skip to content

Adding additional attributes in saml_response #16

@theinventor

Description

@theinventor

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])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions