Create SAML as External Provider (SP)
POST/saml-srv/sp/config
This API call creates SAML Service Provider (SP) configurations. When cidaas acts as a Service Provider, it integrates with external Identity Providers (IdPs) to enable SSO authentication for your users.
Configuration Options:
- IdP Metadata: Import Identity Provider metadata XML to establish trust
- Attribute Mapping: Map external IdP attributes to cidaas user profiles
- Signing: Configure whether to sign AuthnRequests sent to the IdP
- Encryption: Configure decryption keys to decrypt encrypted assertions from the IdP
- User ID Attribute: Specify which SAML attribute should be used as the unique user identifier
Related Documentation:
- For detailed SAML SP configuration guide, see SAML as Service Provider (SP)
- For attribute mapping details, see Attribute Mapping for SP Configuration
- For signing and encryption configuration, see SAML Metadata, Signing, and Encryption Configuration (SP)
Groups: CIDAAS_ADMINS
Roles: ADMIN, SECONDARY_ADMIN, SETTINGS_CREATE, SETTINGS_READ, and SETTINGS_RESET
Request
Responses
- 200
- 400
- 417
OK
Bad Request
Expectation Failed