Merge pull request #1588 from ruwany/master

Fixed https://github.com/wso2/product-iots/issues/1577
application-manager-new
Charitha Goonetilleke 7 years ago committed by GitHub
commit ea617c60cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -145,13 +145,13 @@
<!-- Default validity period for user access tokens in seconds -->
<UserAccessTokenDefaultValidityPeriod>3600</UserAccessTokenDefaultValidityPeriod>
<!-- Validity period for refresh token -->
<RefreshTokenValidityPeriod>84600</RefreshTokenValidityPeriod>
<RefreshTokenValidityPeriod>15552000</RefreshTokenValidityPeriod>
<!-- Timestamp skew in seconds -->
<TimestampSkew>300</TimestampSkew>
<!-- Enable OAuth caching -->
<EnableOAuthCache>false</EnableOAuthCache>
<!-- 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 -->
<TokenPersistenceProcessor>org.wso2.carbon.identity.oauth.tokenprocessor.PlainTextPersistenceProcessor</TokenPersistenceProcessor>
<!-- Supported Client Authentication Methods -->

Loading…
Cancel
Save