Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix: github markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rannveigskjerve authored Nov 29, 2019
1 parent da18180 commit a402ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Run `mvn clean install` to build the project
2. Running in docker container <br>
`docker container run -p 8084:8084 --name auth auth-utils-java`

####Add module as jwk store in spring
#### Add module as jwk store in spring
In application-dev.properties file add line:<br>
`security.oauth2.resource.jwk.key-set-uri: http://localhost:8084/jwk`
set env variable `SPRING_ACTIVE_PROFILE￿` to `dev` on startup
Expand Down Expand Up @@ -56,7 +56,7 @@ set env variable `SPRING_ACTIVE_PROFILE
`container run -p 8084:8084 --env-file ./env.list --name auth auth-utils-java`<br>
see [env.list](./env.list) for an example.

#####Change in request
##### Change in request

Append pararmeters `type` and/or `org` to your jwt request<br>
```curl localhost:8084/jwt/read?org=6786876```
Expand Down

0 comments on commit a402ef8

Please sign in to comment.