Skip to main content
POST
ドメインをIDプロバイダーに関連付ける

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

idp_id
string
必須
read-only

IDプロバイダーの識別子。

Pattern: ^con_[A-Za-z0-9]{16}$

ボディ

application/json
domain
string
必須

ドメイン名。

Pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$

レスポンス

ドメインがIDプロバイダーに正常に関連付けられました。

domain
string
必須

ドメイン名。

Pattern: ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9-]*[A-Za-z0-9])$