Application 생성
- 인쇄
- PDF
Application 생성
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
Classic/VPC 환경에서 이용 가능합니다.
Application을 생성합니다.
요청
요청 형식을 설명합니다. 요청 형식은 다음과 같습니다.
메서드 | URI |
---|---|
POST | /api/v1/applications |
요청 헤더
Ncloud Single Sign-On API에서 공통으로 사용하는 헤더에 대한 정보는 Ncloud Single Sign-On 요청 헤더를 참조해 주십시오.
요청 바디
요청 바디에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
name | String | Required | Application 이름
|
description | String | Optional | Application 설명
|
applicationUrl | String | Optional | Application URL |
applicationType | String | Optional | Application 유형
|
mbrLoginAllow | String | Required | 메인 계정 로그인 허용 여부
|
redirectUris | Array | Required | Application 리디렉션 URI 목록
|
clientAuthMethod | String | Required | Application 인증 방식
|
accessType | String | Required | Application 접근 방식
|
grantTypes | Array | Required | 권한 부여 방식
|
scopes | Array | Required | Application 접근 가능 정보 범위
|
accessTokenValidity | Number | Optional | Access Token 유효 기간(초)
|
refreshTokenValidity | Number | Optional | Refresh Token 유효 기간(초)
|
consentPage | Object | Required | 개인 정보 제공 동의 페이지 정보 |
consentPage.applicationName | Object | Required | 제공받는 자 정보 |
consentPage.applicationName.ko | String | Required | 제공받는 자(한국어) |
consentPage.applicationName.en | String | Required | 제공받는 자(영어) |
consentPage.applicationName.ja | String | Required | 제공받는 자(일본어) |
consentPage.useLanguages | Array | Required | 사용 언어
|
consentPage.defaultLanguage | String | Required | 기본 언어
|
consentPage.usePurposeDesc | Object | Required | 이용 목적 정보 |
consentPage.usePurposeDesc.ko | String | Required | 이용 목적(한국어) |
consentPage.usePurposeDesc.en | String | Required | 이용 목적(영어) |
consentPage.usePurposeDesc.ja | String | Required | 이용 목적(일본어) |
consentPage.usePeriodDesc | Object | Required | 보유 및 이용 기간 정보 |
consentPage.usePeriodDesc.ko | String | Required | 보유 및 이용 기간(한국어) |
consentPage.usePeriodDesc.en | String | Required | 보유 및 이용 기간(영어) |
consentPage.usePeriodDesc.ja | String | Required | 보유 및 이용 기간(일본어) |
consentPage.dataTransferAbroad | Boolean | Required | 개인 정보 국외 이전 여부
|
consentPage.dataTransferCountry | Object | Conditional | 이전되는 국가 정보
|
consentPage.dataTransferCountry.ko | String | Conditional | 이전되는 국가(한국어) |
consentPage.dataTransferCountry.en | String | Conditional | 이전되는 국가(영어) |
consentPage.dataTransferCountry.ja | String | Conditional | 이전되는 국가(일본어) |
consentPage.dataRecipients | Object | Conditional | 이전 받는 자 정보
|
consentPage.dataRecipients.ko | String | Conditional | 이전 받는 법인 이름(한국어) |
consentPage.dataRecipients.en | String | Conditional | 이전 받는 법인 이름(영어) |
consentPage.dataRecipients.ja | String | Conditional | 이전 받는 법인 이름(일본어) |
consentPage.dataRecipientsContact | Object | Conditional | 이전 받는 자의 연락처 정보
|
consentPage.dataRecipientsContact.ko | String | Conditional | 이전 받는 법인의 개인정보 관리자 연락처(한국어) |
consentPage.dataRecipientsContact.en | String | Conditional | 이전 받는 법인의 개인정보 관리자 연락처(영어) |
consentPage.dataRecipientsContact.ja | String | Conditional | 이전 받는 법인의 개인정보 관리자 연락처(일본어) |
protocol | String | Required | Application 프로토콜
|
요청 예시
요청 예시는 다음과 같습니다.
응답
응답 형식을 설명합니다.
응답 바디
응답 바디에 대한 설명은 다음과 같습니다.
필드 | 타입 | 필수 여부 | 설명 |
---|---|---|---|
applicationId | String | - | Application 아이디 |
oauth2 | Object | - | OAuth 2.0 정보 |
oauth2.clientId | String | - | 생성된 OAuth Client 아이디 |
oauth2.secret | String | - | 생성된 OAuth Client Secret |
protocol | String | - | Application 프로토콜
|
응답 상태 코드
Ncloud Single Sign-On API에서 공통으로 사용하는 응답 상태 코드에 대한 정보는 Ncloud Single Sign-On 응답 상태 코드를 참조해 주십시오.
응답 예시
응답 예시는 다음과 같습니다.
이 문서가 도움이 되었습니까?