Funktional entsprechende Konfigurationselemente für den OAuth-Provider im vollständigen Profil
In den folgenden Tabellen finden Sie die Zuordnungen der Elemente und Attribute in der Liberty-Datei server.xml zu den funktional entsprechenden Providerparametern des vollständigen Profils in der Providerkonfigurationsdatei.
In der folgenden Tabelle sind die Liberty-Attribute und die funktional entsprechenden Parameter des vollständigen Profils für das Element oauthProvider aufgeführt.
Liberty-Attributname | Funktional entsprechender Parameter im vollständigen Profil |
---|---|
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 |
In der folgenden Tabelle sind die Liberty-Attribute und die funktional entsprechenden
Parameter des vollständigen Profils für das Element databaseStore aufgeführt.
Liberty-Attributname | Äquivalente Parameter in WebSphere Application Server Traditional |
---|---|
cleanupExpiredTokenInterval | oauthjdbc.CleanupInterval |