server: port: 8080 logging: level: root: INFO org.springframework.web: INFO org.springframework.security: INFO # org.springframework.boot.autoconfigure: DEBUG spring: thymeleaf: cache: false security: oauth2: client: registration: github: client-id: 7b9c752378a3d95a4529 client-secret: f635d8c7d44a50bdf12f2055e7e44b2bbc9c1043 # google: # client-id: your-app-client-id # client-secret: your-app-client-secret # okta: # client-id: fooClientIdPassword # client-secret: secret # scopes: read,foo # authorization-grant-type: authorization_code # redirect-uri-template: http://localhost:8080/login/oauth2/code/custom # provider: # okta: # authorization-uri: http://localhost:8081/spring-security-oauth-server/oauth/authorize # token-uri: http://localhost:8081/spring-security-oauth-server/oauth/token # user-info-uri: http://localhost:8088/spring-security-oauth-resource/users/extra # user-name-attribute: user_name