Wildcard subdomain 등록 설정하는 방법이 변경되었습니다.
비즈 앱은 서브 도메인과 카카오 로그인 Redirect URI에 와일드카드 문자를 포함한 URI를 등록할 수 있습니다. 와일드카드 문자를 포함한 서브 도메인 사용 시, 아래 규칙을 준수해야 합니다.
- 와일드카드 문자를 포함한 도메인은 기본 도메인이 될 수 없습니다. 와일드카드 문자를 포함한 도메인만 등록돼 있을 경우, 기본 도메인이 없어 일부 기능이 정상 동작하지 않을 수 있습니다.
- 각 서브 도메인은 반드시 고유한 도메인명(Domain name) 또는 호스트명(Host name)을 포함해야 합니다.
- https://*.sample.com (O)
- https://*.com (X)
- 서브 도메인은 중간에 와일드카드 문자를 포함할 수 없습니다.
- https://*.sample.com (O)
- https://sub.*.sample.com (X)
- 서브 도메인은 두 개 이상의 와일드카드 문자를 포함할 수 없습니다.
- https://*.sample.com (O)
- https://..sample.com (X)
10개 이상의 도메인 추가 등록 설정 신청 방법은 기존과 같습니다.
웹 플랫폼으로 카카오의 API서비스를 활용하고자 할 때, 사이트 도메인을 등록하게 됩니다.
사이트 도메인은 기본적으로 앱 당 최대 10개 까지 등록 할 수 있습니다.
만약 서비스에서 10개를 초과하여 등록하고자 할 경우, 추가 요청을 통하여 해당 앱에서 10개 이상의 도메인을 등록할 수 있는 권한을 부여할 수 있습니다. 권한 부여 시 최대 100개의 도메인을 등록할 수 있습니다.
위에서 안내한 도메인 추가 정책 신청을 위해서는 다음과 같은 준비가 필요합니다.
- 앱의 이름, 아이콘, 회사명을 서비스 성격과 맞도록 설정
- 해당 앱을 비즈앱으로 승격/등록, 참고 가이드
- 도메인 관련 요청을 앱의 Owner 개발자 계정으로 디벨로퍼스 문의 또는 쪽지(@kakao)
3.1 정책 요청 대상 앱 ID 또는 앱 이름 명시
3.2 서비스 성격 및 내용 설명
3.3 추가로 등록하고자 하는 도메인 리스트와(또는 도메인 패턴) 도메인 개수 명시
안내드린 내용을 참고하시어, 사이트 도메인 등록 요청을 하신다면 보다 신속히 요청이 처리될 수 있습니다.
감사합니다.
If your service manages multiple subdomains or Redirect URIs, you can use the wildcard subdomain functionality. This functionality is only allowed for Biz apps.
You can register the wildcard subdomains by placing a wildcard character (* ) at the position to be dynamic. Then any subdomains with other strings at the position of “*” are allowed.
For example, if your main site domain is ‘example.com’, you can register its wildcard subdomain in the format of ‘*.example.com’. Then, ‘m.example.com’, ‘test.example.com’, or others patterns are also allowed. In the case of ‘example.com’, it directs to ‘www.example.com’, so you do not need to register a wildcard subdomain to allow ‘www.example.com’.
Here are the restrictions on wildcard subdomains:
- You must use only
http
andhttps
protocols. - You must include the domain and hostname in subdomains.
- (X) https://.com, https://.net
- You cannot include more than one wildcard character.
- (X) https://..test.com
- You cannot use a wildcard in the middle of the subdomain.
- (X) https://sub.*.test.com
- You cannot use a wildcard subdomain as a default site domain. If only wildcard subdomains are registered in Site Domain without the default domain, some functions may not work normally.
NOTE: To see how to register more than 10 site domains, see Q. How can I add more than 10 website domains?.