From 0543b2e48698a2dee6e348cc163d01460ed1cd9a Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Thu, 6 May 2021 21:29:18 +0800 Subject: [PATCH] :memo: Writing docs. --- CHANGELOGS.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index b496f14..d09c22b 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -7,9 +7,17 @@ - [jap-ids] Add `loginPageUrl` attribute in `IdsConfig` to distinguish it from `loginUrl`. - [jap-ids] Add `authorizeAutoApproveUrl` attribute in `IdsConfig`, When the authorize url contains `autoapprove=true`, it will not jump to the `confirmPageUrl`, but will jump directly to the `authorizeAutoApproveUrl`. - [jap-ids] Modify `IdsConfig.confirmUrl` to `confirmPageUrl`. -- [jap-ids] The return type of `ApprovalEndpoint#getAuthClientInfo(HttpServletRequest)` is changed from` IdsResponse` to `IdsResponse>` -- [jap-ids] Modify the comment content of `ClientDetail` -- [jap-ids] Modify the return type of `IdsResponse#getData()` to the specified generic +- [jap-ids] Modify the return value of `ApprovalEndpoint#getAuthClientInfo(HttpServletRequest)` to `IdsResponse>`. +- [jap-ids] Modify the return value of `Ap provalEndpoint#authorize(HttpServletRequest)` to `IdsResponse`. +- [jap-ids] Modify the return value of `AuthorizationEndpoint#agree(HttpServletRequest)` to `IdsResponse`. +- [jap-ids] Modify the return value of `LoginEndpoint#signin(HttpServletRequest)` to `IdsResponse`. +- [jap-ids] Modify the return value of `LogoutEndpoint#logout(HttpServletRequest)` to `IdsResponse`. +- [jap-ids] Modify the comment content of `ClientDetail`. +- [jap-ids] Modify the return type of `IdsResponse#getData()` to the specified generic. +- [jap-ids] Add two scopes: `profile` and `address`. +- [jap-ids] Remove `IdsScopeProvider#initScopes(List)`. +- [jap-ids] When `response_type=id_token`, the resulting Claims are returned in the ID Token. +- [jap-ids] Optimize the process of `UserInfoEndpoint#getCurrentUserInfo(HttpServletRequest)`, Response UserInfo Claims using Scope Values ### PR -- GitLab