spring-attic/spring-cloud-security

Ribbon support to contact the auth server

Aperta

#61 aperta il 28 apr 2015

 (24 commenti) (9 reazioni) (0 assegnatari)Java (250 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (525 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor