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.
Changes
Changed in 1 of the 33 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○