mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-15 13:02:07 +08:00
u
This commit is contained in:
@@ -214,7 +214,8 @@ redirect_uri=http://app.maxkey.org/app/callback
|
||||
成功返回JSON数据,如下:
|
||||
<pre><code class="json hljs">
|
||||
{
|
||||
access_token : "token_id"
|
||||
access_token : "token_id",
|
||||
id_token : "id_token"
|
||||
…
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
@@ -101,8 +101,8 @@ https://github.com/shimingxy/MaxKey-Demo/tree/master/maxkey-demo-oauth/lib
|
||||
|
||||
认证跳转
|
||||
|
||||
https://github.com/shimingxy/MaxKey-Demo/blob/master/maxkey-demo-oauth/src/main/webapp/oauth20index.jsp
|
||||
https://github.com/shimingxy/MaxKey-Demo/blob/master/maxkey-demo-oauth/src/main/webapp/oidc10index.jsp
|
||||
|
||||
获取令牌和用户信息及验证签名
|
||||
获取令牌和用户信息及验证签名 (id_token及用户信息)
|
||||
|
||||
https://github.com/shimingxy/MaxKey-Demo/blob/master/maxkey-demo-oauth/src/main/webapp/oidc10callback.jsp
|
||||
Reference in New Issue
Block a user