그렇지 않은 경우 서비스에 OAuth 2.0 승인을 추가하기 전에
개발자 관계나 영업 담당자에게
개발 담당자:
승인 엔드포인트 URL.
이는
승인 엔드포인트
Google이 호출하는 전화입니다. 트래픽이 허용되어야 합니다.
HTTPS를 통해서만
사용할 수 있습니다 https://myservice.example.com/auth를 예로 들 수 있습니다.
종종 기존 로그인 페이지가 페이지 상단으로
승인 엔드포인트를 생성합니다
Google에 할당한 client_id의 redirect_uri 앱이 허용 목록에 있어야 합니다.
토큰 엔드포인트 URL.
이는
토큰 엔드포인트
Google이 호출합니다. 트래픽은
다른 알려진 서비스 (예: Google)에서만 수신됩니다.
https://oauth2.example.com/token를 예로 들 수 있습니다.
승인 및 토큰 엔드포인트는 서로 다른 도메인에서 호스팅될 수 있습니다.
선택적 토큰 취소 엔드포인트 URL.
이 URL은
취소 엔드포인트
Google이 호출합니다. 트래픽은
다른 알려진 서비스 (예: Google)에서만 수신됩니다.
https://oauth2.example.com/revoke를 예로 들 수 있습니다.
승인, 토큰, 취소 엔드포인트가 서로 다른 기기에서 호스팅될 수 있습니다.
있습니다.
RISC(계정 간 보안) URL(선택사항).
개발자가 호스팅하고 Google에서 호출하는 URL입니다. 값을 선택할 수 있습니다.
Google용 클라이언트 ID 및 클라이언트 비밀번호.
OAuth 2.0 요청에서 사용되는 클라이언트 ID를 Google에 할당해야 합니다.
요청의 출처 및
요청할 수 있습니다 Google 클라이언트 ID 및 클라이언트 보안 비밀번호는 URL과 안전할 수 있습니다.
사용할 수 있습니다. 클라이언트 보안 비밀번호가
Google과 사용자 서비스에만 표시됩니다.
선택적 범위 문자열.
API에서 사용할 수 있는 사용자 데이터의 양과 종류에 따라
사용자의 다양한 카테고리를 나타내는 범위를 정의하는 것이 좋습니다.
데이터를 수집하는 데 사용됩니다 이렇게 하면 당사자들이 사용자에게
클라이언트가 사용할 수 있는 데이터를
승인된 범위 내에 있어야 합니다 특히 서비스를 통해 더 많은 데이터를 사용할 수 있고
Google과의 통합에 필요한 것보다 더 많은 범위를
사용하기 위해 범위를
일부 데이터에만 액세스할 수 있습니다.
Google API 프로젝트 ID
<ph type="x-smartling-placeholder">
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-10-09(UTC)"],[[["Before integrating with Google services (excluding Google Assistant), gather necessary information like authorization and token endpoint URLs and contact your developer relations representative."],["You need to provide Google with a client ID and secret, which can be any URL-safe string, and ensure the client secret remains confidential."],["When setting up your authorization endpoint, allowlist the provided `redirect_uri` for Google's client ID."],["Optionally, you can enhance security by implementing a token revocation endpoint, Cross-Account Protection, and defining scopes to limit data access for Google."],["To initiate the process, locate your Google API Project ID within the Google API Console."]]],[]]