ydb-platform / ydb-java-sdk

YDB Java SDK
https://ydb.tech
Apache License 2.0
36 stars 18 forks source link

Add support of OAuth 2.0 Token Exchange #272

Closed alex268 closed 2 months ago

alex268 commented 3 months ago

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

alexv-smirnov commented 3 months ago

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