Name | Default | Description |
---|
idp.authn.IPAddress.order | 1000 | Flow priority relative to other enabled login flows (lower is "higher" in priority) |
idp.authn.IPAddress.nonBrowserSupported | true | Whether the flow should handle non-browser request profiles (e.g., ECP) |
idp.authn.IPAddress.passiveAuthenticationSupported | true | Whether the flow allows for passive authentication |
idp.authn.IPAddress.forcedAuthenticationSupported | false | Whether the flow supports forced authentication |
idp.authn.IPAddress.proxyRestrictionsEnforced | %{idp.authn.enforceProxyRestrictions:true} | Whether the flow enforces upstream IdP-imposed restrictions on proxying |
idp.authn.IPAddress.proxyScopingEnforced | false | Whether the flow considers itself to be proxying, and therefore enforces SP-signaled restrictions on proxying |
idp.authn.IPAddress.discoveryRequired | false | Whether to invoke IdP-discovery prior to running flow |
idp.authn.IPAddress.lifetime | %{idp.authn.defaultLifetime:PT60S} | Lifetime of results produced by this flow |
idp.authn.IPAddress.inactivityTimeout | %{idp.authn.defaultTimeout:PT60S} | Inactivity timeout of results produced by this flow |
idp.authn.IPAddress.lifetimeStrategy 5.2 | Function returning null | Bean ID of Function<ProfileRequestContext,Duration> overriding a specific result’s lifetime |
idp.authn.IPAddress.inactivityTimeoutStrategy 5.2 | Function returning null | Bean ID of Function<ProfileRequestContext,Duration> overriding a specific result’s inactivity timeout |
idp.authn.IPAddress.reuseCondition | shibboleth.Conditions.TRUE | Bean ID of Predicate<ProfileRequestContext> controlling result reuse for SSO |
idp.authn.IPAddress.activationCondition | shibboleth.Conditions.TRUE | Bean ID of Predicate<ProfileRequestContext> determining whether flow is usable for request |
idp.authn.IPAddress.subjectDecorator | | Bean ID of BiConsumer<ProfileRequestContext,Subject> for subject customization |
idp.authn.IPAddress.supportedPrincipals | (see below) | Comma-delimited list of protocol-specific Principal strings associated with flow |
idp.authn.IPAddress.addDefaultPrincipals | true | Whether to auto-attach the preceding set of Principal objects to each Subject produced by this flow |
idp.authn.IPAddress.c14n.flows 5.2 | | Comma-delimited list of c14n methods (beans) to run after use of this login flow |