Skip to content

Commit

Permalink
#75 readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1844 committed Oct 10, 2023
1 parent e1b6983 commit 8eee4f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ endpoint - as the service does not facilitate any internal service access to LDA
#### Validate access token
On the side of the integrator, in order to trust the access token, one should do the following actions:
1. obtain the public-key from LS at `/token/public-key`
2. verify that the access token is
1. valid against this public-key (e.g. using `jwtt` library or similar)
2. not expired
2. verify that the access token
1. is valid against this public-key (e.g. using `jwtt` library or similar)
2. is not expired
3. has `type=access`


Expand Down

0 comments on commit 8eee4f2

Please sign in to comment.