This is an automated email from the ASF dual-hosted git repository.
rombert pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-oauth-client.git
from 6795cc2 SLING-12926 SlingLoginCookieManager hardcodes the idp name to
'oidc' (#30)
add 2c5257f SLING-12975 - Refreshing OAuth access tokens can remove
current refresh token
add 1a09377 SLING-12975 - Refreshing OAuth access tokens can remove
current refresh token
new 2fb5e12 Merge pull request #31 from apache/issue/SLING-12975
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../auth/oauth_client/impl/TokenAccessImpl.java | 5 +
.../auth/oauth_client/TokenAccessImplTest.java | 6 +
.../impl/OAuthTokenRefresherImplTest.java | 122 +++++++++++++++++++++
3 files changed, 133 insertions(+)
create mode 100644
src/test/java/org/apache/sling/auth/oauth_client/impl/OAuthTokenRefresherImplTest.java