Update SAML SP Metadata Configuration for Client
PUT/saml-srv/idp/sp/config/:client_id
This API call updates the SAML Service Provider (SP) metadata configuration for a specific client. This endpoint is used when cidaas acts as an IdP and needs to configure SP metadata for a particular client application.
Configuration Options:
- SP Metadata: Update Service Provider metadata XML to establish trust
- Signing & Encryption: Update signing and encryption requirements for SAML messages
- Attribute Mapping: Update how cidaas user attributes are mapped to SAML attribute names expected by the SP
- NameID Format: Update the format used for user identifier in SAML assertions
- IdP-Initiated Login: Update IdP-initiated SSO flow configuration
Related Documentation:
- For detailed SAML IdP configuration guide, see SAML as Identity Provider
Groups: CIDAAS_ADMINS
Roles: ADMIN, SECONDARY_ADMIN, SETTINGS_CREATE, SETTINGS_READ, and SETTINGS_RESET
Request
Responses
- 200
- 400
- 404
- 417
OK
Bad Request
Not Found
Expectation Failed