java-tutorials/spring-openid/src/main/resources/application.properties.sample.properties
2016-03-03 12:52:18 +02:00

6 lines
251 B
INI

server.port=8081
google.clientId=TODO
google.clientSecret=TODO
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