Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nnector into feature/MARP-616-A-Trust-Refactoring

# Conflicts:
#	a-trust-connector-product/README_DE.md
  • Loading branch information
nqhoan-axonivy committed Aug 27, 2024
2 parents f334ad2 + 881d7a8 commit 70d6703
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 8 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish Release

on:
push:
tags:
- "v*.*.*"

permissions:
contents: write
pull-requests: read

jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/publish-release.yml@v4
# The 'publish_release' input parameter is used to control whether the release should be published automatically.
# Uncomment and set to 'false' if you want to prevent the release from being published immediately.
# with:
# publish_release: false
16 changes: 16 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Release Drafter

on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]

permissions:
contents: write
pull-requests: write

jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/release-drafter.yml@v4
15 changes: 8 additions & 7 deletions a-trust-connector-product/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Axon Ivy's [A-Trust](https://www.a-trust.at) connector is integrating **A-Trust HandySignatur** into your process application. With the mobile phone signature, you can clearly authenticate yourself on the Internet. It is your personal signature on the net, which is equivalent to the handwritten signature by law. This connector:
Axon Ivy's [A-Trust](https://www.a-trust.at) connector helps you to accelerate process automation initiatives by integrating **A-Trust HandySignatur** into your process application within no time. **A-Trust** with the mobile phone signature, you can clearly authenticate yourself on the Internet. It is your personal signature on the net, which is equivalent to the handwritten signature by law. This connector:

* is based on **REST API** technologies.
* provides access to the core features of **A-Trust** to virtually sign PDFs.
* supports you with a demo implementation.
* enables low code citizen developers to enhance existing business processes with mobile phone signature features.
* works in any country.
* Is based on **REST API** technologies.
* Provides access to the core features of **A-Trust** to virtually sign PDFs.
* Supports you with an easy-to-copy demo implementation to reduce your integration effort.
* Enables low code citizen developers to enhance existing business processes with mobile phone signature features.

To use A-Trust, you need an account that you create at https://www.a-trust.at/de/produkte/qualifizierte_signaturservices/xidentity/.



Expand All @@ -18,7 +19,7 @@ Axon Ivy's [A-Trust](https://www.a-trust.at) connector is integrating **A-Trust

![demo-process](images/atrust-upload-doc.png)

2. Start sining document
2. Start signing document

There are have 2 options:

Expand Down
3 changes: 2 additions & 1 deletion a-trust-connector-product/README_DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Benutzer Dokumente sicher digital signieren können, um Authentizität (**Wer**

Für die Nutzung von A-Trust benötigst Du einen Account, den Dir https://www.a-trust.at/de/produkte/qualifizierte_signaturservices/xidentity/ erstellt.


## Demo

1. Start the **A-Trust HandySignatur Example** process.
Expand All @@ -19,7 +20,7 @@ Für die Nutzung von A-Trust benötigst Du einen Account, den Dir https://www.a-

![demo-process](images/atrust-upload-doc.png)

2. Start sining document
2. Start signing document

There are have 2 options:

Expand Down

0 comments on commit 70d6703

Please sign in to comment.