Skip to content
rw3iss Auth

CreateAppRequest

CreateAppRequest

Defined in: dto/app.ts:65

Body for POST /admin/apps. system_admin only.

Properties

allowed_auth_methods?

optional allowed_auth_methods?: string[]

Defined in: dto/app.ts:73


allowed_email_domains?

optional allowed_email_domains?: string[]

Defined in: dto/app.ts:72


allowed_redirect_urls

allowed_redirect_urls: string[]

Defined in: dto/app.ts:69


auto_grant_on_signup?

optional auto_grant_on_signup?: boolean

Defined in: dto/app.ts:71


code

code: string

Defined in: dto/app.ts:66


default_organization_id?

optional default_organization_id?: string

Defined in: dto/app.ts:74


description?

optional description?: string

Defined in: dto/app.ts:68


frontend_url?

optional frontend_url?: string

Defined in: dto/app.ts:75


name

name: string

Defined in: dto/app.ts:67


read_namespaces?

optional read_namespaces?: string[]

Defined in: dto/app.ts:81

Other pools (login) — login also matches these; new users are tagged into them.


registration_namespace?

optional registration_namespace?: string

Defined in: dto/app.ts:77

Default pool (registration) — new users’ home namespace; omit ⇒ “default”.


registration_namespaces?

optional registration_namespaces?: string[]

Defined in: dto/app.ts:79

Legacy plural list; first entry overrides the singular default pool. Prefer the singular.


service_codes?

optional service_codes?: string[]

Defined in: dto/app.ts:70


status?

optional status?: string

Defined in: dto/app.ts:84


webhooks?

optional webhooks?: AppWebhook[]

Defined in: dto/app.ts:83

Outbound webhooks (migration 019).