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 specifies a comma-separated list of allowed URLs for redirection during the web client login process, preventing unauthorized redirects. |
| What area does it affect? |
Web client login |
| What does the default mean? |
No default value is documented in this property record. |
| When should you review it? |
Review this property when setting up or modifying login redirection for security or user experience purposes. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.cs.web_client_login_redirect_urls |
| Sys ID |
a54d4c9073331010c1dc32e954f6a711 |
| Type |
string |
| Application |
Global |
| Default value |
|
| Description |
A comma-separated allow list of URLs which can be passed in the sn_va_web_client_login.do?sysparm_redirect_uri=<string>. An empty value will not allow redirection. |
| Updated |
2024-05-25 04:27:04 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... authentication and redirects users to a chat widget page that you specify. You also specify the allowed URLs that can be passed in this script, by identifying them in the com.glide.cs.web_client_login_redirect_urls system property. Specify the full redirect URLs or the host part of the URL, such as https://example.com. This procedure requires that you set values for the following two system properties: ...
Related properties