You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[java-security]
Fixes NPE when accessing XsuaaToken.getPrincipal() and grantType is null (#1261)
[token-client]
fixes JWKs fetch from identity service issue when app_tid is not present in the token - the X-app_tid and X-client_id headers are only added when both values are available.
DefaultOAuth2TokenService
fixes issue when in case of unsuccessful token fetch OAuth2ServiceException.withHeaders() headers field were filled with only one entry containing all headers as a string
DefaultOAuth2TokenKeyService and SpringOAuth2TokenKeyService
improved error handling
OAuth2ServiceException that's thrown status code != 200 case doesn't get swallowed
fixes OAuth2ServiceException.withHeaders() semantically incorrect behavior when headers were filled with request headers instead of response headers
OAuth2ServiceException generated by unsuccessful JWKs fetch contains request headers as well
OAuth2ServiceException updated header message - contains now Response Headers instead of Headers