동등한 OAuth 전체 프로파일 제공자 구성
다음 표에서는 Liberty 프로파일 server.xml 파일 요소와 속성을 제공자 구성 파일의 동등한 전체 프로파일 제공자 매개변수에 맵핑합니다.
다음 표에서는 oauthProvider 요소의 Liberty 프로파일 속성 및 동등한 전체 프로파일 매개변수에 대해 설명합니다.
Liberty 프로파일 속성 이름 | 동등한 전체 프로파일 매개변수 |
---|---|
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 |
다음 표에서는 databaseStore 요소의
Liberty 프로파일 속성 및 동등한 전체 프로파일 매개변수에 대해 설명합니다.
Liberty 프로파일 속성 이름 | 동등한 전체 프로파일 매개변수 |
---|---|
cleanupExpiredTokenInterval | oauthjdbc.CleanupInterval |