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
We are missing TLS based authentication here. The documentation for the same can be found here: TLS Certificates - Auth Methods.
This is needed to get the token. Right now, we can create the client to use the client certificate and private key, but there's nothing to get the token:
We are missing TLS based authentication here. The documentation for the same can be found here: TLS Certificates - Auth Methods.
This is needed to get the token. Right now, we can create the client to use the client certificate and private key, but there's nothing to get the token:
We need to add support for certAuth, so we can get the token, something like this:
The text was updated successfully, but these errors were encountered: