一.不落俗套的开始 1、背景介绍 单点登录:Single Sign On,简称SSO,SSO使得在多个应用系统中,用户只需要登录一次就可以访问所有相互信任的应用系统。 CAS框架:CAS(Central Authentication Service)是实现SSO单点登录的框架。 2、盗一张学习CAS ...
分类:
其他好文 时间:
2020-03-16 23:35:24
阅读次数:
66
idea从git上clone项目报错: 需要git-cmd.exe执行命令 1、clone没有用户密码: Clone failed:Authentication failed for “http......“ 执行命令 git config --system --unset credential.h ...
分类:
其他好文 时间:
2020-03-15 14:55:02
阅读次数:
88
Navicat Premium 12 链接 Mysql 时 报错: 查看了相关大神的解决方法,自己也记录一下. 原因: 在 MySQL8之前的版本中加密规则为mysql_native_password 而在 MySQL8以后的加密规则为caching_sha2_password . 也就是 MySQ ...
分类:
其他好文 时间:
2020-03-13 12:58:41
阅读次数:
46
DBeaver 连接MySql 报错 Unable to load authentication plugin 'caching_sha2_password'. 网上查资料说的是mysql5.x 版本和 8.x版本的区别; 5.7版本是:default_authentication_plugin=m ...
分类:
数据库 时间:
2020-03-09 13:35:41
阅读次数:
260
mysql8忘记了root密码,需要修改 步奏: 1. 从/etc/my.cnf 配置文件中加入skip-grant-table后正常登陆,把 localhost和user=root 的 authentication_string设置为空字符串 # systemctl restart mysqld ...
分类:
数据库 时间:
2020-03-08 19:54:24
阅读次数:
85
https://www.cnblogs.com/datacool/p/datacool_dotnetcore_demo.html 实践技术看点 1、Swagger管理API说明文档 2、JwtBearer token验证 3、Swagger UI增加Authentication 4、EntityFr ...
方式: 1.证书 (https://www.cnblogs.com/hanling/p/12411318.html) 2.Authentication: Basic Auth $arr_header[] = "Content-Type:application/json";$arr_header[] ...
分类:
其他好文 时间:
2020-03-04 18:49:06
阅读次数:
55
tagtag2--> 这里我只是记录下自己在学习中的点滴和一些不懂的地方 Cookie一般是用户网站授权,当用户访问需要授权(authorization)的页面,程序会判断是否已经授权,并认证 添加认证代码:引入命名空间:Microsoft.AspNetCore.Authentication.Coo ...
分类:
Web程序 时间:
2020-03-04 14:51:37
阅读次数:
100
Shiro 简介 照例又去官网扒了扒介绍: Apache Shiro? is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, a ...
分类:
其他好文 时间:
2020-03-03 11:02:58
阅读次数:
55
摘自:https://blog.csdn.net/jhcsdb/article/details/15780433 PAM Pluggable Authentication ModuleLinux下可扩展的鉴权模块,用户进程服务某服务进程,服务进程先把请求送到PAM模块进行鉴权,PAM根据服务名从/e ...
分类:
系统相关 时间:
2020-02-29 10:24:32
阅读次数:
115