Authorization
Authorization
RequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/json
Requiredid
stringname
stringdescription
stringenabled
booleanlogo
stringloginPageUrl
stringuseMetadataInfo
booleanmetadataUrl
stringentityId
stringacsUrl
stringcertificate
stringattributeMapping
array<object>groupsMapping
array<object>acsAllowedCallbacks
array<string>subjectNameIdType
stringsubjectNameIdFormat
stringdefaultRelayState
stringforceAuthentication
booleanlogoutRedirectUrl
stringerrorRedirectURL
stringOK
Create SAML Application POST
### Create SAML Application within a project This endpoint creates a SAML Application within your Descope project. ### See Also - Review our [documentation](/manage/idpapplications/) around Applications within Descope. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`
Delete Application POST
### Delete an Application within a project This endpoint deletes an Application within your Descope project. ### See Also - Review our [documentation](/manage/idpapplications/) around Applications within Descope. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`