zoukankan      html  css  js  c++  java
  • OPENId是什么, OAUTH 是什么

    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

  • 相关阅读:
    计算公式以及参数数量计算
    sqlmap查找SQL注入漏洞入门
    动态密码卡TOTP算法
    使用windbg分析iis崩溃的一个实例
    windbg加载sos.dll
    wndbg下载与安装
    windbg入门
    IIS崩溃时自动抓取Dump
    net组件转化成COM组件
    dokuwiki安装部署
  • 原文地址:https://www.cnblogs.com/hualiu0/p/9567373.html
Copyright © 2011-2022 走看看