All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sso2-server-spring-boot-sample.1.0.45.source-code.bootstrap.yml Maven / Gradle / Ivy

There is a newer version: 1.0.63
Show newest version
server:
  port: 20000
sso:
  oauth:
    clients:
      - client-id: client_example
        client-secret: hocgin
        redirect-uris:
          - http://example.hocgin.local:20001/login
          - http://example2.hocgin.local:20002/login
          - http://example.hocgin.local:20001/login/oauth2/code/custom
          - http://example2.hocgin.local:20002/login/oauth2/code/custom
spring:
  security:
    oauth2:
      client:
        registration:
          github:
            client-id: 7c8f6909e7226d490bdb
            client-secret: a8d3db4c25c9627e4bc5996f25c45f76a4b2214e
            client-name: Github Login
            redirect-uri: '{baseUrl}/{action}/oauth2/code/{registrationId}'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy