Attribute Mapper 修正
    • PDF

    Attribute Mapper 修正

    • PDF

    Article Summary

    Attribute Mapperを修正します。

    リクエスト

    • POST /tenant/saml-idp/profile-mapping

    リクエストボディ

    {
      "firstName": {"syncMode":"string","idpValue":"string"},
      "lastName": {"syncMode":"string","idpValue":"string"},
      "email": {"syncMode":"string","idpValue":"string"},
      "emailVerified": {"syncMode":"string","idpValue":"string"},
      "empNo": {"syncMode":"string","idpValue":"string"},
      "phoneNo": {"syncMode":"string","idpValue":"string"},
      "phoneNoVerified": {"syncMode":"string","idpValue":"string"},
      "phoneCountryCode": {"syncMode":"string", "idpValue":"string"},
      "deptName": {"syncMode":"string","idpValue":"string"}
    }
    
    パラメータ要否タイプ説明制約事項
    firstName.syncModeYStringAttribute情報アップデートポリシー(none, import, force)
    firstName.idpValueYStringNcloud SIngle Sign-Onに渡す firstNameの AttributeName渡す Attributeがない場合は空白に設定、最大200文字まで
    lastName.syncModeYStringAttribute情報アップデートポリシー(none, import, force)
    lastName.idpValueYStringNcloud SIngle Sign-Onに渡す lastNameの AttributeName渡す Attributeがない場合は空白に設定、最大200文字まで
    email.syncModeYStringAttribute情報アップデートポリシー(none, import, force)
    email.idpValueYStringNcloud SIngle Sign-Onに渡す emailの AttributeName渡す Attributeがない場合は空白に設定、最大200文字まで
    emailVerified.syncModeYStringAttribute情報アップデートポリシー(none, import, force)
    emailVerified.idpValueYStringNcloud SIngle Sign-Onに渡す emailVerifiedの AttributeName渡す Attributeがない場合は空白に設定、最大200文字まで
    empNo.syncModeYStringAttribute情報アップデートポリシー(none, import, force)
    empNo.idpValueYStringNcloud SIngle Sign-Onに渡す empNoの AttributeName渡す Attributeがない場合は空白に設定、最大200文字まで
    phoneNo.syncModeYStringAttribute情報アップデートポリシー(none, import, force)
    phoneNo.idpValueYStringNcloud SIngle Sign-Onに渡す phoneNoの AttributeName渡す Attributeがない場合は空白に設定、最大200文字まで
    phoneNoVerified.syncModeYStringAttribute情報アップデートポリシー(none, import, force)
    phoneNoVerified.idpValueYStringNcloud SIngle Sign-Onに渡す phoneNoVerifiedの AttributeName渡す Attributeがない場合は空白に設定、最大200文字まで
    phoneCountryCode.syncModeYStringAttribute情報アップデートポリシー(none, import, force)
    phoneCountryCode.idpValueYStringNcloud SIngle Sign-Onに渡す phoneCountryCodeの AttributeName渡す Attributeがない場合は空白に設定、最大200文字まで
    deptName.syncModeYStringAttribute情報アップデートポリシー(none, import, force)
    deptName.idpValueYStringNcloud SIngle Sign-Onに渡す deptNameの AttributeName渡す Attributeがない場合は空白に設定、最大200文字まで

    レスポンス

    レスポンスボディ

    {
      "success": "boolean"
    }
    
    パラメータタイプ説明制約事項
    successBoolean成否

    エラー

    以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式は Error Responseをご参照ください。
    よく発生するエラーについての詳細は、NAVER Cloud Platform APIをご参照ください。

    HTTP status codeエラーコードエラーメッセージ
    400400不正なリクエストです。
    4009021存在しない Identity Providerです。

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.