The following table describes the collection property for the Authorization microservice:

S. No.AttributeDefault ValueDescription
1authExpiryTimeMins1440This attribute holds the expiry time of the Admin and Storefront user's authToken. The value is mentioned in minutes.
2clientTokenExpireTimeMins60This attribute indicates the expiry time (in minutes) of the OpenID Connect client id_token.
3default_localeen_USThis attribute holds the default locale of the collection.
4guestUserAuthExpiryTimeMins10080This attribute holds the expiry time of the guest user's authToken. The value is mentioned in minutes.
5refreshTokenExpiryTimeMins240This attribute holds the expiry time of the refresh token. The value is mentioned in minutes.
6tokenIssuerhttps://www.skavacommerce.comThis attribute indicates the issuer name who supports the OpenID Connect. The issuer name is packed inside the id_token.
7OAuth.roleMappingFileclasspath:/granted_roles_map.jsonThis attribute holds the path of the role mapping file. The value can be a classpath or a file path.
8OAuth.enabledFALSEThis attribute indicates whether OAuth is enabled or not. The value:
  • true indicates OAuth is enabled.
  • false indicates OAuth is not enabled. The default is false.
9OAuth.roleClaimNamehttps://cloud.skavacommerce.com/rolesThe attribute contains the claim to extract the OAuth roles from the bearer token of the User service.
10LDAP.roleMappingFileclasspath:/granted_roles_map.jsonThis attribute holds the path of the role mapping file. The value can be a classpath or a file path.
11LDAP.enabledFALSEThis attribute indicates whether LDAP is enabled or not.
The value:
  • true indicates LDAP is enabled.
  • false indicates LDAP is not enabled. The default is false.
12LDAP.roleClaimNameauthoritiesThis attribute contains the claim to extract the LDAP roles from the bearer token of the User service.
13numberOfActiveSessions-1This attribute indicates the maximum number of active sessions allowed for a user.
The value:
  • -1 or 0 - denotes that the active session is unlimited.
  • Greater than 0 - denotes that the active session is limited as per the specified value.




Revision History
2024-03-05 | SD – Updated collection properties.
2023-01-12 | AN – Updated content for 8.13 release.
2020-05-08 | AN – Added new properties.
2020-01-24 | AN – Updated content for February 2020 release.
2019-07-09 | JP – Updated collection properties for the July 2019 release.
2019-06-08 | PLK – Minor copyedits.
2019-04-15 | MA – Updated collection properties for the April 2019 release.
2019-01-21 | PLK – Page created and content uploaded.