Set login with external IDP
- Print
- PDF
Set login with external IDP
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
Set the login information for external IDP.
Request
- PUT /tenant/login-settings
Request body
{
"idleSessionExpDuration" : "integer",
"multipleLoginAllowed" : "boolean",
"possessionAuthenticationEnabled": "boolean",
"possessionAuthenticationTypes": ["string"],
"multiFactorAuthenticationEnabled": "boolean"
}
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
idleSessionExpDuration | Y | Integer | Session expiration time | 600, 1800, 3600, 10800 |
multipleLoginAllowed | Y | Boolean | Whether to allow duplicate logins | |
possessionAuthenticationEnabled | Y | Boolean | Set up occupancy authentication | multiFactorAuthenticationEnabled: false is unavailable if true |
possessionAuthenticationTypes | Y | Boolean | Occupancy authentication method | SMS, Email |
multiFactorAuthenticationEnabled | Y | Boolean | Set two-factor authentication |
Response
Response body
{
"success" : true
}
Parameter | Required | Type | Description | Restrictions |
---|---|---|---|---|
success | Y | Boolean | Success status |
Error
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | Invalid request |
Was this article helpful?