Property reference

glide.authenticate.external

The glide.authenticate.external property enables external authentication for users. When set to true, it allows integration with external authentication systems, which is crucial for organizations needing enhanced security and user management.

Default: false Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property configures the system to allow users to authenticate through external sources, improving flexibility in user access management.
What area does it affect? User Authentication
What does the default mean? The default value is "false", which means this behavior is disabled by default.
When should you review it? Review this property when implementing or updating authentication methods for user access.

Out of the box property record

Raw metadata from the property record.

Property name glide.authenticate.external
Sys ID ee45121ec0a8011b0009266628de9041
Type boolean
Application Global
Default value false
Description Enable external authentication.
Updated 2024-05-25 04:38:44

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... for cloning when you activate Multiple Provider Single Sign-On integration. Name Table Conditions Certificate X.509 Certificates [sys_certificate] None Core Instance Properties System Property [sys_properties] • [OR] [Name] [is one of] [glide.authenticate.external, glide.authenticate.external.logout_redirect] • [OR] [Name] [starts with] [com.snc.integration.saml_esig] • [OR] [Name] [is one of] [glide.smtp.port, glide.smtp.auth, glide.smtp.encryption] • [OR] [Name] [starts with] [glide.authenticate.multisso] • [OR] [Name] [is] [glide.authenticate.sso.redirect.idp] Note: The properties ...
Documentation excerpt View supporting context
Context preview Snippet 2
... IdP if is enabled. Click Use External Login to access the IdP login screen. Note: In order to automatically get redirected to the IdP login page, you must set the glide.authenticate.external system property. ◦Your code, if MFA is enabled. 5. Click Allow or Deny to complete the authorization and issue the tokens. The process that follows is outlined in OAuth authorization ...