Equivalents de configuration du fournisseur OAuth classique
Les tableaux ci-dessous mappent les éléments et les attributs du fichier server.xml de Liberty aux paramètres équivalents du fournisseur classique dans le fichier de configuration du fournisseur.
Le tableau suivant décrit les attributs Liberty et les paramètres classiques équivalents pour l'élément oauthProvider.
Nom d'attribut Liberty | Paramètres équivalents de la version classique |
---|---|
authorizationGrantLifetime | oauth20.max.authorization.grant.lifetime.seconds |
authorizationCodeLifetime | oauth20.code.lifetime.seconds |
authorizationCodeLength | oauth20.code.length |
accessTokenLifetime | oauth20.token.lifetime.seconds |
accessTokenLength | oauth20.access.token.length |
issueRefreshToken | oauth20.issue.refresh.token |
refreshTokenLength | oauth20.refresh.token.length |
mediatorClassname | oauth20.mediator.classnames |
allowPublicClients | oauth20.allow.public.clients |
grantType | oauth20.grant.types.allowed |
authorizationFormTemplate | oauth20.authorization.form.template |
authorizationErrorTemplate | oauth20.authorization.error.template |
customLoginURL | oauth20.authorization.loginURL |
autoAuthorizeParam | oauth20.autoauthorize.param |
autoAuthorizeClient | oauth20.autoauthorize.clients |
clientURISubstitutions | oauth20.client.uri.substitutions |
filter | Filter |
oauthOnly | oauthOnly |
includeTokenInSubject | includeToken |
characterEncoding | characterEncoding |
clientTokenCacheSize | oauth20.token.userClientTokenLimit |
Le tableau suivant décrit les attributs Liberty et les paramètres classiques équivalents pour l'élément databaseStore.
Nom d'attribut Liberty | Paramètre équivalent dans WebSphere Application Server traditional |
---|---|
cleanupExpiredTokenInterval | oauthjdbc.CleanupInterval |