Skip to content

Commit

Permalink
docs: added UTC hint for iat issuance in CIE onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
rglauco committed Mar 29, 2024
1 parent 32b996a commit 0992b3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/relying-party-spring-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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"`

0 comments on commit 0992b3e

Please sign in to comment.