Interface | Description |
---|---|
ClientCredentialsProvider |
The simple SPI for authenticating clients/applications .
|
Class | Description |
---|---|
ClientCredentialsProviderUtils | |
ClientIdAndSecretCredentialsProvider |
Traditional OAuth2 authentication of clients based on client_id and client_secret
|
JWTClientCredentialsProvider |
Client authentication based on JWT signed by client private key .
|
JWTClientSecretCredentialsProvider |
Client authentication based on JWT signed by client secret instead of private key .
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.