SSO
Create
Create an SSO application for an application in your catalog. The entitlement that governs sign-in is created alongside it. OIDC creation also server-mints the required initial client and returns its secret once when the client is confidential. SAML creation has no OAuth-client step.
post/api/v1/apps/{app_id}/sso/applications
Path parameters
app_idstring required
The application in your catalog to attach this sign-in configuration to.
Request body
Response
SSOApplicationServiceCreateResponse returns the created SSO application.