SAML.to
Search
⌃K

Substitutions

Use Substitution Handlebars to inject Assertion-time Variables
Missing something? Let us know by filing an issue!

User Data

<#= user.fullName #>
<#= user.firstName #>
<#= user.lastName #>
<#= user.email #>
<#= user.selectedRole #>
<#= user.github.id #>
<#= user.github.login #>

Repository Data

<#= repo.fullName #> (includes org/)
<#= repo.name #> (excludes org/)
<#= repo.email #>
<#= repo.selectedRole #>

Provider Data

<#= provider.variables.VARIABLE_NAME #>
This is a 1-1 copy of whatever is in provider.variables for the role being assumed.

System Data

<#= system.organization #>
<#= system.entityId #>
<#= system.entityIdUriEncoded #>
<#= system.loginUrl #>
<#= system.logoutUrl #>
<#= system.sessionId #>
<#= system.selectedRole #>