Skip to content

Commit c76ef5e

Browse files
committed
Javadoc & release notes
1 parent 14cc110 commit c76ef5e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

cloudplatform/connectivity-ztis/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/ZeroTrustIdentityService.java

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
import lombok.RequiredArgsConstructor;
3939
import lombok.extern.slf4j.Slf4j;
4040

41+
/**
42+
* Implementation to access X.509 certificates provided by the Zero Trust Identity Service (ZTIS).
43+
*/
4144
@Beta
4245
@Slf4j
4346
@RequiredArgsConstructor( access = AccessLevel.PRIVATE )

release_notes.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212

1313
### ✨ New Functionality
1414

15-
-
15+
- (Beta) Add support for the SAP-internal Zero Trust Identity Service
16+
- Add a new module `connectivity-ztis`.
17+
- Add support for the credential-type `X509_ATTESTED` for all OAuth2 flows.
1618

1719
### 📈 Improvements
1820

0 commit comments

Comments
 (0)