Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
711:user_groups_permissions_scim [2025/01/29 15:25] – [Setting the Token secret] Suess, Bernhard711:user_groups_permissions_scim [2025/01/29 16:02] (current) – [Setting the Token secret] Nerlich, Axel
Line 12: Line 12:
 Stages generates its API tokens on the basis of a unique secret that can only be set by the Stages administrator. This should be a random string value with at least 32 characters. This value should be stored in the file conf/secret.properties like this: Stages generates its API tokens on the basis of a unique secret that can only be set by the Stages administrator. This should be a random string value with at least 32 characters. This value should be stored in the file conf/secret.properties like this:
  
-''apitoken.secret = <value>''+<code -> 
 +apitoken.secret = <value> 
 +</code>
  
 In the conf/config.xml file the following configuration property needs to be declared: In the conf/config.xml file the following configuration property needs to be declared:
  
 +<code ->
 <property name="restapi.apitoken.secret" value="${apitoken.secret}"/> <property name="restapi.apitoken.secret" value="${apitoken.secret}"/>
 +</code>
  
 After that, a service restart is necessary. After that, a service restart is necessary.