diff --git a/docs/authn/kerberos.md b/docs/authn/kerberos.md index 30404ce4c..44f486d7b 100644 --- a/docs/authn/kerberos.md +++ b/docs/authn/kerberos.md @@ -1 +1,7 @@ -TODO \ No newline at end of file +
{
-access_token : "token_id"
+access_token : "token_id",
+id_token : "id_token"
…
}
diff --git a/docs/sso/oidc.md b/docs/sso/oidc.md
index e485e1fc6..510d19b55 100644
--- a/docs/sso/oidc.md
+++ b/docs/sso/oidc.md
@@ -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
\ No newline at end of file