Skip to content

HiBixby/battlenet-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battlenet oauth

  • Battle.net의 oauth2 로그인 구현 예정

application.yml

Spring:
  security:
    oauth2:
      client:
        registration:
          battlenet:
            client-id: #발급받은 클라이언트 아이디
            client-secret: #발급받은 클라이언트 시크릿
            redirect-uri: http://localhost:8080/login/oauth2/code/battlenet
            authorization-grant-type: authorization_code
            scope: openid
            client-name: Battle.net
        provider:
          battlenet:
            authorization-uri: https://oauth.battle.net/authorize
            token-uri: https://oauth.battle.net/token
            user-info-uri: https://oauth.battle.net/oauth/userinfo
            jwk-set-uri: https://oauth.battle.net/jwks/certs

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages