Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Signature Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Electronic Signature Service
Signature Frontend
Commits
e8ed51b0
Unverified
Commit
e8ed51b0
authored
3 years ago
by
Bekerle, Patrizio
Browse files
Options
Downloads
Patches
Plain Diff
Add attributes documentation for dbp-qualified-signature-pdf-upload
parent
97d185fd
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+24
-0
24 additions, 0 deletions
README.md
with
24 additions
and
0 deletions
README.md
+
24
−
0
View file @
e8ed51b0
...
...
@@ -50,3 +50,27 @@ for example the `dbp-qualified-signature-pdf-upload` activity to qualifiedly sig
[
dbp-qualified-signature-pdf-upload/index.html
](
https://gitlab.tugraz.at/dbp/esign/signature/-/tree/master/examples/dbp-qualified-signature-pdf-upload/index.html
)
Note that you will need a Keycloak server along with a client id for the domain you are running this html on.
## Attributes
-
`lang`
(optional, default:
`de`
): set to
`de`
or
`en`
for German or English
-
example
`lang="de"`
-
`entry-point-url`
(optional, default is the TU Graz entry point url): entry point url to access the api
-
example
`entry-point-url="https://mw-dev.tugraz.at"`
-
`auth`
object: you need to set that object property for the auth token
-
example auth property:
`{token: "THE_BEARER_TOKEN"}`
-
note: most often this should be an attribute that is not set directly, but subscribed at a provider
-
`show-nextcloud-file-picker`
(optional): Needs to be set for the Nextcloud file picker to be shown
-
example
`show-nextcloud-file-picker`
-
`nextcloud-web-app-password-url`
(optional): Nextcloud Auth Url to use with the Nextcloud file picker
-
example
`nextcloud-web-app-password-url="http://localhost:8081/index.php/apps/webapppassword"`
-
`nextcloud-web-dav-url`
also needs to be set for the Nextcloud file picker to be active
-
`nextcloud-web-dav-url`
(optional): Nextcloud WebDav Url to use with the Nextcloud file picker
-
example
`nextcloud-web-dav-url="http://localhost:8081/remote.php/dav/files"`
-
`nextcloud-web-app-password-url`
also needs to be set for the Nextcloud file picker to be active
-
`nextcloud-file-url`
(optional): Nextcloud File Url to use with the Nextcloud file picker
-
example
`nextcloud-file-url="http://localhost:8081/apps/files/?dir="`
-
`nextcloud-name`
(optional): Name of the Nextcloud service
-
example
`nextcloud-name="My Nextcloud"`
-
`allow-annotating`
(optional): Needs to be set to allow annotating the PDFs
-
example
`allow-annotating`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment