In custom login scripts there is a variable “@@config@@“ available. In SAML IDP connections there are “@@IssueInstant@@” and "@@ProtocolBinding@@“ variables.
Are these documented anywhere?
In custom login scripts there is a variable “@@config@@“ available. In SAML IDP connections there are “@@IssueInstant@@” and "@@ProtocolBinding@@“ variables.
Are these documented anywhere?
Variables can be placed into the AuthnRequest using the @@VariableName@@ syntax. Only variables that whose value resolve to be a string or integer will be transformed from the placeholder syntax. Deploy CLI Tool Environment Variables and Keyword Mappings
The @@config@@
construct is a placeholder that will be replaced by the runtime. See: Configuring @@config@@ for hosted login page - #2 by jmangelo