spring-attic/spring-cloud-security
Auf GitHub ansehenRibbon support to contact the auth server
Open
#61 geöffnet am 28. Apr. 2015
enhancementhelp wanted
Repository-Metriken
- Stars
- (525 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
it would be great if I could replace localhost:9999 with the name of the eureka service id
spring:
application:
name: ui-service
oauth2:
sso:
home:
secure: false
path: /,/**/*.html
client:
accessTokenUri: http://localhost:9999/uaa/oauth/token
userAuthorizationUri: http://localhost:9999/uaa/oauth/authorize
clientId: acme
clientSecret: acmesecret