Package org.keycloak.protocol.oidc.client.authentication
package org.keycloak.protocol.oidc.client.authentication
-
ClassDescriptionThe simple SPI for authenticating clients/applications .Traditional OAuth2 authentication of clients based on client_id and client_secretClient authentication based on JWT signed by client private key .Client authentication based on JWT signed by client secret instead of private key .