Application 조회
- 인쇄
- PDF
Application 조회
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
Classic/VPC 환경에서 이용 가능합니다.
Application의 상세 정보를 조회합니다.
요청
요청 형식을 설명합니다. 요청 형식은 다음과 같습니다.
메서드 | URI |
---|---|
GET | /api/v1/applications/{applicationId} |
요청 헤더
Ncloud Single Sign-On API에서 공통으로 사용하는 헤더에 대한 정보는 Ncloud Single Sign-On 요청 헤더를 참조해 주십시오.
요청 경로 파라미터
요청 경로 파라미터에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
applicationId | String | Required | Application 아이디 |
요청 예시
요청 예시는 다음과 같습니다.
curl --location --request GET 'https://sso.apigw.gov-ntruss.com/api/v1/applications/88d2009c-****-****-****-59bf9afd5695' \
--header 'x-ncp-apigw-timestamp: {Timestamp}' \
--header 'x-ncp-iam-access-key: {Access Key}' \
--header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
응답
응답 형식을 설명합니다.
응답 바디
응답 바디에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
applicationId | String | - | Application 아이디 |
name | String | - | Application 이름 |
description | String | - | Application 설명 |
applicationUrl | String | - | Application 바로 가기 URL |
applicationType | String | - | Application 유형
|
mbrLoginAllow | String | - | 메인 계정 로그인 허용 여부
|
createdAt | String | - | Application 생성 일시
|
updatedAt | String | - | Application 수정 일시
|
clientId | String | - | Application Client 아이디
|
clientAuthMethod | String | - | Application 인증 방식
|
redirectUris | Array | - | Application 리디렉션 URI 목록
|
accessType | String | - | Application 접근 방식
|
grantTypes | Array | - | 권한 부여 방식
|
scopes | Array | - | Application 접근 가능 정보 범위
|
accessTokenValidity | Number | - | Access Token 유효 기간(초)
|
refreshTokenValidity | Number | - | Refresh Token 유효 기간(초)
|
consentPage | Object | - | 개인 정보 제공 동의 페이지 정보 |
consentPage.applicationName | Object | - | 제공 받는 자 정보 |
consentPage.applicationName.ko | String | - | 제공 받는 자(한국어) |
consentPage.applicationName.en | String | - | 제공 받는 자(영어) |
consentPage.applicationName.ja | String | - | 제공 받는 자(일본어) |
consentPage.useLanguages | Array | - | 사용 언어
|
consentPage.defaultLanguage | String | - | 기본 언어
|
consentPage.usePurposeDesc | Object | - | 이용 목적 정보 |
consentPage.usePurposeDesc.ko | String | - | 이용 목적(한국어) |
consentPage.usePurposeDesc.en | String | - | 이용 목적(영어) |
consentPage.usePurposeDesc.ja | String | - | 이용 목적(일본어) |
consentPage.usePeriodDesc | Object | - | 보유 및 이용 기간 정보 |
consentPage.usePeriodDesc.ko | String | - | 보유 및 이용 기간(한국어) |
consentPage.usePeriodDesc.en | String | - | 보유 및 이용 기간(영어) |
consentPage.usePeriodDesc.ja | String | - | 보유 및 이용 기간(일본어) |
consentPage.dataTransferAbroad | Boolean | - | 개인 정보 국외 이전 여부
|
consentPage.dataTransferCountry | Object | - | 이전되는 국가 정보
|
consentPage.dataTransferCountry.ko | String | - | 이전되는 국가(한국어) |
consentPage.dataTransferCountry.en | String | - | 이전되는 국가(영어) |
consentPage.dataTransferCountry.ja | String | - | 이전되는 국가(일본어) |
consentPage.dataRecipients | Object | - | 이전 받는 자 정보
|
consentPage.dataRecipients.ko | String | - | 이전 받는 법인 이름(한국어) |
consentPage.dataRecipients.en | String | - | 이전 받는 법인 이름(영어) |
consentPage.dataRecipients.ja | String | - | 이전 받는 법인 이름(일본어) |
consentPage.dataRecipientsContact | Object | - | 이전 받는 자의 연락처 정보
|
consentPage.dataRecipientsContact.ko | String | - | 이전 받는 법인의 개인정보 관리자 연락처(한국어) |
consentPage.dataRecipientsContact.en | String | - | 이전 받는 법인의 개인정보 관리자 연락처(영어) |
consentPage.dataRecipientsContact.ja | String | - | 이전 받는 법인의 개인정보 관리자 연락처(일본어) |
protocol | String | - | Application 프로토콜
|
응답 상태 코드
Ncloud Single Sign-On API에서 공통으로 사용하는 응답 상태 코드에 대한 정보는 Ncloud Single Sign-On 응답 상태 코드를 참조해 주십시오.
응답 예시
응답 예시는 다음과 같습니다.
{
"applicationId" : "88d2009c-****-****-****-59bf9afd5695",
"name" : "application000",
"description" : "aplication000 description",
"applicationUrl" : "http://****.com",
"applicationType" : "web",
"mbrLoginAllow" : "ALLOW",
"createdAt" : "2025-01-17T05:09:54Z",
"updatedAt" : "2025-01-17T05:09:54Z",
"clientId" : "88d2009c-****-****-****-59bf9afd5695",
"clientAuthMethod" : "client_secret_basic",
"redirectUris" : [
"http://****.com"
],
"accessType" : "confidential",
"grantTypes" : [
"authorization_code",
"refresh_token"
],
"scopes" : [
"profile"
],
"accessTokenValidity" : 43200,
"refreshTokenValidity" : 2592000,
"consentPage" : {
"applicationName" : {
"ko" : "네이버 클라우드 플랫폼"
},
"useLanguages" : [
"ko"
],
"defaultLanguage" : "ko",
"usePurposeDesc" : {
"ko" : "로그인"
},
"usePeriodDesc" : {
"ko" : "365일"
},
"dataTransferAbroad" : true,
"dataTransferCountry" : {
"ko" : "국가 이름"
},
"dataRecipients" : {
"ko" : "네이버 클라우드 플랫폼"
},
"dataRecipientsContact" : {
"ko" : "******@ncloud.com"
}
},
"protocol" : "OAUTH2"
}
이 문서가 도움이 되었습니까?