博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OPENId是什么, OAUTH 是什么
阅读量:6865 次
发布时间:2019-06-26

本文共 1079 字,大约阅读时间需要 3 分钟。

what is openId

open id is said to be a protocol which uses url as username, so if a website supports openId, user only needs to input password.

you can set up your own openId registry server, or use a 3rd party openId registry, the callback URL will lead user accross identification.

open id requires the client to send request to openId registry servers, which is called IdentityServer, this is the origin of how openId works, it was first introduced by a guy.

some websites have already stopped supporting openId, like google.

openId protocol makes single point login possible, providing a universal identification server way.

what is OAUTH

oauth

oauth is another authorization protocol, which seperates into 3 main parts

there are 3 servers in oauth,

1. unauthorized request token server
2. with one, go to get authorized request token server to get authorized token, and redirect to callback url
3. with authorized token from 2, go to access token server to get access token, and access method signatures in defined timespan

转载于:https://www.cnblogs.com/hualiu0/p/9567373.html

你可能感兴趣的文章
ARP病毒查找与防范
查看>>
git安装和使用案例
查看>>
最长回文子序列
查看>>
我的友情链接
查看>>
Java Timer定时器 使用
查看>>
事务的应用demo1-------采用JDBC硬编码方式模拟"银行转账"。
查看>>
我的友情链接
查看>>
初始 lucene
查看>>
Cent6.5 64位yum安装mysql5.5
查看>>
我的友情链接
查看>>
Gson解析json数据 亲自测试可用
查看>>
我与监控宝之间的点点滴滴
查看>>
delphi 数据库显示的TDBGrid配置
查看>>
jquery选择器 之 获取父级元素、同级元素、子元素
查看>>
找不到命令报错bash:command not found解决方案
查看>>
对51CTO的看法
查看>>
userenv和sys_context函数
查看>>
是否会回到起点.回忆只能是回忆
查看>>
原创数据结构算法Flash动画演示课件-Action Script(AS)脚本实现
查看>>
基于Mysql主从同步的读写分离
查看>>