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
There is a Bearer authorization (https://datatracker.ietf.org/doc/html/rfc6750) used in oauth2 and SAML security protocols. There are some cases when access to DB is organized thru proxy that keeps real credentials to a DB and authenticates each request. In such cases something like JWT is used what is one of uses cases for Bearer schema. So:
Client should have a configuration method to pass "Bearer" token
Token should be send via Authorization header of an HTTP request
The text was updated successfully, but these errors were encountered:
Description
There is a Bearer authorization (https://datatracker.ietf.org/doc/html/rfc6750) used in oauth2 and SAML security protocols. There are some cases when access to DB is organized thru proxy that keeps real credentials to a DB and authenticates each request. In such cases something like JWT is used what is one of uses cases for Bearer schema. So:
The text was updated successfully, but these errors were encountered: