mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Merge pull request #1588 from ruwany/master
Fixed https://github.com/wso2/product-iots/issues/1577
This commit is contained in:
commit
ea617c60cc
@ -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…
Reference in New Issue
Block a user