-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fbeb83
commit 15a228b
Showing
3 changed files
with
12 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
# Features | ||
|
||
* 8c4ea5c Implement username update (disabled by default - see #819) | ||
* #819 Add `update_attributes` config to govern which user attributes can be updated | ||
* `username` disabled by default, all others enabled | ||
* Generates warning message when a disabled attribute is different (assuming `--update-user-info` is enabled) | ||
* [OAuth Server-to-Server Support](https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation/) | ||
* New config option in UMAPI connector config and Admin Console connector: | ||
`authentication_method` | ||
* Set to `oauth` to enable Server-to-Server support | ||
* Server-to-Server auth only requires Client ID and Client Secret | ||
* JWT authentication is deprecated and will be removed in a future version | ||
* More information | ||
* https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/connect_adobe.md | ||
* https://github.com/adobe-apiplatform/user-sync.py/blob/user-guide-wip/en/user-manual/sync_from_console.md | ||
|
||
# Fixes | ||
|
||
* #811 Fix user email update failures | ||
|
||
# Build Changes | ||
|
||
* Github Actions no longer maintains a build for Ubuntu Bionic (18.04), | ||
so automated `bionic` builds are no longer available. Automated builds | ||
for 22.04 Jammy have been added with the `jammy` label. | ||
* 8fbeb83 Fix build config for Jammy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters