Searched refs:sso_only (Results 1 - 5 of 5) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dconfig.h134 int sso_only; member in struct:__anon77
H A Dconfig.c505 if (c->sso_only > 0) {
506 SAVE_NUM_VALUE(conf, h, MAKE_TYPE(AM_CONF_SSO_ONLY, 0), c->sso_only);
978 r->sso_only = i->num_value;
H A Dprocess.c905 if (r->conf->sso_only) {
906 /* sso_only mode is interested only in user attributes (ignoring policy result) */
1147 || r->conf->sso_only) && e->scope == AM_SCOPE_RESPONSE_ATTRIBUTE_ONLY) {
1153 r->conf->sso_only ? "running sso-only mode" : "not enforced url with attribute fetch enabled");
H A Dconfig_file.c488 parse_config_value(instance_id, line, AM_AGENTS_CONFIG_SSO_ONLY, CONF_NUMBER, NULL, &conf->sso_only, NULL);
H A Dconfig_xml.c293 parse_config_value(ctx, AM_AGENTS_CONFIG_SSO_ONLY, CONF_NUMBER, NULL, &ctx->conf->sso_only, val, len);

Completed in 306 milliseconds