Skip to content

Commit

Permalink
Authorization server README update
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbunkov committed Jun 3, 2023
1 parent f497755 commit 7b1cd1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jmix-authserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ spring.security.oauth2.authorizationserver.client.myapp.registration.client-id=m
spring.security.oauth2.authorizationserver.client.myapp.registration.client-secret={noop}mysecret
spring.security.oauth2.authorizationserver.client.myapp.registration.client-authentication_methods=client_secret_basic
spring.security.oauth2.authorizationserver.client.myapp.registration.authorization-grant-types=authorization_code,refresh_token
# we use Postman for testing. Use redirect URI of your client application here
# replace with redirect URI of your client application here
spring.security.oauth2.authorizationserver.client.myapp.registration.redirect-uris=https://oauth.pstmn.io/v1/callback
# use opaque tokens instead of JWT
spring.security.oauth2.authorizationserver.client.myapp.token.access-token-format=reference
# use PKCE when performing the Authorization Code Grant flow
# whether to use PKCE when performing the Authorization Code Grant flow
spring.security.oauth2.authorizationserver.client.myapp.require-proof-key=true
```

Expand Down

0 comments on commit 7b1cd1a

Please sign in to comment.