ydb-java-sdk icon indicating copy to clipboard operation
ydb-java-sdk copied to clipboard

Add support of OAuth 2.0 Token Exchange

Open alex268 opened this issue 1 year ago • 1 comments

Need to implement new credential providers based on https://www.rfc-editor.org/rfc/rfc8693

alex268 avatar May 13 '24 13:05 alex268

Consider the reference implementation here, for consistent user experience between other language SDKs: https://github.com/ydb-platform/ydb-python-sdk/blob/main/examples/oauth2-token-exchange-credentials/main.py#L39

alexv-smirnov avatar May 13 '24 14:05 alexv-smirnov