Lines Matching refs:set

174 In production, the `strict` parameter **MUST** be set as `"true"` and the
175 `signatureAlgorithm` and `digestAlgorithm` under `security` must be set to
330 // If you need to specify requested attributes, set a
394 // if not set, url for the SLO Request will be used
584 In the security section, you can set the way that the SP will handle the messages
669 …e Attribute Consumer Service of the SP with this information. If we do not set a `'url'` param in …
671 We can set a `'returnTo'` url to change the workflow and redirect the user to the other PHP file.
682 * `$forceAuthn` - When true the `AuthNRequest` will set the `ForceAuthn='true'`
683 * `$isPassive` - When true the `AuthNRequest` will set the `Ispassive='true'`
685 * `$setNameIdPolicy` - When true the AuthNRequest will set a nameIdPolicy element.
1014 Also there are eight optional parameters that can be set:
1017 * `$name_id` - That will be used to build the LogoutRequest. If `name_id` parameter is not set and …
1021 * `$nameIdFormat` - The NameID Format will be set in the LogoutRequest.
1022 * `$nameIdNameQualifier` - The NameID NameQualifier will be set in the LogoutRequest.
1023 * `$nameIdSPNameQualifier` - The NameID SP NameQualifier will be set in the LogoutRequest.
1030 If we do not set a `'url'` param in the logout method and are using the
1034 We can set an `'returnTo'` url to change the workflow and redirect the user
1105 $returnTo = $spBaseUrl.'/demo1/attrs.php'; // but set a custom RelayState URL
1129 } // relayState set
1222 …settings the developer will be able to set a `'baseurl'` parameter that automatically will use `se…
1324 * `getAttributes` - Returns the set of SAML attributes.
1439 * `getBaseURL` - Returns the baseurl set on the settings if any.
1556 Notice that a `RelayState` parameter is set to the url that initiated the
1560 described at 2.1 with the difference that as `RelayState` is set the `attrs.php`.