PUT /admin/identity-providers/{id}/jit-config
更新身份提供商的JIT(Just-In-Time)配置
身份提供商 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
提供商ID |
Request Body
Schema: dto.UpdateJITConfigRequest
| Field | Type | Required | Example | Constraints | Description |
attribute_mapping_id |
string |
No |
attr_map_001 |
|
|
auto_create_user |
boolean |
No |
True |
|
|
default_role |
string |
No |
member |
|
|
enabled |
boolean |
No |
True |
|
|
Referenced Schemas
dto.SimpleResponseWrapper
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|