Ace 7 years ago
parent 56a181a7f6
commit 5ae5e3b344

@ -145,13 +145,13 @@
<!-- Default validity period for user access tokens in seconds --> <!-- Default validity period for user access tokens in seconds -->
<UserAccessTokenDefaultValidityPeriod>3600</UserAccessTokenDefaultValidityPeriod> <UserAccessTokenDefaultValidityPeriod>3600</UserAccessTokenDefaultValidityPeriod>
<!-- Validity period for refresh token --> <!-- Validity period for refresh token -->
<RefreshTokenValidityPeriod>84600</RefreshTokenValidityPeriod> <RefreshTokenValidityPeriod>15552000</RefreshTokenValidityPeriod>
<!-- Timestamp skew in seconds --> <!-- Timestamp skew in seconds -->
<TimestampSkew>300</TimestampSkew> <TimestampSkew>300</TimestampSkew>
<!-- Enable OAuth caching --> <!-- Enable OAuth caching -->
<EnableOAuthCache>false</EnableOAuthCache> <EnableOAuthCache>false</EnableOAuthCache>
<!-- Enable renewal of refresh token for refresh_token grant --> <!-- Enable renewal of refresh token for refresh_token grant -->
<RenewRefreshTokenForRefreshGrant>true</RenewRefreshTokenForRefreshGrant> <RenewRefreshTokenForRefreshGrant>false</RenewRefreshTokenForRefreshGrant>
<!-- Process the token before storing it in database, e.g. encrypting --> <!-- Process the token before storing it in database, e.g. encrypting -->
<TokenPersistenceProcessor>org.wso2.carbon.identity.oauth.tokenprocessor.PlainTextPersistenceProcessor</TokenPersistenceProcessor> <TokenPersistenceProcessor>org.wso2.carbon.identity.oauth.tokenprocessor.PlainTextPersistenceProcessor</TokenPersistenceProcessor>
<!-- Supported Client Authentication Methods --> <!-- Supported Client Authentication Methods -->

Loading…
Cancel
Save