Create Application (OIDC)
Deprecated: Use CreateApplication instead to create an OIDC application.
Create a new OIDC client. The client id will be generated and returned in the response. Depending on the chosen configuration also a secret will be returned.
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/projects/string/apps/oidc" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"appId": "string",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"clientId": "string",
"clientSecret": "string",
"noneCompliant": true,
"complianceProblems": [
{
"key": "string",
"localizedMessage": "string"
}
]
}Was this page helpful?
Create Application (API)
Create Application (API): Deprecated: Use [CreateApplication](/reference/api/application/zitadel.application.v2.ApplicationService.CreateApplication) instead to create an API application Create a new API client. The client ...
Create Application (SAML)
Create Application (SAML): Deprecated: Use [CreateApplication](/reference/api/application/zitadel.application.v2.ApplicationService.CreateApplication) instead to create a SAML application. Create a new SAML client. Returns a...