스프링) SpringSecurity - 11) Oauth2.0 네이버 로그인 완료
·
자바 탐구
Oauth2.0 네이버 로그인 완료 https://developers.naver.com/main/ NAVER Developers 네이버 오픈 API들을 활용해 개발자들이 다양한 애플리케이션을 개발할 수 있도록 API 가이드와 SDK를 제공합니다. 제공중인 오픈 API에는 네이버 로그인, 검색, 단축URL, 캡차를 비롯 기계번역, 음 developers.naver.com application.yml spring: security: oauth2: client: registration: naver: client-id: client-secret: scope: - name - email - profile_image client-name: Naver authorization-grant-type: authorizat..
스프링) SpringSecurity - 10) Oauth2.0 페이스북 로그인 완료
·
자바 탐구
Oauth2.0 페이스북 로그인 완료 https://developers.facebook.com/ Meta for Developers 꿈의 아틀리에 창조 BUCK의 크리에이터와 개발자로부터 Meta Spark를 사용하여 DIOR Beauty를 위한 AR 경험을 설계 및 빌드하는 과정에 대한 비하인드 스토리를 들어보세요. Presence Platform Meta의 Presence Pl developers.facebook.com 화면의 우측 상단 "내 앱"을 클릭한다. "앱 만들기" 를 클릭한다. 필요한 부분에 체크를 하고 "다음"을 클릭한다. 필요한 부분에 체크하고 "다음"을 클릭한다. 필요한 부분을 입력하고 "앱 만들기"를 클릭한다. "제품" 탭 -> "구성" -> "빠른시작"을 클릭한다. "웹"을 클릭한..
스프링) SpringSecurity - 8) Oauth2.0 Authentication객체가 가질 수 있는 2가지 타입
·
자바 탐구
Oauth2.0 Authentication객체가 가질 수 있는 2가지 타입 ClientRegistration : 로그인과 관련된 서버의 정보가 담겨있다. 어떤 Oauth로 로그인했는지 확인이 가능하다. IndexController package com.example.security1.controller; import com.example.security1.auth.PrincipalDetails; import com.example.security1.model.User; import com.example.security1.repository.UserRepository; import org.springframework.beans.factory.annotation.Autowired; import org.spri..
스프링) SpringSecurity - 6) Oauth2.0 구글 로그인 준비
·
자바 탐구
Oauth2.0 구글 로그인 준비 https://console.cloud.google.com/apis Google 클라우드 플랫폼 로그인 Google 클라우드 플랫폼으로 이동 accounts.google.com 위의 링크로 접속한다. 빨간색 네모 부분을 클릭한다. "새프로젝트"를 클릭한다. 프로젝트 이름을 정한 후, "만들기"를 클릭한다. 새로 만든 프로젝트를 선택 한다. "Oauth 동의 화면" -> "외부" -> "만들기"를 클릭한다. 해당 부분을 채운 뒤 "저장 후 계속"을 클릭한다. "사용자 인증정보" -> "+ 사용자 인증 정보 만들기" -> "OAuth 클라이언트 ID"를 클릭한다. "웹 애플리케이션"을 클릭한다. 해당 네모 박스 부분을 채운뒤 "만들기"를 누른다. Spring에서 Oauth2..
오지랖 토끼
'소셜로그인' 태그의 글 목록