data-stage | ONLY on axa.ch! Will be mapped to data-aletheia-stage. | |
data-aletheia-stage | The current stage at which aletheia is running, i.e. production , acc , dev or local . | |
data-aletheia-is-from-my-axa | Whether or not myAXA native Android or iOS App is used. | false |
data-aletheia-api-test-key | API Key for local testing. | |
data-aletheia-x-axa-apikey | API keys should only be used for public unauthorized API’s. An API key is unique per client application and will be used solely for client identification (for details, please consult the official documentation at confluence). | |
data-aletheia-oauth-token | OAuth token of type Bearer. | |
data-aletheia-fallback-url | The url to fall back to if the process cannot be started. | |
data-aletheia-api | API URL to BPM. | |
data-aletheia-refresh-url | URL for refreshing the oAuth Access Token. | |
data-aletheia-redirect-url | URL for refreshing the oAuth Access Token by redirect. | |
data-aletheia-sat-cookie-name | Name of the Secure-Access-Token-Cookie. | |
data-aletheia-process-instance-id | Unique ID for a running process (mainly used for development). | |
data-aletheia-process-name | Name of the process which should be started automatically (mainly used for production). | |
data-aletheia-end-user-key | User who started the process. | |
data-aletheia-uls | Whether or not to use the User Login Servlet, which offers authentication by user-id and password (for details, please consult the official documentation at confluence). | false |
data-aletheia-on-process-ended | Function to be called upon process end (search for in the global window object). | "onTestEnded" |
data-aletheia-on-process-error | Function to be called upon process error (search for in the global window object). | "onTestError" |
data-aletheia-on-process-aborted | Function to be called upon process abortion (search for in the global window object). | "onTestAborted" |