The following table describes the collection property for the Authorization microservice:
| S. No. | Attribute | Default Value | Description |
|---|---|---|---|
| 1 | authExpiryTimeMins | 1440 | This attribute holds the expiry time of the Admin and Storefront user's authToken. The value is mentioned in minutes. |
| 2 | clientTokenExpireTimeMins | 60 | This attribute indicates the expiry time (in minutes) of the OpenID Connect client id_token. |
| 3 | default_locale | en_US | This attribute holds the default locale of the collection. |
| 4 | guestUserAuthExpiryTimeMins | 10080 | This attribute holds the expiry time of the guest user's authToken. The value is mentioned in minutes. |
| 5 | refreshTokenExpiryTimeMins | 240 | This attribute holds the expiry time of the refresh token. The value is mentioned in minutes. |
| 6 | tokenIssuer | https://www.skavacommerce.com | This attribute indicates the issuer name who supports the OpenID Connect. The issuer name is packed inside the id_token. |
| 7 | OAuth.roleMappingFile | classpath:/granted_roles_map.json | This attribute holds the path of the role mapping file. The value can be a classpath or a file path. |
| 8 | OAuth.enabled | FALSE | This attribute indicates whether OAuth is enabled or not. The value:
|
| 9 | OAuth.roleClaimName | https://cloud.skavacommerce.com/roles | The attribute contains the claim to extract the OAuth roles from the bearer token of the User service. |
| 10 | LDAP.roleMappingFile | classpath:/granted_roles_map.json | This attribute holds the path of the role mapping file. The value can be a classpath or a file path. |
| 11 | LDAP.enabled | FALSE | This attribute indicates whether LDAP is enabled or not. The value:
|
| 12 | LDAP.roleClaimName | authorities | This attribute contains the claim to extract the LDAP roles from the bearer token of the User service. |
| 13 | numberOfActiveSessions | -1 | This attribute indicates the maximum number of active sessions allowed for a user. The 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.