adobe / aio-lib-java

Adobe I/O - Java SDK
https://opensource.adobe.com/aio-lib-java/
Apache License 2.0
5 stars 18 forks source link

OAuth2 Support #166

Closed bstopp closed 1 year ago

bstopp commented 1 year ago

Description

Update API to support OAuth Server-to-Server client credentials approach to Authentication.

Related Issue

Motivation and Context

Updates library to prepare for removal of deprecated JWT solution.

How Has This Been Tested?

Update existing unit tests, and added new ones.

Screenshots (if appropriate):

Types of changes

Checklist:

francoisledroff commented 1 year ago

@bstopp
I scanned this PR quickly today... it's looking really good , thanks ! I need to test this change further in my own little projects ... I'll get back to you by the end of the week

bstopp commented 1 year ago

Near as I can tell, this is ready to go. I'm updating the CloudManager library based on these changes.

bstopp commented 1 year ago

Ok, now it should be good to go.

rperelma commented 1 year ago

@francoisledroff will you merge it?