You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ The `src/main/java/eu/webeid/example` directory contains the Spring Boot applica
118
118
- `security`: Web eID authentication token validation library integration with Spring Security
119
119
- `AuthenticationProvider`and `AuthenticationProcessingFilter` for handling Web eID authentication tokens,
120
120
- `WebEidChallengeNonceFilter`for issuing the challenge nonce required by the authentication flow,
121
-
- `WebEidMobileAuthInitFilter`for issuing the challenge nonce and generating the deep link with the authentication request, used to initiate the mobile authentication flow,
121
+
- `WebEidMobileAuthInitFilter`for issuing the challenge nonce and generating the authentication request link (OS-verified App Link / Universal Link), used to initiate the mobile authentication flow,
122
122
- `WebEidAjaxLoginProcessingFilter`and `WebEidLoginPageGeneratingFilter` for handling login requests.
123
123
- `service`: Web eID signing service implementation that uses DigiDoc4j, and DigiDoc4j runtime configuration.
124
124
- `SigningService`: prepares ASiC-E containers and finalizes signatures.
@@ -245,7 +245,7 @@ Strict Transport Security (HSTS) header and the `JSESSIONID` session cookie has
245
245
246
246
## Deployment
247
247
248
-
A Docker Compose configuration file `docker-compose.yml` is available in the root of the project for packaging the application in a Docker image so that it can be deployed with a container enginge.
248
+
A Docker Compose configuration file `docker-compose.yml` is available in the root of the project for packaging the application in a Docker image so that it can be deployed with a container engine.
249
249
250
250
Build the Docker image with [Jib](https://github.com/GoogleContainerTools/jib) as follows:
0 commit comments