diff --git a/examples/relying-party-spring-boot/README.md b/examples/relying-party-spring-boot/README.md index 5b5e350..ee0fc04 100644 --- a/examples/relying-party-spring-boot/README.md +++ b/examples/relying-party-spring-boot/README.md @@ -105,4 +105,5 @@ previous chapter instructions replacing `127.0.0.1` with the right hostname } ``` - when onboarded, please retrieve the Trust Mark form TA fetch endpoint like this example for preproduction: `https://preprod.oidc.registry.servizicie.interno.gov.it/fetch?sub={your_client_id}` -- remember to (put `[` `]` around the Trust Mark when writing the appropriate file \ No newline at end of file +- remember to (put `[` `]` around the Trust Mark when writing the appropriate file +- `iat` and `exp` claims must be issued according to the UTC timezone, this is an example command for the webapp: `mvn clean spring-boot:run -Dspring-boot.run.jvmArguments="-Duser.timezone=UTC"` \ No newline at end of file