Package | Description |
---|---|
org.keycloak.authentication.authenticators.client |
Modifier and Type | Class and Description |
---|---|
class |
ClientIdAndSecretAuthenticator
Validates client based on "client_id" and "client_secret" sent either in request parameters or in "Authorization: Basic" header .
|
class |
JWTClientAuthenticator
Client authentication based on JWT signed by client private key .
|
class |
JWTClientSecretAuthenticator
Client authentication based on JWT signed by client secret instead of private key .
|
class |
X509ClientAuthenticator |
Copyright © 2020 JBoss by Red Hat. All rights reserved.