External IDPログインの設定
    • PDF

    External IDPログインの設定

    • PDF

    記事の要約

    Classic/VPC環境で利用できます。

    External IDPのログイン情報を設定します。

    リクエスト

    • PUT /tenant/login-settings

    リクエストボディ

    {
      "idleSessionExpDuration" : "integer",
      "multipleLoginAllowed" : "boolean",
      "possessionAuthenticationEnabled": "boolean",
      "possessionAuthenticationTypes": ["string"],
      "multiFactorAuthenticationEnabled": "boolean"
    }
    
    パラメータ必須の有無タイプ説明制限事項
    idleSessionExpDurationYIntegerセッションタイムアウト時間600、1800、3600、10800
    multipleLoginAllowedYBoolean重複ログインを許可するかどうか
    possessionAuthenticationEnabledYBoolean占有認証の設定multiFactorAuthenticationEnabled: trueの場合、falseは設定不可
    possessionAuthenticationTypesYBoolean占有認証方法SMS、Email
    multiFactorAuthenticationEnabledYBoolean2段階認証の設定

    レスポンス

    レスポンスボディ

    {
        "success" : true
    }
    
    パラメータ必須の有無タイプ説明制限事項
    successYBoolean成否

    エラー

    下記のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式はの詳細は、ErrorResponseをご参照ください。
    共通して発生するエラーの詳細は、NAVERクラウドプラットフォーム APIをご参照ください。

    HTTP status codeエラーコードエラーメッセージ
    400400無効なリクエストです。

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

    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.