比如有 2 个不同主帐号的阿里云登录链接,根据主域名后的数字标识区别 https://signin.aliyun.com/10*******.onaliyun.com/login.htm#/main https://signin.aliyun.com/11*******.onaliyun.com/login.htm#/main
场景 1-阿里云自动填充(失败):
场景 2-chrome 记住密码(不友好): 打算使用 chrmoe 记住密码的功能,发现是根据域名来记住,实际每次进入还需要自己手动选择哪个帐号;
场景 3-使用 chrome 的插件 js 修改(失败): 通过加载完页面后注入 js 脚本,获取 input 输入框,根据访问 url 匹配到哪个主域名,自行修改 input 的 value 值;但后面随便点击页面,我自行修改 input 的值会被修改回原带 @的帐号,发现阿里云页面的 input 不是纯 html 的而是通过脚本生成的,目前暂不知道该怎么清除监听事件;
需求是点击链接直接给我匹配到对应帐号,不要我去选; v 友有没好点的思路或者什么好用点的插件工具,推荐下;
1
quxuanxuan 2022-12-13 15:53:42 +08:00
可以研究下 saml sso 免密登录
|
2
ylls 2022-12-13 16:13:28 +08:00
Bitwarden 可以配置精确匹配 其它的估计也有这功能吧
|
3
vibbow 2022-12-13 16:37:39 +08:00
bitwarden 自动填充没问题
|
4
mscststs 2022-12-13 17:17:02 +08:00
关于 js 修改 input 不生效的问题, ref: https://blog.csdn.net/lxyoucan/article/details/121996346
|
5
logan66 OP @quxuanxuan 这个关系不大,前端问题;
|