spring-attic/spring-cloud-security

Ribbon support to contact the auth server

Aberta

#61 aberto em 28 de abr. de 2015

 (24 comentários) (9 reações) (0 responsável)Java (250 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (525 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador