|
6786 | 6786 | "post": { |
6787 | 6787 | "operationId": "VendorConfigController_addOrUpdateConfig", |
6788 | 6788 | "summary": "Update identity management configuration", |
6789 | | - "description": "Update the identity management configuration for your environment.\n\nUse this endpoint to add or update identity management parameters by sending the desired values in the request body.\n\nRefer to the parameter documentation for the list of supported values.", |
| 6789 | + "description": "Update the identity management configuration for your environment.\n\nUse this endpoint to add or update identity management parameters by sending the desired values in the request body.\n\nRefer to the parameter documentation for the list of supported values.\n\n**Security warning:** Setting `addPermissionsToJwt` to `false` removes permission claims from the issued JWT. If your API routes rely on those claims for permission-based authorization, they may no longer be protected, and a user with no permissions could gain admin-equivalent read and write access. Only disable it if you enforce authorization by another means.", |
6790 | 6790 | "parameters": [], |
6791 | 6791 | "requestBody": { |
6792 | 6792 | "required": true, |
|
21498 | 21498 | "post": { |
21499 | 21499 | "operationId": "UserSourcesControllerV1_createSamlFederationUserSource", |
21500 | 21500 | "summary": "Create SAML Federation user source", |
21501 | | - "description": "Create a SAML federation user source.\n\nA valid environment token is required to call this endpoint. You can obtain it from the [environment authentication route](/ciam/api/vendor-service).", |
| 21501 | + "description": "Create a SAML federation user source.\n\nA valid environment token is required to call this endpoint. You can obtain it from the [environment authentication route](/ciam/api/vendor-service/other/authenticate_vendor).", |
21502 | 21502 | "parameters": [], |
21503 | 21503 | "requestBody": { |
21504 | 21504 | "required": true, |
|
21898 | 21898 | "put": { |
21899 | 21899 | "operationId": "UserSourcesControllerV1_updateSamlFederationUserSource", |
21900 | 21900 | "summary": "Update SAML Federation user source", |
21901 | | - "description": "Update a SAML federation user source.\n\nA valid environment token is required to call this endpoint. You can obtain it from the [environment authentication route](/ciam/api/vendor-service).", |
| 21901 | + "description": "Update a SAML federation user source.\n\nA valid environment token is required to call this endpoint. You can obtain it from the [environment authentication route](/ciam/api/vendor-service/other/authenticate_vendor).", |
21902 | 21902 | "parameters": [ |
21903 | 21903 | { |
21904 | 21904 | "name": "id", |
|
29943 | 29943 | "type": "boolean" |
29944 | 29944 | }, |
29945 | 29945 | "addPermissionsToJwt": { |
29946 | | - "type": "boolean" |
| 29946 | + "type": "boolean", |
| 29947 | + "description": "Controls whether permission claims are included in the issued JWT. When `true`, the user's permissions are added to the token.\n\n**Security warning:** Setting this to `false` removes the permission claims from the issued JWT. If your API routes rely on those claims for permission-based authorization, they may no longer be protected, and a user with no permissions could gain admin-equivalent read and write access. Only disable this if you enforce authorization by another means." |
29947 | 29948 | }, |
29948 | 29949 | "allowCustomLoginTenantSwitch": { |
29949 | 29950 | "type": "boolean" |
|
0 commit comments