Package io.jmix.authserver.authentication
package io.jmix.authserver.authentication
-
ClassDescriptionAttempts to extract an Access Token Request from
HttpServletRequest
for the OAuth 2.0 Resource Owner Password Credentials grant and then converts it to anOAuth2ResourceOwnerPasswordCredentialsAuthenticationToken
used for authenticating the authorization grant.AnAuthenticationProvider
implementation for the OAuth 2.0 Resource Owner Password Credentials Grant.AnAuthentication
implementation used for the OAuth 2.0 Resource Owner Password Credentials Grant.The class configures the token endpoint by registeringOAuth2ResourceOwnerPasswordCredentialsAuthenticationConverter
andOAuth2ResourceOwnerPasswordCredentialsAuthenticationProvider
which are required for OAuth 2.0 Resource Owner Password Credentials grant.