java-tutorials/spring-openid/src/main/resources/application.properties.sample.properties

6 lines
251 B
Properties
Raw Normal View History

2016-02-13 22:25:31 +02:00
server.port=8081
2016-03-03 12:47:03 +02:00
google.clientId=TODO
google.clientSecret=TODO
2016-02-13 22:25:31 +02:00
google.accessTokenUri=https://www.googleapis.com/oauth2/v3/token
google.userAuthorizationUri=https://accounts.google.com/o/oauth2/auth
google.redirectUri=http://localhost:8081/google-login