Skip to content

Instantly share code, notes, and snippets.

@krnbr
Created July 18, 2020 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krnbr/1c2c336a561bf03d0c36cfea920db3ca to your computer and use it in GitHub Desktop.
Save krnbr/1c2c336a561bf03d0c36cfea920db3ca to your computer and use it in GitHub Desktop.
Oauth2 Client Important Properties
spring.security.oauth2.client.registration.<identifier>.authorization-grant-type=client_credentials
spring.security.oauth2.client.registration.<identifier>.client-id=client_id
spring.security.oauth2.client.registration.<identifier>.client-secret=client_secret
spring.security.oauth2.client.provider.<identifier>.token-uri=http://localhost:8353/oauth/token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment