Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshbishakh authored Feb 6, 2024
1 parent 1726509 commit a2b6e66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/quickstart/java-spring-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ It is very easy to configure your application for authentication using spring se
### Sample Properties File

```bash title="src/main/resources/application.properties"
server.forward-headers-strategy=FRAMEWORK

spring.security.oauth2.client.registration.easyauth=easyauth
spring.security.oauth2.client.registration.easyauth.client-id={client_id}
spring.security.oauth2.client.registration.easyauth.client-secret={client_secret}
Expand Down

0 comments on commit a2b6e66

Please sign in to comment.