当前位置:网站首页>Secure Custom Web Application Login
Secure Custom Web Application Login
2022-08-03 12:33:00 【The user 7741497】
In addition to the recommended REST application support, the product supports two types of traditional Web applications: CSP and >Zen.It is important to follow the recommended protocol when configuring custom login pages that use CSP and Zen.These protocols provide greater security and minimize incompatibilities when upgrading to new products or versions.
AboutCreate a custom CSP login page
Create a custom CSP login page:
- Create a subclass of the
%CSP.Loginpage. - To customize the behavior of your application, override the subclass's
Drawmethod so that the page looks the way you want.These include methods to modify the appearance of the login page and methods to modify the appearance of the security token page (if using two-factor authentication):
- Login page method -
DrawCSS3STYLE,DrawHEAD,DrawSTYLE,DrawTitle - Security Token (ST) page methods -
DrawSTHEAD,DrawSTTitle
Note that the DrawTitle and DrawSTTitle methods call the DrawTitleSection method.
- Call subclasses as needed in the application.
Important: When creating a custom login page, you must use a subclass of %CSP.Login.Other methods of creating login pages in CSP applications can cause various problems.If you write a custom login page that does not use the %CSP.Login subclass, and you apply any changes from upgrading or securing the instance, the login page may fail without an error message.For example, a user might try to log in with a valid username and password, but their login will fail for no apparent reason.This situation may indicate that the custom login needs to be changed to use the desired method.
AboutCreate a custom Zen login page
Zen has been deprecated
边栏推荐
猜你喜欢
随机推荐
第4章 搭建网络库&Room缓存框架
Chapter 15 Source Code File REST API Introduction
How can I get a city's year-round weather data for free?Precipitation, temperature, humidity, solar radiation, etc.
秋招招工作
JUC(三):锁核心类AQS ing
Mysql重启后innodb和myisam插入的主键id变化总结
awk入门教程
长城简漫·暑期安全篇⑤ 这个强,不能逞
From scratch Blazor Server (6) - authentication based on strategy
类型转换、常用运算符
从器件物理级提升到电路级
【必读要点】Pod控制器Deployment更新、回退详解
Vs 快捷键---探索不一样的编程
Image fusion SDDGAN article learning
如何免费获得一个市全年的气象数据?降雨量气温湿度太阳辐射等等数据
链游NFT元宇宙游戏系统开发技术方案及源码
漫谈缺陷管理的自动化实践方案
【Verilog】HDLBits题解——Verification: Reading Simulations
shell编程条件语句
[Verilog] HDLBits Problem Solution - Verification: Writing Testbenches









