External IDP 로그인 설정
    • PDF

    External IDP 로그인 설정

    • PDF

    기사 요약

    External IDP의 로그인 정보를 설정합니다.

    요청

    • PUT /tenant/login-setting

    요청 Body

    {
      "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 Cloud Platform 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.