OpenSearch/x-pack/qa/rolling-upgrade
Jay Modi 5d9c270608
Token API supports the client_credentials grant (#33106)
This change adds support for the client credentials grant type to the
token api. The client credentials grant allows for a client to
authenticate with the authorization server and obtain a token to access
as itself. Per RFC 6749, a refresh token should not be included with
the access token and as such a refresh token is not issued when the
client credentials grant is used.

The addition of the client credentials grant will allow users
authenticated with mechanisms such as kerberos or PKI to obtain a token
that can be used for subsequent access.
2018-08-27 10:56:21 -06:00
..
src/test Re enable ml bwc tests (#32916) 2018-08-16 18:23:26 +01:00
with-system-key [TEST] Run pre 6.4 nodes in non-FIPS JVMs (#32901) 2018-08-17 18:23:13 +03:00
without-system-key Detect and prevent configuration that triggers a Gradle bug (#31912) 2018-07-19 06:46:58 +00:00
build.gradle Token API supports the client_credentials grant (#33106) 2018-08-27 10:56:21 -06:00