diff --git a/CHANGELOGS.md b/CHANGELOGS.md index b496f1453dee62142c2c406f813b4e43f7df4654..d09c22bc8197215331fbe8c9e269d26075334428 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