-
|
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hey @vin! Try this... In your Alternatively you can use things like:
Or you can build a string in Here's a list of the substitutions available: https://docs.saml.to/configuration/reference/substitutions |
Beta Was this translation helpful? Give feedback.
-
|
As an advanced example you wanted to include full information of what/who/where: to have |
Beta Was this translation helpful? Give feedback.
Hey @vin!
Try this...
In your
saml-to.yaml:Alternatively you can use things like:
<#= user.github.email #><#= user.github.firstName #><#= user.github.lastName #>Or you can build a string in
https://aws.amazon.com/SAML/Attributes/SourceIdentity:that concatenates any string yo…