@authup/server-core 1.0.0-beta.59 → 1.0.0-beta.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/database/domains/client/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/client/entity.mjs +58 -30
- package/dist/adapters/database/domains/client/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/client-permission/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/client-permission/entity.mjs +48 -24
- package/dist/adapters/database/domains/client-permission/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/client-role/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/client-role/entity.mjs +37 -17
- package/dist/adapters/database/domains/client-role/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/client-scope/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/client-scope/entity.mjs +30 -14
- package/dist/adapters/database/domains/client-scope/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/consent/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/consent/entity.mjs +34 -18
- package/dist/adapters/database/domains/consent/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/event/entity.d.ts +1 -0
- package/dist/adapters/database/domains/event/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/event/entity.mjs +48 -23
- package/dist/adapters/database/domains/event/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/identity-provider/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/identity-provider/entity.mjs +43 -23
- package/dist/adapters/database/domains/identity-provider/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/identity-provider-account/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/identity-provider-account/entity.mjs +50 -22
- package/dist/adapters/database/domains/identity-provider-account/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/identity-provider-attribute/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/identity-provider-attribute/entity.mjs +14 -6
- package/dist/adapters/database/domains/identity-provider-attribute/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/identity-provider-attribute-mapping/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/identity-provider-attribute-mapping/entity.mjs +5 -1
- package/dist/adapters/database/domains/identity-provider-attribute-mapping/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/identity-provider-permission-mapping/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/identity-provider-permission-mapping/entity.mjs +18 -6
- package/dist/adapters/database/domains/identity-provider-permission-mapping/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/identity-provider-role-mapping/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/identity-provider-role-mapping/entity.mjs +34 -14
- package/dist/adapters/database/domains/identity-provider-role-mapping/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/key/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/key/entity.mjs +35 -19
- package/dist/adapters/database/domains/key/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/permission/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/permission/entity.mjs +35 -19
- package/dist/adapters/database/domains/permission/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/permission-policy/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/permission-policy/entity.mjs +37 -17
- package/dist/adapters/database/domains/permission-policy/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/policy/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/policy/entity.mjs +51 -27
- package/dist/adapters/database/domains/policy/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/policy-attribute/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/policy-attribute/entity.mjs +14 -6
- package/dist/adapters/database/domains/policy-attribute/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/realm/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/realm/entity.mjs +36 -20
- package/dist/adapters/database/domains/realm/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/role/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/role/entity.mjs +44 -24
- package/dist/adapters/database/domains/role/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/role-attribute/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/role-attribute/entity.mjs +30 -14
- package/dist/adapters/database/domains/role-attribute/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/role-permission/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/role-permission/entity.mjs +45 -21
- package/dist/adapters/database/domains/role-permission/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/scope/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/scope/entity.mjs +35 -19
- package/dist/adapters/database/domains/scope/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/session/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/session/entity.mjs +63 -31
- package/dist/adapters/database/domains/session/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/session-token/entity.d.ts +4 -1
- package/dist/adapters/database/domains/session-token/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/session-token/entity.mjs +40 -11
- package/dist/adapters/database/domains/session-token/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/trust-anchor/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/trust-anchor/entity.mjs +25 -13
- package/dist/adapters/database/domains/trust-anchor/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/user/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/user/entity.mjs +58 -34
- package/dist/adapters/database/domains/user/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/user-attribute/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/user-attribute/entity.mjs +27 -11
- package/dist/adapters/database/domains/user-attribute/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/user-authenticator/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/user-authenticator/entity.mjs +43 -23
- package/dist/adapters/database/domains/user-authenticator/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/user-permission/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/user-permission/entity.mjs +45 -21
- package/dist/adapters/database/domains/user-permission/entity.mjs.map +1 -1
- package/dist/adapters/database/domains/user-role/entity.d.ts.map +1 -1
- package/dist/adapters/database/domains/user-role/entity.mjs +37 -17
- package/dist/adapters/database/domains/user-role/entity.mjs.map +1 -1
- package/dist/adapters/database/errors/driver.d.ts +9 -0
- package/dist/adapters/database/errors/driver.d.ts.map +1 -1
- package/dist/adapters/database/errors/driver.mjs +20 -1
- package/dist/adapters/database/errors/driver.mjs.map +1 -1
- package/dist/adapters/database/errors/index.mjs +2 -2
- package/dist/adapters/database/helpers/index.mjs +2 -2
- package/dist/adapters/database/helpers/is-supported.d.ts +7 -0
- package/dist/adapters/database/helpers/is-supported.d.ts.map +1 -1
- package/dist/adapters/database/helpers/is-supported.mjs +9 -1
- package/dist/adapters/database/helpers/is-supported.mjs.map +1 -1
- package/dist/adapters/database/index.mjs +3 -3
- package/dist/adapters/database/migrations/mysql/1785871780234-AlignSchemaWithEntityMetadata.d.ts +66 -0
- package/dist/adapters/database/migrations/mysql/1785871780234-AlignSchemaWithEntityMetadata.d.ts.map +1 -0
- package/dist/adapters/database/migrations/mysql/1785871780234-AlignSchemaWithEntityMetadata.mjs +181 -0
- package/dist/adapters/database/migrations/mysql/1785871780234-AlignSchemaWithEntityMetadata.mjs.map +1 -0
- package/dist/adapters/database/migrations/mysql/1786436332251-QueryIndexes.d.ts +44 -0
- package/dist/adapters/database/migrations/mysql/1786436332251-QueryIndexes.d.ts.map +1 -0
- package/dist/adapters/database/migrations/mysql/1786436332251-QueryIndexes.mjs +1294 -0
- package/dist/adapters/database/migrations/mysql/1786436332251-QueryIndexes.mjs.map +1 -0
- package/dist/adapters/database/migrations/postgres/1785871780234-AlignSchemaWithEntityMetadata.d.ts +43 -0
- package/dist/adapters/database/migrations/postgres/1785871780234-AlignSchemaWithEntityMetadata.d.ts.map +1 -0
- package/dist/adapters/database/migrations/postgres/1785871780234-AlignSchemaWithEntityMetadata.mjs +120 -0
- package/dist/adapters/database/migrations/postgres/1785871780234-AlignSchemaWithEntityMetadata.mjs.map +1 -0
- package/dist/adapters/database/migrations/postgres/1786436332251-QueryIndexes.d.ts +44 -0
- package/dist/adapters/database/migrations/postgres/1786436332251-QueryIndexes.d.ts.map +1 -0
- package/dist/adapters/database/migrations/postgres/1786436332251-QueryIndexes.mjs +987 -0
- package/dist/adapters/database/migrations/postgres/1786436332251-QueryIndexes.mjs.map +1 -0
- package/dist/adapters/http/controllers/entities/identity-provider/module.d.ts +14 -2
- package/dist/adapters/http/controllers/entities/identity-provider/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/identity-provider/module.mjs +85 -19
- package/dist/adapters/http/controllers/entities/identity-provider/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/identity-provider/types.d.ts +4 -1
- package/dist/adapters/http/controllers/entities/identity-provider/types.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/identity-provider-account/index.d.ts.map +1 -0
- package/dist/adapters/http/controllers/entities/identity-provider-account/index.mjs +5 -0
- package/dist/adapters/http/controllers/entities/identity-provider-account/module.d.ts +15 -0
- package/dist/adapters/http/controllers/entities/identity-provider-account/module.d.ts.map +1 -0
- package/dist/adapters/http/controllers/entities/identity-provider-account/module.mjs +94 -0
- package/dist/adapters/http/controllers/entities/identity-provider-account/module.mjs.map +1 -0
- package/dist/adapters/http/controllers/entities/index.d.ts +2 -0
- package/dist/adapters/http/controllers/entities/index.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/index.mjs +5 -1
- package/dist/adapters/http/controllers/entities/session-token/index.d.ts +2 -0
- package/dist/adapters/http/controllers/entities/session-token/index.d.ts.map +1 -0
- package/dist/adapters/http/controllers/entities/session-token/index.mjs +5 -0
- package/dist/adapters/http/controllers/entities/session-token/module.d.ts +23 -0
- package/dist/adapters/http/controllers/entities/session-token/module.d.ts.map +1 -0
- package/dist/adapters/http/controllers/entities/session-token/module.mjs +112 -0
- package/dist/adapters/http/controllers/entities/session-token/module.mjs.map +1 -0
- package/dist/adapters/http/controllers/index.mjs +3 -1
- package/dist/adapters/http/controllers/workflows/authenticator-challenge/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/workflows/authenticator-challenge/module.mjs +1 -0
- package/dist/adapters/http/controllers/workflows/authenticator-challenge/module.mjs.map +1 -1
- package/dist/adapters/http/index.mjs +3 -1
- package/dist/adapters/http/middleware/built-in/error.d.ts.map +1 -1
- package/dist/adapters/http/middleware/built-in/error.mjs +4 -3
- package/dist/adapters/http/middleware/built-in/error.mjs.map +1 -1
- package/dist/adapters/http/request/event-context.d.ts.map +1 -1
- package/dist/adapters/http/request/event-context.mjs +2 -0
- package/dist/adapters/http/request/event-context.mjs.map +1 -1
- package/dist/app/index.mjs +2 -2
- package/dist/app/modules/database/index.mjs +2 -1
- package/dist/app/modules/database/repositories/identity-provider-account/index.d.ts +2 -0
- package/dist/app/modules/database/repositories/identity-provider-account/index.d.ts.map +1 -0
- package/dist/app/modules/database/repositories/identity-provider-account/index.mjs +5 -0
- package/dist/app/modules/database/repositories/identity-provider-account/repository.d.ts +18 -0
- package/dist/app/modules/database/repositories/identity-provider-account/repository.d.ts.map +1 -0
- package/dist/app/modules/database/repositories/identity-provider-account/repository.mjs +69 -0
- package/dist/app/modules/database/repositories/identity-provider-account/repository.mjs.map +1 -0
- package/dist/app/modules/database/repositories/index.d.ts +1 -0
- package/dist/app/modules/database/repositories/index.d.ts.map +1 -1
- package/dist/app/modules/database/repositories/index.mjs +3 -1
- package/dist/app/modules/database/repositories/key/repository.d.ts +23 -0
- package/dist/app/modules/database/repositories/key/repository.d.ts.map +1 -1
- package/dist/app/modules/database/repositories/key/repository.mjs +39 -3
- package/dist/app/modules/database/repositories/key/repository.mjs.map +1 -1
- package/dist/app/modules/database/repositories/schema-validation.d.ts +14 -6
- package/dist/app/modules/database/repositories/schema-validation.d.ts.map +1 -1
- package/dist/app/modules/database/repositories/schema-validation.mjs +18 -6
- package/dist/app/modules/database/repositories/schema-validation.mjs.map +1 -1
- package/dist/app/modules/http/modules/controller.d.ts +3 -1
- package/dist/app/modules/http/modules/controller.d.ts.map +1 -1
- package/dist/app/modules/http/modules/controller.mjs +37 -1
- package/dist/app/modules/http/modules/controller.mjs.map +1 -1
- package/dist/app/modules/identity/index.mjs +1 -2
- package/dist/app/modules/identity/module.d.ts.map +1 -1
- package/dist/app/modules/identity/module.mjs +2 -2
- package/dist/app/modules/identity/module.mjs.map +1 -1
- package/dist/app/modules/identity/repositories/index.mjs +1 -2
- package/dist/app/modules/identity/repositories/provider/index.d.ts +0 -1
- package/dist/app/modules/identity/repositories/provider/index.d.ts.map +1 -1
- package/dist/app/modules/identity/repositories/provider/index.mjs +1 -3
- package/dist/app/modules/index.mjs +2 -2
- package/dist/app/modules/logger/module.d.ts.map +1 -1
- package/dist/app/modules/logger/module.mjs +1 -0
- package/dist/app/modules/logger/module.mjs.map +1 -1
- package/dist/app/modules/oauth2/repositories/session-token/repository.d.ts +25 -1
- package/dist/app/modules/oauth2/repositories/session-token/repository.d.ts.map +1 -1
- package/dist/app/modules/oauth2/repositories/session-token/repository.mjs +70 -1
- package/dist/app/modules/oauth2/repositories/session-token/repository.mjs.map +1 -1
- package/dist/app/modules/provisioning/module.d.ts.map +1 -1
- package/dist/app/modules/provisioning/module.mjs +3 -1
- package/dist/app/modules/provisioning/module.mjs.map +1 -1
- package/dist/app/modules/provisioning/sources/default/module.d.ts.map +1 -1
- package/dist/app/modules/provisioning/sources/default/module.mjs +1 -0
- package/dist/app/modules/provisioning/sources/default/module.mjs.map +1 -1
- package/dist/core/entities/client/schema.d.ts.map +1 -1
- package/dist/core/entities/client/schema.mjs +29 -10
- package/dist/core/entities/client/schema.mjs.map +1 -1
- package/dist/core/entities/client-permission/schema.d.ts.map +1 -1
- package/dist/core/entities/client-permission/schema.mjs +29 -6
- package/dist/core/entities/client-permission/schema.mjs.map +1 -1
- package/dist/core/entities/client-role/schema.d.ts.map +1 -1
- package/dist/core/entities/client-role/schema.mjs +27 -6
- package/dist/core/entities/client-role/schema.mjs.map +1 -1
- package/dist/core/entities/client-scope/schema.d.ts.map +1 -1
- package/dist/core/entities/client-scope/schema.mjs +19 -5
- package/dist/core/entities/client-scope/schema.mjs.map +1 -1
- package/dist/core/entities/consent/schema.d.ts.map +1 -1
- package/dist/core/entities/consent/schema.mjs +28 -6
- package/dist/core/entities/consent/schema.mjs.map +1 -1
- package/dist/core/entities/event/entity-event-handler.d.ts.map +1 -1
- package/dist/core/entities/event/entity-event-handler.mjs +2 -0
- package/dist/core/entities/event/entity-event-handler.mjs.map +1 -1
- package/dist/core/entities/event/sanitize.d.ts.map +1 -1
- package/dist/core/entities/event/sanitize.mjs +7 -4
- package/dist/core/entities/event/sanitize.mjs.map +1 -1
- package/dist/core/entities/event/schema.d.ts.map +1 -1
- package/dist/core/entities/event/schema.mjs +45 -16
- package/dist/core/entities/event/schema.mjs.map +1 -1
- package/dist/core/entities/event/service.d.ts.map +1 -1
- package/dist/core/entities/event/service.mjs +2 -0
- package/dist/core/entities/event/service.mjs.map +1 -1
- package/dist/core/entities/event/types.d.ts +2 -0
- package/dist/core/entities/event/types.d.ts.map +1 -1
- package/dist/core/entities/identity-provider/schema.d.ts.map +1 -1
- package/dist/core/entities/identity-provider/schema.mjs +29 -11
- package/dist/core/entities/identity-provider/schema.mjs.map +1 -1
- package/dist/core/entities/identity-provider-account/error.d.ts +7 -0
- package/dist/core/entities/identity-provider-account/error.d.ts.map +1 -0
- package/dist/core/entities/identity-provider-account/error.mjs +24 -0
- package/dist/core/entities/identity-provider-account/error.mjs.map +1 -0
- package/dist/core/entities/identity-provider-account/index.d.ts +5 -0
- package/dist/core/entities/identity-provider-account/index.d.ts.map +1 -0
- package/dist/core/entities/identity-provider-account/index.mjs +8 -0
- package/dist/core/entities/identity-provider-account/schema.d.ts +3 -0
- package/dist/core/entities/identity-provider-account/schema.d.ts.map +1 -0
- package/dist/core/entities/identity-provider-account/schema.mjs +52 -0
- package/dist/core/entities/identity-provider-account/schema.mjs.map +1 -0
- package/dist/core/entities/identity-provider-account/service.d.ts +24 -0
- package/dist/core/entities/identity-provider-account/service.d.ts.map +1 -0
- package/dist/core/entities/identity-provider-account/service.mjs +129 -0
- package/dist/core/entities/identity-provider-account/service.mjs.map +1 -0
- package/dist/core/entities/identity-provider-account/types.d.ts +69 -0
- package/dist/core/entities/identity-provider-account/types.d.ts.map +1 -0
- package/dist/core/entities/identity-provider-account/types.mjs +17 -0
- package/dist/core/entities/identity-provider-account/types.mjs.map +1 -0
- package/dist/core/entities/identity-provider-role-mapping/schema.d.ts.map +1 -1
- package/dist/core/entities/identity-provider-role-mapping/schema.mjs +27 -6
- package/dist/core/entities/identity-provider-role-mapping/schema.mjs.map +1 -1
- package/dist/core/entities/index.d.ts +2 -0
- package/dist/core/entities/index.d.ts.map +1 -1
- package/dist/core/entities/index.mjs +9 -1
- package/dist/core/entities/key/schema.d.ts.map +1 -1
- package/dist/core/entities/key/schema.mjs +39 -17
- package/dist/core/entities/key/schema.mjs.map +1 -1
- package/dist/core/entities/key/service.d.ts.map +1 -1
- package/dist/core/entities/key/service.mjs +1 -0
- package/dist/core/entities/key/service.mjs.map +1 -1
- package/dist/core/entities/permission/schema.d.ts.map +1 -1
- package/dist/core/entities/permission/schema.mjs +34 -13
- package/dist/core/entities/permission/schema.mjs.map +1 -1
- package/dist/core/entities/permission-policy/schema.d.ts.map +1 -1
- package/dist/core/entities/permission-policy/schema.mjs +27 -6
- package/dist/core/entities/permission-policy/schema.mjs.map +1 -1
- package/dist/core/entities/policy/schema.d.ts.map +1 -1
- package/dist/core/entities/policy/schema.mjs +31 -12
- package/dist/core/entities/policy/schema.mjs.map +1 -1
- package/dist/core/entities/realm/schema.d.ts.map +1 -1
- package/dist/core/entities/realm/schema.mjs +26 -12
- package/dist/core/entities/realm/schema.mjs.map +1 -1
- package/dist/core/entities/role/schema.d.ts.map +1 -1
- package/dist/core/entities/role/schema.mjs +36 -14
- package/dist/core/entities/role/schema.mjs.map +1 -1
- package/dist/core/entities/role-attribute/schema.d.ts.map +1 -1
- package/dist/core/entities/role-attribute/schema.mjs +28 -14
- package/dist/core/entities/role-attribute/schema.mjs.map +1 -1
- package/dist/core/entities/role-permission/schema.d.ts.map +1 -1
- package/dist/core/entities/role-permission/schema.mjs +29 -6
- package/dist/core/entities/role-permission/schema.mjs.map +1 -1
- package/dist/core/entities/scope/schema.d.ts.map +1 -1
- package/dist/core/entities/scope/schema.mjs +28 -12
- package/dist/core/entities/scope/schema.mjs.map +1 -1
- package/dist/core/entities/session/schema.d.ts.map +1 -1
- package/dist/core/entities/session/schema.mjs +41 -9
- package/dist/core/entities/session/schema.mjs.map +1 -1
- package/dist/core/entities/session-token/index.d.ts +4 -0
- package/dist/core/entities/session-token/index.d.ts.map +1 -0
- package/dist/core/entities/session-token/index.mjs +6 -0
- package/dist/core/entities/session-token/schema.d.ts +12 -0
- package/dist/core/entities/session-token/schema.d.ts.map +1 -0
- package/dist/core/entities/session-token/schema.mjs +66 -0
- package/dist/core/entities/session-token/schema.mjs.map +1 -0
- package/dist/core/entities/session-token/service.d.ts +70 -0
- package/dist/core/entities/session-token/service.d.ts.map +1 -0
- package/dist/core/entities/session-token/service.mjs +216 -0
- package/dist/core/entities/session-token/service.mjs.map +1 -0
- package/dist/core/entities/session-token/types.d.ts +37 -0
- package/dist/core/entities/session-token/types.d.ts.map +1 -0
- package/dist/core/entities/session-token/types.mjs +4 -0
- package/dist/core/entities/trust-anchor/schema.d.ts.map +1 -1
- package/dist/core/entities/trust-anchor/schema.mjs +27 -13
- package/dist/core/entities/trust-anchor/schema.mjs.map +1 -1
- package/dist/core/entities/trust-anchor/service.d.ts.map +1 -1
- package/dist/core/entities/trust-anchor/service.mjs +1 -0
- package/dist/core/entities/trust-anchor/service.mjs.map +1 -1
- package/dist/core/entities/user/schema.d.ts.map +1 -1
- package/dist/core/entities/user/schema.mjs +29 -12
- package/dist/core/entities/user/schema.mjs.map +1 -1
- package/dist/core/entities/user-attribute/schema.d.ts.map +1 -1
- package/dist/core/entities/user-attribute/schema.mjs +28 -14
- package/dist/core/entities/user-attribute/schema.mjs.map +1 -1
- package/dist/core/entities/user-authenticator/schema.d.ts.map +1 -1
- package/dist/core/entities/user-authenticator/schema.mjs +29 -12
- package/dist/core/entities/user-authenticator/schema.mjs.map +1 -1
- package/dist/core/entities/user-authenticator/service.d.ts +2 -1
- package/dist/core/entities/user-authenticator/service.d.ts.map +1 -1
- package/dist/core/entities/user-authenticator/service.mjs +5 -0
- package/dist/core/entities/user-authenticator/service.mjs.map +1 -1
- package/dist/core/entities/user-authenticator/types.d.ts +7 -1
- package/dist/core/entities/user-authenticator/types.d.ts.map +1 -1
- package/dist/core/entities/user-authenticator/types.mjs.map +1 -1
- package/dist/core/entities/user-permission/schema.d.ts.map +1 -1
- package/dist/core/entities/user-permission/schema.mjs +29 -6
- package/dist/core/entities/user-permission/schema.mjs.map +1 -1
- package/dist/core/entities/user-role/schema.d.ts.map +1 -1
- package/dist/core/entities/user-role/schema.mjs +27 -6
- package/dist/core/entities/user-role/schema.mjs.map +1 -1
- package/dist/core/identity/index.mjs +2 -1
- package/dist/core/identity/provider/account/error.d.ts +7 -0
- package/dist/core/identity/provider/account/error.d.ts.map +1 -0
- package/dist/core/identity/provider/account/error.mjs +24 -0
- package/dist/core/identity/provider/account/error.mjs.map +1 -0
- package/dist/core/identity/provider/account/index.d.ts +1 -0
- package/dist/core/identity/provider/account/index.d.ts.map +1 -1
- package/dist/core/identity/provider/account/index.mjs +2 -1
- package/dist/core/identity/provider/account/module.d.ts +2 -0
- package/dist/core/identity/provider/account/module.d.ts.map +1 -1
- package/dist/core/identity/provider/account/module.mjs +30 -0
- package/dist/core/identity/provider/account/module.mjs.map +1 -1
- package/dist/core/identity/provider/account/types.d.ts +12 -10
- package/dist/core/identity/provider/account/types.d.ts.map +1 -1
- package/dist/core/identity/provider/authentication/protocols/oauth2/module.d.ts +1 -0
- package/dist/core/identity/provider/authentication/protocols/oauth2/module.d.ts.map +1 -1
- package/dist/core/identity/provider/authentication/protocols/oauth2/module.mjs +5 -1
- package/dist/core/identity/provider/authentication/protocols/oauth2/module.mjs.map +1 -1
- package/dist/core/identity/provider/authentication/protocols/oauth2/types.d.ts +7 -0
- package/dist/core/identity/provider/authentication/protocols/oauth2/types.d.ts.map +1 -1
- package/dist/core/identity/provider/index.mjs +2 -1
- package/dist/core/index.mjs +10 -2
- package/dist/core/oauth2/authorization/module.d.ts.map +1 -1
- package/dist/core/oauth2/authorization/module.mjs +2 -0
- package/dist/core/oauth2/authorization/module.mjs.map +1 -1
- package/dist/core/oauth2/authorization/state/types.d.ts +11 -0
- package/dist/core/oauth2/authorization/state/types.d.ts.map +1 -1
- package/dist/core/oauth2/end-session/service.mjs +2 -2
- package/dist/core/oauth2/end-session/service.mjs.map +1 -1
- package/dist/core/oauth2/grant-types/authorize.d.ts.map +1 -1
- package/dist/core/oauth2/grant-types/authorize.mjs +1 -5
- package/dist/core/oauth2/grant-types/authorize.mjs.map +1 -1
- package/dist/core/oauth2/grant-types/password.mjs +2 -5
- package/dist/core/oauth2/grant-types/password.mjs.map +1 -1
- package/dist/core/oauth2/grant-types/refresh-token.d.ts.map +1 -1
- package/dist/core/oauth2/grant-types/refresh-token.mjs +37 -24
- package/dist/core/oauth2/grant-types/refresh-token.mjs.map +1 -1
- package/dist/core/oauth2/index.mjs +3 -1
- package/dist/core/oauth2/mfa-login/module.d.ts.map +1 -1
- package/dist/core/oauth2/mfa-login/module.mjs +4 -7
- package/dist/core/oauth2/mfa-login/module.mjs.map +1 -1
- package/dist/core/oauth2/session-token/error.d.ts +36 -0
- package/dist/core/oauth2/session-token/error.d.ts.map +1 -0
- package/dist/core/oauth2/session-token/error.mjs +49 -0
- package/dist/core/oauth2/session-token/error.mjs.map +1 -0
- package/dist/core/oauth2/session-token/index.d.ts +1 -0
- package/dist/core/oauth2/session-token/index.d.ts.map +1 -1
- package/dist/core/oauth2/session-token/index.mjs +2 -1
- package/dist/core/oauth2/session-token/types.d.ts +40 -0
- package/dist/core/oauth2/session-token/types.d.ts.map +1 -1
- package/dist/core/oauth2/token/issuer/access/module.d.ts.map +1 -1
- package/dist/core/oauth2/token/issuer/access/module.mjs +1 -0
- package/dist/core/oauth2/token/issuer/access/module.mjs.map +1 -1
- package/dist/core/oauth2/token/issuer/base.d.ts +1 -1
- package/dist/core/oauth2/token/issuer/base.d.ts.map +1 -1
- package/dist/core/oauth2/token/issuer/base.mjs.map +1 -1
- package/dist/core/oauth2/token/issuer/refresh/module.d.ts.map +1 -1
- package/dist/core/oauth2/token/issuer/refresh/module.mjs +1 -0
- package/dist/core/oauth2/token/issuer/refresh/module.mjs.map +1 -1
- package/dist/core/query/index.mjs +2 -2
- package/dist/core/query/module.d.ts +19 -9
- package/dist/core/query/module.d.ts.map +1 -1
- package/dist/core/query/module.mjs +22 -10
- package/dist/core/query/module.mjs.map +1 -1
- package/dist/index.mjs +6 -4
- package/dist/swagger.json +869 -140
- package/dist/utils/error.d.ts +20 -3
- package/dist/utils/error.d.ts.map +1 -1
- package/dist/utils/error.mjs +102 -5
- package/dist/utils/error.mjs.map +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +23 -21
- package/dist/app/modules/identity/repositories/provider/account/index.d.ts.map +0 -1
- package/dist/app/modules/identity/repositories/provider/account/index.mjs +0 -5
- package/dist/app/modules/identity/repositories/provider/account/module.d.ts +0 -10
- package/dist/app/modules/identity/repositories/provider/account/module.d.ts.map +0 -1
- package/dist/app/modules/identity/repositories/provider/account/module.mjs +0 -28
- package/dist/app/modules/identity/repositories/provider/account/module.mjs.map +0 -1
- /package/dist/{app/modules/identity/repositories/provider/account → adapters/http/controllers/entities/identity-provider-account}/index.d.ts +0 -0
package/dist/swagger.json
CHANGED
|
@@ -405,8 +405,29 @@
|
|
|
405
405
|
"type": "object",
|
|
406
406
|
"description": "JSON-serializable snapshot of the fields constraints a schema\ndeclares. The shape is uniform across schemas: a `null` constraint\nwas never declared (fallback semantics apply); an empty array is an\nexplicit \"nothing\"."
|
|
407
407
|
},
|
|
408
|
+
"IndexedMode": {
|
|
409
|
+
"type": "string",
|
|
410
|
+
"enum": [
|
|
411
|
+
"anchor",
|
|
412
|
+
"cover"
|
|
413
|
+
],
|
|
414
|
+
"description": "How the filters parameter is checked against the declared indexes:\n- `anchor`: every AND group must contain at least one conjunct whose\n field leads an index (the rest is residual filtering);\n- `cover`: additionally, per relation path, the AND group's field set\n must equal a leftmost prefix of one index."
|
|
415
|
+
},
|
|
408
416
|
"FiltersSchemaDescription": {
|
|
409
417
|
"properties": {
|
|
418
|
+
"indexed": {
|
|
419
|
+
"anyOf": [
|
|
420
|
+
{
|
|
421
|
+
"$ref": "#/components/schemas/IndexedMode"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"type": "boolean",
|
|
425
|
+
"enum": [
|
|
426
|
+
false
|
|
427
|
+
]
|
|
428
|
+
}
|
|
429
|
+
]
|
|
430
|
+
},
|
|
410
431
|
"allowed": {
|
|
411
432
|
"anyOf": [
|
|
412
433
|
{
|
|
@@ -422,6 +443,7 @@
|
|
|
422
443
|
}
|
|
423
444
|
},
|
|
424
445
|
"required": [
|
|
446
|
+
"indexed",
|
|
425
447
|
"allowed"
|
|
426
448
|
],
|
|
427
449
|
"type": "object",
|
|
@@ -484,8 +506,11 @@
|
|
|
484
506
|
"type": "object",
|
|
485
507
|
"description": "JSON-serializable snapshot of the relation constraints a schema\ndeclares. `schemas` maps each allowed relation to the name of the\nschema governing it (composed by {@link Schema.describe} via the\nparent `schemaMapping`; an unmapped relation maps to itself,\nmirroring registry resolution) — nested capabilities are looked up\non that schema's own description instead of being expanded inline.\nThe shape is uniform across schemas: a `null` allow-list was never\ndeclared (fallback semantics apply; the targets cannot be\nenumerated then, so `schemas` is `null` alongside it), an empty\narray is an explicit \"nothing\" (with an empty `schemas` record)."
|
|
486
508
|
},
|
|
487
|
-
"
|
|
509
|
+
"SortsSchemaDescription": {
|
|
488
510
|
"properties": {
|
|
511
|
+
"indexed": {
|
|
512
|
+
"type": "boolean"
|
|
513
|
+
},
|
|
489
514
|
"default": {
|
|
490
515
|
"oneOf": [
|
|
491
516
|
{
|
|
@@ -512,15 +537,6 @@
|
|
|
512
537
|
"type": "string"
|
|
513
538
|
}
|
|
514
539
|
},
|
|
515
|
-
{
|
|
516
|
-
"type": "array",
|
|
517
|
-
"items": {
|
|
518
|
-
"type": "array",
|
|
519
|
-
"items": {
|
|
520
|
-
"type": "string"
|
|
521
|
-
}
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
540
|
{
|
|
525
541
|
"type": "null"
|
|
526
542
|
}
|
|
@@ -528,16 +544,17 @@
|
|
|
528
544
|
}
|
|
529
545
|
},
|
|
530
546
|
"required": [
|
|
547
|
+
"indexed",
|
|
531
548
|
"default",
|
|
532
549
|
"allowed"
|
|
533
550
|
],
|
|
534
551
|
"type": "object",
|
|
535
|
-
"description": "JSON-serializable snapshot of the sort constraints a schema\ndeclares.
|
|
552
|
+
"description": "JSON-serializable snapshot of the sort constraints a schema\ndeclares. The shape is uniform across schemas: a `null`\nconstraint was never declared (fallback semantics apply); an empty\narray is an explicit \"nothing\"."
|
|
536
553
|
},
|
|
537
554
|
"SchemaDescription": {
|
|
538
555
|
"properties": {
|
|
539
|
-
"
|
|
540
|
-
"$ref": "#/components/schemas/
|
|
556
|
+
"sorts": {
|
|
557
|
+
"$ref": "#/components/schemas/SortsSchemaDescription"
|
|
541
558
|
},
|
|
542
559
|
"relations": {
|
|
543
560
|
"$ref": "#/components/schemas/RelationsSchemaDescription"
|
|
@@ -551,6 +568,22 @@
|
|
|
551
568
|
"fields": {
|
|
552
569
|
"$ref": "#/components/schemas/FieldsSchemaDescription"
|
|
553
570
|
},
|
|
571
|
+
"indexes": {
|
|
572
|
+
"anyOf": [
|
|
573
|
+
{
|
|
574
|
+
"type": "array",
|
|
575
|
+
"items": {
|
|
576
|
+
"type": "array",
|
|
577
|
+
"items": {
|
|
578
|
+
"type": "string"
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"type": "null"
|
|
584
|
+
}
|
|
585
|
+
]
|
|
586
|
+
},
|
|
554
587
|
"strict": {
|
|
555
588
|
"type": "boolean"
|
|
556
589
|
},
|
|
@@ -566,6 +599,7 @@
|
|
|
566
599
|
}
|
|
567
600
|
},
|
|
568
601
|
"required": [
|
|
602
|
+
"indexes",
|
|
569
603
|
"strict",
|
|
570
604
|
"name"
|
|
571
605
|
],
|
|
@@ -3012,6 +3046,8 @@
|
|
|
3012
3046
|
"mfaRemoved",
|
|
3013
3047
|
"mfaVerified",
|
|
3014
3048
|
"mfaChallengeFailed",
|
|
3049
|
+
"identityProviderLinked",
|
|
3050
|
+
"identityProviderUnlinked",
|
|
3015
3051
|
"created",
|
|
3016
3052
|
"updated",
|
|
3017
3053
|
"deleted"
|
|
@@ -3051,6 +3087,17 @@
|
|
|
3051
3087
|
],
|
|
3052
3088
|
"description": "The OAuth2 client involved, if any."
|
|
3053
3089
|
},
|
|
3090
|
+
"sessionId": {
|
|
3091
|
+
"anyOf": [
|
|
3092
|
+
{
|
|
3093
|
+
"type": "string"
|
|
3094
|
+
},
|
|
3095
|
+
{
|
|
3096
|
+
"type": "null"
|
|
3097
|
+
}
|
|
3098
|
+
],
|
|
3099
|
+
"description": "The auth_sessions row acting or affected. NULL = not attributable to\na session (rows predating the column, session-less flows such as a\nfailed login or registration)."
|
|
3100
|
+
},
|
|
3054
3101
|
"actorType": {
|
|
3055
3102
|
"anyOf": [
|
|
3056
3103
|
{
|
|
@@ -3178,6 +3225,7 @@
|
|
|
3178
3225
|
"refType",
|
|
3179
3226
|
"refId",
|
|
3180
3227
|
"clientId",
|
|
3228
|
+
"sessionId",
|
|
3181
3229
|
"actorType",
|
|
3182
3230
|
"actorId",
|
|
3183
3231
|
"actorName",
|
|
@@ -3545,6 +3593,163 @@
|
|
|
3545
3593
|
"IdentityProviderSavePayload": {
|
|
3546
3594
|
"$ref": "#/components/schemas/IdentityProviderCreatePayload"
|
|
3547
3595
|
},
|
|
3596
|
+
"IdentityProviderLinkRequestResponse": {
|
|
3597
|
+
"properties": {
|
|
3598
|
+
"url": {
|
|
3599
|
+
"type": "string"
|
|
3600
|
+
}
|
|
3601
|
+
},
|
|
3602
|
+
"required": [
|
|
3603
|
+
"url"
|
|
3604
|
+
],
|
|
3605
|
+
"type": "object",
|
|
3606
|
+
"description": "Response of `POST /identity-providers/:id/link-request` (plan 091):\nthe external provider's authorize URL the browser navigates to."
|
|
3607
|
+
},
|
|
3608
|
+
"IdentityProviderAccount": {
|
|
3609
|
+
"properties": {
|
|
3610
|
+
"id": {
|
|
3611
|
+
"type": "string"
|
|
3612
|
+
},
|
|
3613
|
+
"providerUserId": {
|
|
3614
|
+
"type": "string"
|
|
3615
|
+
},
|
|
3616
|
+
"providerUserName": {
|
|
3617
|
+
"type": "string"
|
|
3618
|
+
},
|
|
3619
|
+
"providerUserEmail": {
|
|
3620
|
+
"type": "string"
|
|
3621
|
+
},
|
|
3622
|
+
"createdAt": {
|
|
3623
|
+
"type": "string"
|
|
3624
|
+
},
|
|
3625
|
+
"updatedAt": {
|
|
3626
|
+
"type": "string"
|
|
3627
|
+
},
|
|
3628
|
+
"userId": {
|
|
3629
|
+
"type": "string"
|
|
3630
|
+
},
|
|
3631
|
+
"user": {
|
|
3632
|
+
"$ref": "#/components/schemas/User"
|
|
3633
|
+
},
|
|
3634
|
+
"userRealmId": {
|
|
3635
|
+
"anyOf": [
|
|
3636
|
+
{
|
|
3637
|
+
"type": "string"
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"type": "null"
|
|
3641
|
+
}
|
|
3642
|
+
]
|
|
3643
|
+
},
|
|
3644
|
+
"userRealm": {
|
|
3645
|
+
"oneOf": [
|
|
3646
|
+
{
|
|
3647
|
+
"$ref": "#/components/schemas/Realm"
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"type": "null"
|
|
3651
|
+
}
|
|
3652
|
+
]
|
|
3653
|
+
},
|
|
3654
|
+
"providerId": {
|
|
3655
|
+
"type": "string"
|
|
3656
|
+
},
|
|
3657
|
+
"provider": {
|
|
3658
|
+
"$ref": "#/components/schemas/IdentityProvider"
|
|
3659
|
+
},
|
|
3660
|
+
"providerRealmId": {
|
|
3661
|
+
"anyOf": [
|
|
3662
|
+
{
|
|
3663
|
+
"type": "string"
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"type": "null"
|
|
3667
|
+
}
|
|
3668
|
+
]
|
|
3669
|
+
},
|
|
3670
|
+
"providerRealm": {
|
|
3671
|
+
"oneOf": [
|
|
3672
|
+
{
|
|
3673
|
+
"$ref": "#/components/schemas/Realm"
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"type": "null"
|
|
3677
|
+
}
|
|
3678
|
+
]
|
|
3679
|
+
}
|
|
3680
|
+
},
|
|
3681
|
+
"required": [
|
|
3682
|
+
"id",
|
|
3683
|
+
"providerUserId",
|
|
3684
|
+
"providerUserName",
|
|
3685
|
+
"providerUserEmail",
|
|
3686
|
+
"createdAt",
|
|
3687
|
+
"updatedAt",
|
|
3688
|
+
"userId",
|
|
3689
|
+
"user",
|
|
3690
|
+
"userRealmId",
|
|
3691
|
+
"userRealm",
|
|
3692
|
+
"providerId",
|
|
3693
|
+
"provider",
|
|
3694
|
+
"providerRealmId",
|
|
3695
|
+
"providerRealm"
|
|
3696
|
+
],
|
|
3697
|
+
"type": "object"
|
|
3698
|
+
},
|
|
3699
|
+
"EntityCollectionResponseIdentityProviderAccount": {
|
|
3700
|
+
"properties": {
|
|
3701
|
+
"meta": {
|
|
3702
|
+
"properties": {
|
|
3703
|
+
"schema": {
|
|
3704
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
3705
|
+
},
|
|
3706
|
+
"total": {
|
|
3707
|
+
"type": "number",
|
|
3708
|
+
"format": "double"
|
|
3709
|
+
},
|
|
3710
|
+
"offset": {
|
|
3711
|
+
"type": "number",
|
|
3712
|
+
"format": "double"
|
|
3713
|
+
},
|
|
3714
|
+
"limit": {
|
|
3715
|
+
"type": "number",
|
|
3716
|
+
"format": "double"
|
|
3717
|
+
}
|
|
3718
|
+
},
|
|
3719
|
+
"required": [
|
|
3720
|
+
"total"
|
|
3721
|
+
],
|
|
3722
|
+
"type": "object"
|
|
3723
|
+
},
|
|
3724
|
+
"data": {
|
|
3725
|
+
"type": "array",
|
|
3726
|
+
"items": {
|
|
3727
|
+
"$ref": "#/components/schemas/IdentityProviderAccount"
|
|
3728
|
+
}
|
|
3729
|
+
}
|
|
3730
|
+
},
|
|
3731
|
+
"required": [
|
|
3732
|
+
"meta",
|
|
3733
|
+
"data"
|
|
3734
|
+
],
|
|
3735
|
+
"type": "object"
|
|
3736
|
+
},
|
|
3737
|
+
"EntityRecordResponseIdentityProviderAccount": {
|
|
3738
|
+
"properties": {
|
|
3739
|
+
"meta": {
|
|
3740
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
3741
|
+
},
|
|
3742
|
+
"data": {
|
|
3743
|
+
"$ref": "#/components/schemas/IdentityProviderAccount"
|
|
3744
|
+
}
|
|
3745
|
+
},
|
|
3746
|
+
"required": [
|
|
3747
|
+
"meta",
|
|
3748
|
+
"data"
|
|
3749
|
+
],
|
|
3750
|
+
"type": "object",
|
|
3751
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
3752
|
+
},
|
|
3548
3753
|
"IdentityProviderRoleMapping": {
|
|
3549
3754
|
"properties": {
|
|
3550
3755
|
"name": {
|
|
@@ -4965,8 +5170,8 @@
|
|
|
4965
5170
|
"kind": {
|
|
4966
5171
|
"type": "string",
|
|
4967
5172
|
"enum": [
|
|
4968
|
-
"id_token",
|
|
4969
5173
|
"access_token",
|
|
5174
|
+
"id_token",
|
|
4970
5175
|
"refresh_token",
|
|
4971
5176
|
"mfa_token"
|
|
4972
5177
|
],
|
|
@@ -5254,9 +5459,9 @@
|
|
|
5254
5459
|
"type": "string",
|
|
5255
5460
|
"enum": [
|
|
5256
5461
|
"none",
|
|
5462
|
+
"id_token",
|
|
5257
5463
|
"code",
|
|
5258
|
-
"token"
|
|
5259
|
-
"id_token"
|
|
5464
|
+
"token"
|
|
5260
5465
|
]
|
|
5261
5466
|
},
|
|
5262
5467
|
"description": "List of the supported OAuth 2.0 response_type values."
|
|
@@ -6460,46 +6665,234 @@
|
|
|
6460
6665
|
],
|
|
6461
6666
|
"type": "object"
|
|
6462
6667
|
},
|
|
6463
|
-
"
|
|
6668
|
+
"SessionTokenKind": {
|
|
6669
|
+
"type": "string",
|
|
6670
|
+
"enum": [
|
|
6671
|
+
"access",
|
|
6672
|
+
"refresh"
|
|
6673
|
+
]
|
|
6674
|
+
},
|
|
6675
|
+
"SessionToken": {
|
|
6464
6676
|
"properties": {
|
|
6465
6677
|
"id": {
|
|
6466
|
-
"type": "string"
|
|
6467
|
-
|
|
6468
|
-
"name": {
|
|
6469
|
-
"type": "string"
|
|
6678
|
+
"type": "string",
|
|
6679
|
+
"description": "Token jti (application-populated, matches the JWT payload jti)."
|
|
6470
6680
|
},
|
|
6471
|
-
"
|
|
6681
|
+
"sessionId": {
|
|
6472
6682
|
"type": "string",
|
|
6473
|
-
"description": "
|
|
6683
|
+
"description": "Owning session."
|
|
6474
6684
|
},
|
|
6475
|
-
"
|
|
6476
|
-
"
|
|
6685
|
+
"clientId": {
|
|
6686
|
+
"anyOf": [
|
|
6687
|
+
{
|
|
6688
|
+
"type": "string"
|
|
6689
|
+
},
|
|
6690
|
+
{
|
|
6691
|
+
"type": "null"
|
|
6692
|
+
}
|
|
6693
|
+
],
|
|
6694
|
+
"description": "The client the token was issued for. Attribution sits here rather than\non the session, because one browser session may serve several\napplications.\n\nNull when the issuing path does not know the client (an MFA-login\ncompletion rides a client-less session) and on rows created before the\ncolumn existed."
|
|
6477
6695
|
},
|
|
6478
|
-
"
|
|
6479
|
-
"
|
|
6696
|
+
"kind": {
|
|
6697
|
+
"$ref": "#/components/schemas/SessionTokenKind",
|
|
6698
|
+
"description": "Token kind."
|
|
6480
6699
|
},
|
|
6481
|
-
"
|
|
6482
|
-
"
|
|
6700
|
+
"parentId": {
|
|
6701
|
+
"anyOf": [
|
|
6702
|
+
{
|
|
6703
|
+
"type": "string"
|
|
6704
|
+
},
|
|
6705
|
+
{
|
|
6706
|
+
"type": "null"
|
|
6707
|
+
}
|
|
6708
|
+
],
|
|
6709
|
+
"description": "Refresh tokens: previous refresh token in the rotation chain.\nInformational — null on the initial refresh token and on access tokens."
|
|
6483
6710
|
},
|
|
6484
|
-
"
|
|
6485
|
-
"
|
|
6711
|
+
"refreshTokenId": {
|
|
6712
|
+
"anyOf": [
|
|
6713
|
+
{
|
|
6714
|
+
"type": "string"
|
|
6715
|
+
},
|
|
6716
|
+
{
|
|
6717
|
+
"type": "null"
|
|
6718
|
+
}
|
|
6719
|
+
],
|
|
6720
|
+
"description": "Access tokens: the refresh token this access token was issued alongside.\nInformational — null on refresh tokens."
|
|
6486
6721
|
},
|
|
6487
|
-
"
|
|
6488
|
-
"
|
|
6489
|
-
|
|
6490
|
-
|
|
6491
|
-
|
|
6492
|
-
|
|
6493
|
-
|
|
6494
|
-
|
|
6495
|
-
"
|
|
6496
|
-
|
|
6497
|
-
|
|
6498
|
-
|
|
6499
|
-
|
|
6500
|
-
|
|
6501
|
-
|
|
6502
|
-
|
|
6722
|
+
"ipAddress": {
|
|
6723
|
+
"type": "string",
|
|
6724
|
+
"description": "IP address captured from the issuing request."
|
|
6725
|
+
},
|
|
6726
|
+
"userAgent": {
|
|
6727
|
+
"type": "string",
|
|
6728
|
+
"description": "User agent captured from the issuing request."
|
|
6729
|
+
},
|
|
6730
|
+
"consumedAt": {
|
|
6731
|
+
"anyOf": [
|
|
6732
|
+
{
|
|
6733
|
+
"type": "string"
|
|
6734
|
+
},
|
|
6735
|
+
{
|
|
6736
|
+
"type": "null"
|
|
6737
|
+
}
|
|
6738
|
+
],
|
|
6739
|
+
"description": "Refresh tokens: timestamp the token was consumed by a rotation (iso).\nnull on access tokens and on a not-yet-used refresh token."
|
|
6740
|
+
},
|
|
6741
|
+
"revokedAt": {
|
|
6742
|
+
"anyOf": [
|
|
6743
|
+
{
|
|
6744
|
+
"type": "string"
|
|
6745
|
+
},
|
|
6746
|
+
{
|
|
6747
|
+
"type": "null"
|
|
6748
|
+
}
|
|
6749
|
+
],
|
|
6750
|
+
"description": "Timestamp the token was revoked (iso) — single-token revoke or family revoke."
|
|
6751
|
+
},
|
|
6752
|
+
"expiresAt": {
|
|
6753
|
+
"type": "string",
|
|
6754
|
+
"description": "Expiration date (iso) — mirrors the JWT exp. Drives cleanup."
|
|
6755
|
+
},
|
|
6756
|
+
"createdAt": {
|
|
6757
|
+
"type": "string",
|
|
6758
|
+
"description": "Creation date (iso)."
|
|
6759
|
+
},
|
|
6760
|
+
"session": {
|
|
6761
|
+
"$ref": "#/components/schemas/Session"
|
|
6762
|
+
},
|
|
6763
|
+
"client": {
|
|
6764
|
+
"oneOf": [
|
|
6765
|
+
{
|
|
6766
|
+
"$ref": "#/components/schemas/Client"
|
|
6767
|
+
},
|
|
6768
|
+
{
|
|
6769
|
+
"type": "null"
|
|
6770
|
+
}
|
|
6771
|
+
]
|
|
6772
|
+
}
|
|
6773
|
+
},
|
|
6774
|
+
"required": [
|
|
6775
|
+
"id",
|
|
6776
|
+
"sessionId",
|
|
6777
|
+
"clientId",
|
|
6778
|
+
"kind",
|
|
6779
|
+
"parentId",
|
|
6780
|
+
"refreshTokenId",
|
|
6781
|
+
"ipAddress",
|
|
6782
|
+
"userAgent",
|
|
6783
|
+
"consumedAt",
|
|
6784
|
+
"revokedAt",
|
|
6785
|
+
"expiresAt",
|
|
6786
|
+
"createdAt"
|
|
6787
|
+
],
|
|
6788
|
+
"type": "object"
|
|
6789
|
+
},
|
|
6790
|
+
"EntityCollectionResponseSessionToken": {
|
|
6791
|
+
"properties": {
|
|
6792
|
+
"meta": {
|
|
6793
|
+
"properties": {
|
|
6794
|
+
"schema": {
|
|
6795
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
6796
|
+
},
|
|
6797
|
+
"total": {
|
|
6798
|
+
"type": "number",
|
|
6799
|
+
"format": "double"
|
|
6800
|
+
},
|
|
6801
|
+
"offset": {
|
|
6802
|
+
"type": "number",
|
|
6803
|
+
"format": "double"
|
|
6804
|
+
},
|
|
6805
|
+
"limit": {
|
|
6806
|
+
"type": "number",
|
|
6807
|
+
"format": "double"
|
|
6808
|
+
}
|
|
6809
|
+
},
|
|
6810
|
+
"required": [
|
|
6811
|
+
"total"
|
|
6812
|
+
],
|
|
6813
|
+
"type": "object"
|
|
6814
|
+
},
|
|
6815
|
+
"data": {
|
|
6816
|
+
"type": "array",
|
|
6817
|
+
"items": {
|
|
6818
|
+
"$ref": "#/components/schemas/SessionToken"
|
|
6819
|
+
}
|
|
6820
|
+
}
|
|
6821
|
+
},
|
|
6822
|
+
"required": [
|
|
6823
|
+
"meta",
|
|
6824
|
+
"data"
|
|
6825
|
+
],
|
|
6826
|
+
"type": "object"
|
|
6827
|
+
},
|
|
6828
|
+
"EntityRecordResponseSessionToken": {
|
|
6829
|
+
"properties": {
|
|
6830
|
+
"meta": {
|
|
6831
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
6832
|
+
},
|
|
6833
|
+
"data": {
|
|
6834
|
+
"$ref": "#/components/schemas/SessionToken"
|
|
6835
|
+
}
|
|
6836
|
+
},
|
|
6837
|
+
"required": [
|
|
6838
|
+
"meta",
|
|
6839
|
+
"data"
|
|
6840
|
+
],
|
|
6841
|
+
"type": "object",
|
|
6842
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
6843
|
+
},
|
|
6844
|
+
"SessionTokenDeleteManyResult": {
|
|
6845
|
+
"properties": {
|
|
6846
|
+
"count": {
|
|
6847
|
+
"type": "number",
|
|
6848
|
+
"format": "double"
|
|
6849
|
+
}
|
|
6850
|
+
},
|
|
6851
|
+
"required": [
|
|
6852
|
+
"count"
|
|
6853
|
+
],
|
|
6854
|
+
"type": "object"
|
|
6855
|
+
},
|
|
6856
|
+
"TrustAnchor": {
|
|
6857
|
+
"properties": {
|
|
6858
|
+
"id": {
|
|
6859
|
+
"type": "string"
|
|
6860
|
+
},
|
|
6861
|
+
"name": {
|
|
6862
|
+
"type": "string"
|
|
6863
|
+
},
|
|
6864
|
+
"certificate": {
|
|
6865
|
+
"type": "string",
|
|
6866
|
+
"description": "PEM-encoded CA certificate or CA chain."
|
|
6867
|
+
},
|
|
6868
|
+
"enabled": {
|
|
6869
|
+
"type": "boolean"
|
|
6870
|
+
},
|
|
6871
|
+
"createdAt": {
|
|
6872
|
+
"type": "string"
|
|
6873
|
+
},
|
|
6874
|
+
"updatedAt": {
|
|
6875
|
+
"type": "string"
|
|
6876
|
+
},
|
|
6877
|
+
"realmId": {
|
|
6878
|
+
"type": "string"
|
|
6879
|
+
},
|
|
6880
|
+
"realm": {
|
|
6881
|
+
"$ref": "#/components/schemas/Realm"
|
|
6882
|
+
}
|
|
6883
|
+
},
|
|
6884
|
+
"required": [
|
|
6885
|
+
"id",
|
|
6886
|
+
"name",
|
|
6887
|
+
"certificate",
|
|
6888
|
+
"enabled",
|
|
6889
|
+
"createdAt",
|
|
6890
|
+
"updatedAt",
|
|
6891
|
+
"realmId",
|
|
6892
|
+
"realm"
|
|
6893
|
+
],
|
|
6894
|
+
"type": "object"
|
|
6895
|
+
},
|
|
6503
6896
|
"EntityCollectionResponseTrustAnchor": {
|
|
6504
6897
|
"properties": {
|
|
6505
6898
|
"meta": {
|
|
@@ -9097,7 +9490,258 @@
|
|
|
9097
9490
|
"content": {
|
|
9098
9491
|
"application/json": {
|
|
9099
9492
|
"schema": {
|
|
9100
|
-
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
9493
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
9494
|
+
}
|
|
9495
|
+
}
|
|
9496
|
+
}
|
|
9497
|
+
}
|
|
9498
|
+
},
|
|
9499
|
+
"description": "",
|
|
9500
|
+
"tags": [],
|
|
9501
|
+
"parameters": [
|
|
9502
|
+
{
|
|
9503
|
+
"allowEmptyValue": false,
|
|
9504
|
+
"deprecated": false,
|
|
9505
|
+
"description": "",
|
|
9506
|
+
"in": "path",
|
|
9507
|
+
"name": "id",
|
|
9508
|
+
"required": true,
|
|
9509
|
+
"schema": {
|
|
9510
|
+
"type": "string"
|
|
9511
|
+
},
|
|
9512
|
+
"examples": {}
|
|
9513
|
+
}
|
|
9514
|
+
]
|
|
9515
|
+
}
|
|
9516
|
+
},
|
|
9517
|
+
"/identity-providers/{id}/authorize-out": {
|
|
9518
|
+
"get": {
|
|
9519
|
+
"operationId": "AuthorizeOut",
|
|
9520
|
+
"responses": {
|
|
9521
|
+
"200": {
|
|
9522
|
+
"description": "Ok",
|
|
9523
|
+
"content": {
|
|
9524
|
+
"application/json": {
|
|
9525
|
+
"schema": {
|
|
9526
|
+
"$ref": "#/components/schemas/Response"
|
|
9527
|
+
}
|
|
9528
|
+
}
|
|
9529
|
+
}
|
|
9530
|
+
}
|
|
9531
|
+
},
|
|
9532
|
+
"description": "",
|
|
9533
|
+
"tags": [],
|
|
9534
|
+
"parameters": [
|
|
9535
|
+
{
|
|
9536
|
+
"allowEmptyValue": false,
|
|
9537
|
+
"deprecated": false,
|
|
9538
|
+
"description": "",
|
|
9539
|
+
"in": "path",
|
|
9540
|
+
"name": "id",
|
|
9541
|
+
"required": true,
|
|
9542
|
+
"schema": {
|
|
9543
|
+
"type": "string"
|
|
9544
|
+
},
|
|
9545
|
+
"examples": {}
|
|
9546
|
+
}
|
|
9547
|
+
]
|
|
9548
|
+
}
|
|
9549
|
+
},
|
|
9550
|
+
"/realms/{realmId}/identity-providers/{id}/authorize-out": {
|
|
9551
|
+
"get": {
|
|
9552
|
+
"operationId": "AuthorizeOut_2",
|
|
9553
|
+
"responses": {
|
|
9554
|
+
"200": {
|
|
9555
|
+
"description": "Ok",
|
|
9556
|
+
"content": {
|
|
9557
|
+
"application/json": {
|
|
9558
|
+
"schema": {
|
|
9559
|
+
"$ref": "#/components/schemas/Response"
|
|
9560
|
+
}
|
|
9561
|
+
}
|
|
9562
|
+
}
|
|
9563
|
+
}
|
|
9564
|
+
},
|
|
9565
|
+
"description": "",
|
|
9566
|
+
"tags": [],
|
|
9567
|
+
"parameters": [
|
|
9568
|
+
{
|
|
9569
|
+
"allowEmptyValue": false,
|
|
9570
|
+
"deprecated": false,
|
|
9571
|
+
"description": "",
|
|
9572
|
+
"in": "path",
|
|
9573
|
+
"name": "id",
|
|
9574
|
+
"required": true,
|
|
9575
|
+
"schema": {
|
|
9576
|
+
"type": "string"
|
|
9577
|
+
},
|
|
9578
|
+
"examples": {}
|
|
9579
|
+
}
|
|
9580
|
+
]
|
|
9581
|
+
}
|
|
9582
|
+
},
|
|
9583
|
+
"/identity-providers/{id}/link-request": {
|
|
9584
|
+
"post": {
|
|
9585
|
+
"operationId": "LinkRequest",
|
|
9586
|
+
"responses": {
|
|
9587
|
+
"200": {
|
|
9588
|
+
"description": "Ok",
|
|
9589
|
+
"content": {
|
|
9590
|
+
"application/json": {
|
|
9591
|
+
"schema": {
|
|
9592
|
+
"$ref": "#/components/schemas/IdentityProviderLinkRequestResponse"
|
|
9593
|
+
}
|
|
9594
|
+
}
|
|
9595
|
+
}
|
|
9596
|
+
}
|
|
9597
|
+
},
|
|
9598
|
+
"description": "",
|
|
9599
|
+
"tags": [],
|
|
9600
|
+
"parameters": [
|
|
9601
|
+
{
|
|
9602
|
+
"allowEmptyValue": false,
|
|
9603
|
+
"deprecated": false,
|
|
9604
|
+
"description": "",
|
|
9605
|
+
"in": "path",
|
|
9606
|
+
"name": "id",
|
|
9607
|
+
"required": true,
|
|
9608
|
+
"schema": {
|
|
9609
|
+
"type": "string"
|
|
9610
|
+
},
|
|
9611
|
+
"examples": {}
|
|
9612
|
+
}
|
|
9613
|
+
]
|
|
9614
|
+
}
|
|
9615
|
+
},
|
|
9616
|
+
"/realms/{realmId}/identity-providers/{id}/link-request": {
|
|
9617
|
+
"post": {
|
|
9618
|
+
"operationId": "LinkRequest_2",
|
|
9619
|
+
"responses": {
|
|
9620
|
+
"200": {
|
|
9621
|
+
"description": "Ok",
|
|
9622
|
+
"content": {
|
|
9623
|
+
"application/json": {
|
|
9624
|
+
"schema": {
|
|
9625
|
+
"$ref": "#/components/schemas/IdentityProviderLinkRequestResponse"
|
|
9626
|
+
}
|
|
9627
|
+
}
|
|
9628
|
+
}
|
|
9629
|
+
}
|
|
9630
|
+
},
|
|
9631
|
+
"description": "",
|
|
9632
|
+
"tags": [],
|
|
9633
|
+
"parameters": [
|
|
9634
|
+
{
|
|
9635
|
+
"allowEmptyValue": false,
|
|
9636
|
+
"deprecated": false,
|
|
9637
|
+
"description": "",
|
|
9638
|
+
"in": "path",
|
|
9639
|
+
"name": "id",
|
|
9640
|
+
"required": true,
|
|
9641
|
+
"schema": {
|
|
9642
|
+
"type": "string"
|
|
9643
|
+
},
|
|
9644
|
+
"examples": {}
|
|
9645
|
+
}
|
|
9646
|
+
]
|
|
9647
|
+
}
|
|
9648
|
+
},
|
|
9649
|
+
"/identity-providers/{id}/authorize-in": {
|
|
9650
|
+
"get": {
|
|
9651
|
+
"operationId": "AuthorizeIn",
|
|
9652
|
+
"responses": {
|
|
9653
|
+
"200": {
|
|
9654
|
+
"description": "Ok",
|
|
9655
|
+
"content": {
|
|
9656
|
+
"application/json": {
|
|
9657
|
+
"schema": {
|
|
9658
|
+
"$ref": "#/components/schemas/Response"
|
|
9659
|
+
}
|
|
9660
|
+
}
|
|
9661
|
+
}
|
|
9662
|
+
}
|
|
9663
|
+
},
|
|
9664
|
+
"description": "",
|
|
9665
|
+
"tags": [],
|
|
9666
|
+
"parameters": [
|
|
9667
|
+
{
|
|
9668
|
+
"allowEmptyValue": false,
|
|
9669
|
+
"deprecated": false,
|
|
9670
|
+
"description": "",
|
|
9671
|
+
"in": "path",
|
|
9672
|
+
"name": "id",
|
|
9673
|
+
"required": true,
|
|
9674
|
+
"schema": {
|
|
9675
|
+
"type": "string"
|
|
9676
|
+
},
|
|
9677
|
+
"examples": {}
|
|
9678
|
+
}
|
|
9679
|
+
]
|
|
9680
|
+
}
|
|
9681
|
+
},
|
|
9682
|
+
"/realms/{realmId}/identity-providers/{id}/authorize-in": {
|
|
9683
|
+
"get": {
|
|
9684
|
+
"operationId": "AuthorizeIn_2",
|
|
9685
|
+
"responses": {
|
|
9686
|
+
"200": {
|
|
9687
|
+
"description": "Ok",
|
|
9688
|
+
"content": {
|
|
9689
|
+
"application/json": {
|
|
9690
|
+
"schema": {
|
|
9691
|
+
"$ref": "#/components/schemas/Response"
|
|
9692
|
+
}
|
|
9693
|
+
}
|
|
9694
|
+
}
|
|
9695
|
+
}
|
|
9696
|
+
},
|
|
9697
|
+
"description": "",
|
|
9698
|
+
"tags": [],
|
|
9699
|
+
"parameters": [
|
|
9700
|
+
{
|
|
9701
|
+
"allowEmptyValue": false,
|
|
9702
|
+
"deprecated": false,
|
|
9703
|
+
"description": "",
|
|
9704
|
+
"in": "path",
|
|
9705
|
+
"name": "id",
|
|
9706
|
+
"required": true,
|
|
9707
|
+
"schema": {
|
|
9708
|
+
"type": "string"
|
|
9709
|
+
},
|
|
9710
|
+
"examples": {}
|
|
9711
|
+
}
|
|
9712
|
+
]
|
|
9713
|
+
}
|
|
9714
|
+
},
|
|
9715
|
+
"/identity-provider-accounts": {
|
|
9716
|
+
"get": {
|
|
9717
|
+
"operationId": "GetMany_10",
|
|
9718
|
+
"responses": {
|
|
9719
|
+
"200": {
|
|
9720
|
+
"description": "Ok",
|
|
9721
|
+
"content": {
|
|
9722
|
+
"application/json": {
|
|
9723
|
+
"schema": {
|
|
9724
|
+
"$ref": "#/components/schemas/EntityCollectionResponseIdentityProviderAccount"
|
|
9725
|
+
}
|
|
9726
|
+
}
|
|
9727
|
+
}
|
|
9728
|
+
}
|
|
9729
|
+
},
|
|
9730
|
+
"description": "",
|
|
9731
|
+
"tags": [],
|
|
9732
|
+
"parameters": []
|
|
9733
|
+
}
|
|
9734
|
+
},
|
|
9735
|
+
"/realms/{realmId}/identity-provider-accounts": {
|
|
9736
|
+
"get": {
|
|
9737
|
+
"operationId": "GetMany_11",
|
|
9738
|
+
"responses": {
|
|
9739
|
+
"200": {
|
|
9740
|
+
"description": "Ok",
|
|
9741
|
+
"content": {
|
|
9742
|
+
"application/json": {
|
|
9743
|
+
"schema": {
|
|
9744
|
+
"$ref": "#/components/schemas/EntityCollectionResponseIdentityProviderAccount"
|
|
9101
9745
|
}
|
|
9102
9746
|
}
|
|
9103
9747
|
}
|
|
@@ -9105,32 +9749,19 @@
|
|
|
9105
9749
|
},
|
|
9106
9750
|
"description": "",
|
|
9107
9751
|
"tags": [],
|
|
9108
|
-
"parameters": [
|
|
9109
|
-
{
|
|
9110
|
-
"allowEmptyValue": false,
|
|
9111
|
-
"deprecated": false,
|
|
9112
|
-
"description": "",
|
|
9113
|
-
"in": "path",
|
|
9114
|
-
"name": "id",
|
|
9115
|
-
"required": true,
|
|
9116
|
-
"schema": {
|
|
9117
|
-
"type": "string"
|
|
9118
|
-
},
|
|
9119
|
-
"examples": {}
|
|
9120
|
-
}
|
|
9121
|
-
]
|
|
9752
|
+
"parameters": []
|
|
9122
9753
|
}
|
|
9123
9754
|
},
|
|
9124
|
-
"/identity-
|
|
9755
|
+
"/identity-provider-accounts/{id}": {
|
|
9125
9756
|
"get": {
|
|
9126
|
-
"operationId": "
|
|
9757
|
+
"operationId": "GetOne_8",
|
|
9127
9758
|
"responses": {
|
|
9128
9759
|
"200": {
|
|
9129
9760
|
"description": "Ok",
|
|
9130
9761
|
"content": {
|
|
9131
9762
|
"application/json": {
|
|
9132
9763
|
"schema": {
|
|
9133
|
-
"$ref": "#/components/schemas/
|
|
9764
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderAccount"
|
|
9134
9765
|
}
|
|
9135
9766
|
}
|
|
9136
9767
|
}
|
|
@@ -9152,18 +9783,16 @@
|
|
|
9152
9783
|
"examples": {}
|
|
9153
9784
|
}
|
|
9154
9785
|
]
|
|
9155
|
-
}
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
"get": {
|
|
9159
|
-
"operationId": "AuthorizeOut_2",
|
|
9786
|
+
},
|
|
9787
|
+
"delete": {
|
|
9788
|
+
"operationId": "Drop_8",
|
|
9160
9789
|
"responses": {
|
|
9161
9790
|
"200": {
|
|
9162
9791
|
"description": "Ok",
|
|
9163
9792
|
"content": {
|
|
9164
9793
|
"application/json": {
|
|
9165
9794
|
"schema": {
|
|
9166
|
-
"$ref": "#/components/schemas/
|
|
9795
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderAccount"
|
|
9167
9796
|
}
|
|
9168
9797
|
}
|
|
9169
9798
|
}
|
|
@@ -9187,16 +9816,16 @@
|
|
|
9187
9816
|
]
|
|
9188
9817
|
}
|
|
9189
9818
|
},
|
|
9190
|
-
"/identity-
|
|
9819
|
+
"/realms/{realmId}/identity-provider-accounts/{id}": {
|
|
9191
9820
|
"get": {
|
|
9192
|
-
"operationId": "
|
|
9821
|
+
"operationId": "GetOne_9",
|
|
9193
9822
|
"responses": {
|
|
9194
9823
|
"200": {
|
|
9195
9824
|
"description": "Ok",
|
|
9196
9825
|
"content": {
|
|
9197
9826
|
"application/json": {
|
|
9198
9827
|
"schema": {
|
|
9199
|
-
"$ref": "#/components/schemas/
|
|
9828
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderAccount"
|
|
9200
9829
|
}
|
|
9201
9830
|
}
|
|
9202
9831
|
}
|
|
@@ -9218,18 +9847,16 @@
|
|
|
9218
9847
|
"examples": {}
|
|
9219
9848
|
}
|
|
9220
9849
|
]
|
|
9221
|
-
}
|
|
9222
|
-
|
|
9223
|
-
|
|
9224
|
-
"get": {
|
|
9225
|
-
"operationId": "AuthorizeIn_2",
|
|
9850
|
+
},
|
|
9851
|
+
"delete": {
|
|
9852
|
+
"operationId": "Drop_9",
|
|
9226
9853
|
"responses": {
|
|
9227
9854
|
"200": {
|
|
9228
9855
|
"description": "Ok",
|
|
9229
9856
|
"content": {
|
|
9230
9857
|
"application/json": {
|
|
9231
9858
|
"schema": {
|
|
9232
|
-
"$ref": "#/components/schemas/
|
|
9859
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderAccount"
|
|
9233
9860
|
}
|
|
9234
9861
|
}
|
|
9235
9862
|
}
|
|
@@ -9255,7 +9882,7 @@
|
|
|
9255
9882
|
},
|
|
9256
9883
|
"/identity-provider-role-mappings": {
|
|
9257
9884
|
"get": {
|
|
9258
|
-
"operationId": "
|
|
9885
|
+
"operationId": "GetMany_12",
|
|
9259
9886
|
"responses": {
|
|
9260
9887
|
"200": {
|
|
9261
9888
|
"description": "Ok",
|
|
@@ -9304,7 +9931,7 @@
|
|
|
9304
9931
|
},
|
|
9305
9932
|
"/identity-provider-role-mappings/{id}": {
|
|
9306
9933
|
"get": {
|
|
9307
|
-
"operationId": "
|
|
9934
|
+
"operationId": "GetOne_10",
|
|
9308
9935
|
"responses": {
|
|
9309
9936
|
"200": {
|
|
9310
9937
|
"description": "Ok",
|
|
@@ -9377,7 +10004,7 @@
|
|
|
9377
10004
|
}
|
|
9378
10005
|
},
|
|
9379
10006
|
"delete": {
|
|
9380
|
-
"operationId": "
|
|
10007
|
+
"operationId": "Drop_10",
|
|
9381
10008
|
"responses": {
|
|
9382
10009
|
"200": {
|
|
9383
10010
|
"description": "Ok",
|
|
@@ -9410,7 +10037,7 @@
|
|
|
9410
10037
|
},
|
|
9411
10038
|
"/keys": {
|
|
9412
10039
|
"get": {
|
|
9413
|
-
"operationId": "
|
|
10040
|
+
"operationId": "GetMany_13",
|
|
9414
10041
|
"responses": {
|
|
9415
10042
|
"200": {
|
|
9416
10043
|
"description": "Ok",
|
|
@@ -9459,7 +10086,7 @@
|
|
|
9459
10086
|
},
|
|
9460
10087
|
"/realms/{realmId}/keys": {
|
|
9461
10088
|
"get": {
|
|
9462
|
-
"operationId": "
|
|
10089
|
+
"operationId": "GetMany_14",
|
|
9463
10090
|
"responses": {
|
|
9464
10091
|
"200": {
|
|
9465
10092
|
"description": "Ok",
|
|
@@ -9508,7 +10135,7 @@
|
|
|
9508
10135
|
},
|
|
9509
10136
|
"/keys/{id}": {
|
|
9510
10137
|
"get": {
|
|
9511
|
-
"operationId": "
|
|
10138
|
+
"operationId": "GetOne_11",
|
|
9512
10139
|
"responses": {
|
|
9513
10140
|
"200": {
|
|
9514
10141
|
"description": "Ok",
|
|
@@ -9581,7 +10208,7 @@
|
|
|
9581
10208
|
}
|
|
9582
10209
|
},
|
|
9583
10210
|
"delete": {
|
|
9584
|
-
"operationId": "
|
|
10211
|
+
"operationId": "Drop_11",
|
|
9585
10212
|
"responses": {
|
|
9586
10213
|
"200": {
|
|
9587
10214
|
"description": "Ok",
|
|
@@ -9614,7 +10241,7 @@
|
|
|
9614
10241
|
},
|
|
9615
10242
|
"/realms/{realmId}/keys/{id}": {
|
|
9616
10243
|
"get": {
|
|
9617
|
-
"operationId": "
|
|
10244
|
+
"operationId": "GetOne_12",
|
|
9618
10245
|
"responses": {
|
|
9619
10246
|
"200": {
|
|
9620
10247
|
"description": "Ok",
|
|
@@ -9687,7 +10314,7 @@
|
|
|
9687
10314
|
}
|
|
9688
10315
|
},
|
|
9689
10316
|
"delete": {
|
|
9690
|
-
"operationId": "
|
|
10317
|
+
"operationId": "Drop_12",
|
|
9691
10318
|
"responses": {
|
|
9692
10319
|
"200": {
|
|
9693
10320
|
"description": "Ok",
|
|
@@ -9720,7 +10347,7 @@
|
|
|
9720
10347
|
},
|
|
9721
10348
|
"/permissions": {
|
|
9722
10349
|
"get": {
|
|
9723
|
-
"operationId": "
|
|
10350
|
+
"operationId": "GetMany_15",
|
|
9724
10351
|
"responses": {
|
|
9725
10352
|
"200": {
|
|
9726
10353
|
"description": "Ok",
|
|
@@ -9769,7 +10396,7 @@
|
|
|
9769
10396
|
},
|
|
9770
10397
|
"/realms/{realmId}/permissions": {
|
|
9771
10398
|
"get": {
|
|
9772
|
-
"operationId": "
|
|
10399
|
+
"operationId": "GetMany_16",
|
|
9773
10400
|
"responses": {
|
|
9774
10401
|
"200": {
|
|
9775
10402
|
"description": "Ok",
|
|
@@ -10021,7 +10648,7 @@
|
|
|
10021
10648
|
}
|
|
10022
10649
|
},
|
|
10023
10650
|
"delete": {
|
|
10024
|
-
"operationId": "
|
|
10651
|
+
"operationId": "Drop_13",
|
|
10025
10652
|
"responses": {
|
|
10026
10653
|
"200": {
|
|
10027
10654
|
"description": "Ok",
|
|
@@ -10169,7 +10796,7 @@
|
|
|
10169
10796
|
}
|
|
10170
10797
|
},
|
|
10171
10798
|
"delete": {
|
|
10172
|
-
"operationId": "
|
|
10799
|
+
"operationId": "Drop_14",
|
|
10173
10800
|
"responses": {
|
|
10174
10801
|
"200": {
|
|
10175
10802
|
"description": "Ok",
|
|
@@ -10202,7 +10829,7 @@
|
|
|
10202
10829
|
},
|
|
10203
10830
|
"/permission-policies": {
|
|
10204
10831
|
"get": {
|
|
10205
|
-
"operationId": "
|
|
10832
|
+
"operationId": "GetMany_17",
|
|
10206
10833
|
"responses": {
|
|
10207
10834
|
"200": {
|
|
10208
10835
|
"description": "Ok",
|
|
@@ -10251,7 +10878,7 @@
|
|
|
10251
10878
|
},
|
|
10252
10879
|
"/permission-policies/{id}": {
|
|
10253
10880
|
"get": {
|
|
10254
|
-
"operationId": "
|
|
10881
|
+
"operationId": "GetOne_13",
|
|
10255
10882
|
"responses": {
|
|
10256
10883
|
"200": {
|
|
10257
10884
|
"description": "Ok",
|
|
@@ -10282,7 +10909,7 @@
|
|
|
10282
10909
|
]
|
|
10283
10910
|
},
|
|
10284
10911
|
"delete": {
|
|
10285
|
-
"operationId": "
|
|
10912
|
+
"operationId": "Drop_15",
|
|
10286
10913
|
"responses": {
|
|
10287
10914
|
"200": {
|
|
10288
10915
|
"description": "Ok",
|
|
@@ -10954,7 +11581,7 @@
|
|
|
10954
11581
|
},
|
|
10955
11582
|
"/realms": {
|
|
10956
11583
|
"get": {
|
|
10957
|
-
"operationId": "
|
|
11584
|
+
"operationId": "GetMany_18",
|
|
10958
11585
|
"responses": {
|
|
10959
11586
|
"200": {
|
|
10960
11587
|
"description": "Ok",
|
|
@@ -11118,7 +11745,7 @@
|
|
|
11118
11745
|
}
|
|
11119
11746
|
},
|
|
11120
11747
|
"delete": {
|
|
11121
|
-
"operationId": "
|
|
11748
|
+
"operationId": "Drop_16",
|
|
11122
11749
|
"responses": {
|
|
11123
11750
|
"200": {
|
|
11124
11751
|
"description": "Ok",
|
|
@@ -11273,7 +11900,7 @@
|
|
|
11273
11900
|
},
|
|
11274
11901
|
"/roles": {
|
|
11275
11902
|
"get": {
|
|
11276
|
-
"operationId": "
|
|
11903
|
+
"operationId": "GetMany_19",
|
|
11277
11904
|
"responses": {
|
|
11278
11905
|
"200": {
|
|
11279
11906
|
"description": "Ok",
|
|
@@ -11437,7 +12064,7 @@
|
|
|
11437
12064
|
}
|
|
11438
12065
|
},
|
|
11439
12066
|
"delete": {
|
|
11440
|
-
"operationId": "
|
|
12067
|
+
"operationId": "Drop_17",
|
|
11441
12068
|
"responses": {
|
|
11442
12069
|
"200": {
|
|
11443
12070
|
"description": "Ok",
|
|
@@ -11470,7 +12097,7 @@
|
|
|
11470
12097
|
},
|
|
11471
12098
|
"/role-attributes": {
|
|
11472
12099
|
"get": {
|
|
11473
|
-
"operationId": "
|
|
12100
|
+
"operationId": "GetMany_20",
|
|
11474
12101
|
"responses": {
|
|
11475
12102
|
"200": {
|
|
11476
12103
|
"description": "Ok",
|
|
@@ -11592,7 +12219,7 @@
|
|
|
11592
12219
|
}
|
|
11593
12220
|
},
|
|
11594
12221
|
"delete": {
|
|
11595
|
-
"operationId": "
|
|
12222
|
+
"operationId": "Drop_18",
|
|
11596
12223
|
"responses": {
|
|
11597
12224
|
"200": {
|
|
11598
12225
|
"description": "Ok",
|
|
@@ -11625,7 +12252,7 @@
|
|
|
11625
12252
|
},
|
|
11626
12253
|
"/role-permissions": {
|
|
11627
12254
|
"get": {
|
|
11628
|
-
"operationId": "
|
|
12255
|
+
"operationId": "GetMany_21",
|
|
11629
12256
|
"responses": {
|
|
11630
12257
|
"200": {
|
|
11631
12258
|
"description": "Ok",
|
|
@@ -11716,7 +12343,7 @@
|
|
|
11716
12343
|
}
|
|
11717
12344
|
},
|
|
11718
12345
|
"get": {
|
|
11719
|
-
"operationId": "
|
|
12346
|
+
"operationId": "GetOne_14",
|
|
11720
12347
|
"responses": {
|
|
11721
12348
|
"200": {
|
|
11722
12349
|
"description": "Ok",
|
|
@@ -11747,7 +12374,7 @@
|
|
|
11747
12374
|
]
|
|
11748
12375
|
},
|
|
11749
12376
|
"delete": {
|
|
11750
|
-
"operationId": "
|
|
12377
|
+
"operationId": "Drop_19",
|
|
11751
12378
|
"responses": {
|
|
11752
12379
|
"200": {
|
|
11753
12380
|
"description": "Ok",
|
|
@@ -11780,7 +12407,7 @@
|
|
|
11780
12407
|
},
|
|
11781
12408
|
"/policies": {
|
|
11782
12409
|
"get": {
|
|
11783
|
-
"operationId": "
|
|
12410
|
+
"operationId": "GetMany_22",
|
|
11784
12411
|
"responses": {
|
|
11785
12412
|
"200": {
|
|
11786
12413
|
"description": "Ok",
|
|
@@ -11829,7 +12456,7 @@
|
|
|
11829
12456
|
},
|
|
11830
12457
|
"/realms/{realmId}/policies": {
|
|
11831
12458
|
"get": {
|
|
11832
|
-
"operationId": "
|
|
12459
|
+
"operationId": "GetMany_23",
|
|
11833
12460
|
"responses": {
|
|
11834
12461
|
"200": {
|
|
11835
12462
|
"description": "Ok",
|
|
@@ -11944,7 +12571,7 @@
|
|
|
11944
12571
|
},
|
|
11945
12572
|
"/policies/{id}": {
|
|
11946
12573
|
"get": {
|
|
11947
|
-
"operationId": "
|
|
12574
|
+
"operationId": "GetOne_15",
|
|
11948
12575
|
"responses": {
|
|
11949
12576
|
"200": {
|
|
11950
12577
|
"description": "Ok",
|
|
@@ -12075,7 +12702,7 @@
|
|
|
12075
12702
|
}
|
|
12076
12703
|
},
|
|
12077
12704
|
"delete": {
|
|
12078
|
-
"operationId": "
|
|
12705
|
+
"operationId": "Drop_20",
|
|
12079
12706
|
"responses": {
|
|
12080
12707
|
"200": {
|
|
12081
12708
|
"description": "Ok",
|
|
@@ -12108,7 +12735,7 @@
|
|
|
12108
12735
|
},
|
|
12109
12736
|
"/realms/{realmId}/policies/{id}": {
|
|
12110
12737
|
"get": {
|
|
12111
|
-
"operationId": "
|
|
12738
|
+
"operationId": "GetOne_16",
|
|
12112
12739
|
"responses": {
|
|
12113
12740
|
"200": {
|
|
12114
12741
|
"description": "Ok",
|
|
@@ -12239,7 +12866,7 @@
|
|
|
12239
12866
|
}
|
|
12240
12867
|
},
|
|
12241
12868
|
"delete": {
|
|
12242
|
-
"operationId": "
|
|
12869
|
+
"operationId": "Drop_21",
|
|
12243
12870
|
"responses": {
|
|
12244
12871
|
"200": {
|
|
12245
12872
|
"description": "Ok",
|
|
@@ -12360,7 +12987,7 @@
|
|
|
12360
12987
|
},
|
|
12361
12988
|
"/scopes": {
|
|
12362
12989
|
"get": {
|
|
12363
|
-
"operationId": "
|
|
12990
|
+
"operationId": "GetMany_24",
|
|
12364
12991
|
"responses": {
|
|
12365
12992
|
"200": {
|
|
12366
12993
|
"description": "Ok",
|
|
@@ -12524,7 +13151,7 @@
|
|
|
12524
13151
|
}
|
|
12525
13152
|
},
|
|
12526
13153
|
"delete": {
|
|
12527
|
-
"operationId": "
|
|
13154
|
+
"operationId": "Drop_22",
|
|
12528
13155
|
"responses": {
|
|
12529
13156
|
"200": {
|
|
12530
13157
|
"description": "Ok",
|
|
@@ -12557,7 +13184,7 @@
|
|
|
12557
13184
|
},
|
|
12558
13185
|
"/sessions": {
|
|
12559
13186
|
"get": {
|
|
12560
|
-
"operationId": "
|
|
13187
|
+
"operationId": "GetMany_25",
|
|
12561
13188
|
"responses": {
|
|
12562
13189
|
"200": {
|
|
12563
13190
|
"description": "Ok",
|
|
@@ -12595,7 +13222,7 @@
|
|
|
12595
13222
|
},
|
|
12596
13223
|
"/realms/{realmId}/sessions": {
|
|
12597
13224
|
"get": {
|
|
12598
|
-
"operationId": "
|
|
13225
|
+
"operationId": "GetMany_26",
|
|
12599
13226
|
"responses": {
|
|
12600
13227
|
"200": {
|
|
12601
13228
|
"description": "Ok",
|
|
@@ -12633,7 +13260,7 @@
|
|
|
12633
13260
|
},
|
|
12634
13261
|
"/sessions/{id}": {
|
|
12635
13262
|
"get": {
|
|
12636
|
-
"operationId": "
|
|
13263
|
+
"operationId": "GetOne_17",
|
|
12637
13264
|
"responses": {
|
|
12638
13265
|
"200": {
|
|
12639
13266
|
"description": "Ok",
|
|
@@ -12664,7 +13291,7 @@
|
|
|
12664
13291
|
]
|
|
12665
13292
|
},
|
|
12666
13293
|
"delete": {
|
|
12667
|
-
"operationId": "
|
|
13294
|
+
"operationId": "Drop_23",
|
|
12668
13295
|
"responses": {
|
|
12669
13296
|
"200": {
|
|
12670
13297
|
"description": "Ok",
|
|
@@ -12697,7 +13324,7 @@
|
|
|
12697
13324
|
},
|
|
12698
13325
|
"/realms/{realmId}/sessions/{id}": {
|
|
12699
13326
|
"get": {
|
|
12700
|
-
"operationId": "
|
|
13327
|
+
"operationId": "GetOne_18",
|
|
12701
13328
|
"responses": {
|
|
12702
13329
|
"200": {
|
|
12703
13330
|
"description": "Ok",
|
|
@@ -12728,7 +13355,7 @@
|
|
|
12728
13355
|
]
|
|
12729
13356
|
},
|
|
12730
13357
|
"delete": {
|
|
12731
|
-
"operationId": "
|
|
13358
|
+
"operationId": "Drop_24",
|
|
12732
13359
|
"responses": {
|
|
12733
13360
|
"200": {
|
|
12734
13361
|
"description": "Ok",
|
|
@@ -12759,9 +13386,111 @@
|
|
|
12759
13386
|
]
|
|
12760
13387
|
}
|
|
12761
13388
|
},
|
|
13389
|
+
"/session-tokens": {
|
|
13390
|
+
"get": {
|
|
13391
|
+
"operationId": "GetMany_27",
|
|
13392
|
+
"responses": {
|
|
13393
|
+
"200": {
|
|
13394
|
+
"description": "Ok",
|
|
13395
|
+
"content": {
|
|
13396
|
+
"application/json": {
|
|
13397
|
+
"schema": {
|
|
13398
|
+
"$ref": "#/components/schemas/EntityCollectionResponseSessionToken"
|
|
13399
|
+
}
|
|
13400
|
+
}
|
|
13401
|
+
}
|
|
13402
|
+
}
|
|
13403
|
+
},
|
|
13404
|
+
"description": "",
|
|
13405
|
+
"tags": [],
|
|
13406
|
+
"parameters": []
|
|
13407
|
+
},
|
|
13408
|
+
"delete": {
|
|
13409
|
+
"operationId": "DropMany_3",
|
|
13410
|
+
"responses": {
|
|
13411
|
+
"200": {
|
|
13412
|
+
"description": "Ok",
|
|
13413
|
+
"content": {
|
|
13414
|
+
"application/json": {
|
|
13415
|
+
"schema": {
|
|
13416
|
+
"$ref": "#/components/schemas/SessionTokenDeleteManyResult"
|
|
13417
|
+
}
|
|
13418
|
+
}
|
|
13419
|
+
}
|
|
13420
|
+
}
|
|
13421
|
+
},
|
|
13422
|
+
"description": "Revoke every token matching the query. Requires a target filter, so it\ncannot degenerate into an unscoped mass revoke.\n\nScoped to one client this is \"sign out of this application\": the session\nitself survives, so the other applications riding it stay signed in.",
|
|
13423
|
+
"tags": [],
|
|
13424
|
+
"parameters": []
|
|
13425
|
+
}
|
|
13426
|
+
},
|
|
13427
|
+
"/session-tokens/{id}": {
|
|
13428
|
+
"get": {
|
|
13429
|
+
"operationId": "GetOne_19",
|
|
13430
|
+
"responses": {
|
|
13431
|
+
"200": {
|
|
13432
|
+
"description": "Ok",
|
|
13433
|
+
"content": {
|
|
13434
|
+
"application/json": {
|
|
13435
|
+
"schema": {
|
|
13436
|
+
"$ref": "#/components/schemas/EntityRecordResponseSessionToken"
|
|
13437
|
+
}
|
|
13438
|
+
}
|
|
13439
|
+
}
|
|
13440
|
+
}
|
|
13441
|
+
},
|
|
13442
|
+
"description": "",
|
|
13443
|
+
"tags": [],
|
|
13444
|
+
"parameters": [
|
|
13445
|
+
{
|
|
13446
|
+
"allowEmptyValue": false,
|
|
13447
|
+
"deprecated": false,
|
|
13448
|
+
"description": "",
|
|
13449
|
+
"in": "path",
|
|
13450
|
+
"name": "id",
|
|
13451
|
+
"required": true,
|
|
13452
|
+
"schema": {
|
|
13453
|
+
"type": "string"
|
|
13454
|
+
},
|
|
13455
|
+
"examples": {}
|
|
13456
|
+
}
|
|
13457
|
+
]
|
|
13458
|
+
},
|
|
13459
|
+
"delete": {
|
|
13460
|
+
"operationId": "Drop_25",
|
|
13461
|
+
"responses": {
|
|
13462
|
+
"200": {
|
|
13463
|
+
"description": "Ok",
|
|
13464
|
+
"content": {
|
|
13465
|
+
"application/json": {
|
|
13466
|
+
"schema": {
|
|
13467
|
+
"$ref": "#/components/schemas/EntityRecordResponseSessionToken"
|
|
13468
|
+
}
|
|
13469
|
+
}
|
|
13470
|
+
}
|
|
13471
|
+
}
|
|
13472
|
+
},
|
|
13473
|
+
"description": "",
|
|
13474
|
+
"tags": [],
|
|
13475
|
+
"parameters": [
|
|
13476
|
+
{
|
|
13477
|
+
"allowEmptyValue": false,
|
|
13478
|
+
"deprecated": false,
|
|
13479
|
+
"description": "",
|
|
13480
|
+
"in": "path",
|
|
13481
|
+
"name": "id",
|
|
13482
|
+
"required": true,
|
|
13483
|
+
"schema": {
|
|
13484
|
+
"type": "string"
|
|
13485
|
+
},
|
|
13486
|
+
"examples": {}
|
|
13487
|
+
}
|
|
13488
|
+
]
|
|
13489
|
+
}
|
|
13490
|
+
},
|
|
12762
13491
|
"/trust-anchors": {
|
|
12763
13492
|
"get": {
|
|
12764
|
-
"operationId": "
|
|
13493
|
+
"operationId": "GetMany_28",
|
|
12765
13494
|
"responses": {
|
|
12766
13495
|
"200": {
|
|
12767
13496
|
"description": "Ok",
|
|
@@ -12810,7 +13539,7 @@
|
|
|
12810
13539
|
},
|
|
12811
13540
|
"/realms/{realmId}/trust-anchors": {
|
|
12812
13541
|
"get": {
|
|
12813
|
-
"operationId": "
|
|
13542
|
+
"operationId": "GetMany_29",
|
|
12814
13543
|
"responses": {
|
|
12815
13544
|
"200": {
|
|
12816
13545
|
"description": "Ok",
|
|
@@ -12859,7 +13588,7 @@
|
|
|
12859
13588
|
},
|
|
12860
13589
|
"/trust-anchors/{id}": {
|
|
12861
13590
|
"get": {
|
|
12862
|
-
"operationId": "
|
|
13591
|
+
"operationId": "GetOne_20",
|
|
12863
13592
|
"responses": {
|
|
12864
13593
|
"200": {
|
|
12865
13594
|
"description": "Ok",
|
|
@@ -12932,7 +13661,7 @@
|
|
|
12932
13661
|
}
|
|
12933
13662
|
},
|
|
12934
13663
|
"delete": {
|
|
12935
|
-
"operationId": "
|
|
13664
|
+
"operationId": "Drop_26",
|
|
12936
13665
|
"responses": {
|
|
12937
13666
|
"200": {
|
|
12938
13667
|
"description": "Ok",
|
|
@@ -12965,7 +13694,7 @@
|
|
|
12965
13694
|
},
|
|
12966
13695
|
"/realms/{realmId}/trust-anchors/{id}": {
|
|
12967
13696
|
"get": {
|
|
12968
|
-
"operationId": "
|
|
13697
|
+
"operationId": "GetOne_21",
|
|
12969
13698
|
"responses": {
|
|
12970
13699
|
"200": {
|
|
12971
13700
|
"description": "Ok",
|
|
@@ -13038,7 +13767,7 @@
|
|
|
13038
13767
|
}
|
|
13039
13768
|
},
|
|
13040
13769
|
"delete": {
|
|
13041
|
-
"operationId": "
|
|
13770
|
+
"operationId": "Drop_27",
|
|
13042
13771
|
"responses": {
|
|
13043
13772
|
"200": {
|
|
13044
13773
|
"description": "Ok",
|
|
@@ -13071,7 +13800,7 @@
|
|
|
13071
13800
|
},
|
|
13072
13801
|
"/users": {
|
|
13073
13802
|
"get": {
|
|
13074
|
-
"operationId": "
|
|
13803
|
+
"operationId": "GetMany_30",
|
|
13075
13804
|
"responses": {
|
|
13076
13805
|
"200": {
|
|
13077
13806
|
"description": "Ok",
|
|
@@ -13120,7 +13849,7 @@
|
|
|
13120
13849
|
},
|
|
13121
13850
|
"/realms/{realmId}/users": {
|
|
13122
13851
|
"get": {
|
|
13123
|
-
"operationId": "
|
|
13852
|
+
"operationId": "GetMany_31",
|
|
13124
13853
|
"responses": {
|
|
13125
13854
|
"200": {
|
|
13126
13855
|
"description": "Ok",
|
|
@@ -13284,7 +14013,7 @@
|
|
|
13284
14013
|
}
|
|
13285
14014
|
},
|
|
13286
14015
|
"delete": {
|
|
13287
|
-
"operationId": "
|
|
14016
|
+
"operationId": "Drop_28",
|
|
13288
14017
|
"responses": {
|
|
13289
14018
|
"200": {
|
|
13290
14019
|
"description": "Ok",
|
|
@@ -13432,7 +14161,7 @@
|
|
|
13432
14161
|
}
|
|
13433
14162
|
},
|
|
13434
14163
|
"delete": {
|
|
13435
|
-
"operationId": "
|
|
14164
|
+
"operationId": "Drop_29",
|
|
13436
14165
|
"responses": {
|
|
13437
14166
|
"200": {
|
|
13438
14167
|
"description": "Ok",
|
|
@@ -13465,7 +14194,7 @@
|
|
|
13465
14194
|
},
|
|
13466
14195
|
"/user-attributes": {
|
|
13467
14196
|
"get": {
|
|
13468
|
-
"operationId": "
|
|
14197
|
+
"operationId": "GetMany_32",
|
|
13469
14198
|
"responses": {
|
|
13470
14199
|
"200": {
|
|
13471
14200
|
"description": "Ok",
|
|
@@ -13587,7 +14316,7 @@
|
|
|
13587
14316
|
}
|
|
13588
14317
|
},
|
|
13589
14318
|
"delete": {
|
|
13590
|
-
"operationId": "
|
|
14319
|
+
"operationId": "Drop_30",
|
|
13591
14320
|
"responses": {
|
|
13592
14321
|
"200": {
|
|
13593
14322
|
"description": "Ok",
|
|
@@ -13620,7 +14349,7 @@
|
|
|
13620
14349
|
},
|
|
13621
14350
|
"/users/{id}/authenticators": {
|
|
13622
14351
|
"get": {
|
|
13623
|
-
"operationId": "
|
|
14352
|
+
"operationId": "GetMany_33",
|
|
13624
14353
|
"responses": {
|
|
13625
14354
|
"200": {
|
|
13626
14355
|
"description": "Ok",
|
|
@@ -13695,7 +14424,7 @@
|
|
|
13695
14424
|
},
|
|
13696
14425
|
"/users/{id}/authenticators/{deviceId}": {
|
|
13697
14426
|
"get": {
|
|
13698
|
-
"operationId": "
|
|
14427
|
+
"operationId": "GetOne_22",
|
|
13699
14428
|
"responses": {
|
|
13700
14429
|
"200": {
|
|
13701
14430
|
"description": "Ok",
|
|
@@ -13738,7 +14467,7 @@
|
|
|
13738
14467
|
]
|
|
13739
14468
|
},
|
|
13740
14469
|
"delete": {
|
|
13741
|
-
"operationId": "
|
|
14470
|
+
"operationId": "Drop_31",
|
|
13742
14471
|
"responses": {
|
|
13743
14472
|
"200": {
|
|
13744
14473
|
"description": "Ok",
|
|
@@ -13839,7 +14568,7 @@
|
|
|
13839
14568
|
},
|
|
13840
14569
|
"/user-permissions": {
|
|
13841
14570
|
"get": {
|
|
13842
|
-
"operationId": "
|
|
14571
|
+
"operationId": "GetMany_34",
|
|
13843
14572
|
"responses": {
|
|
13844
14573
|
"200": {
|
|
13845
14574
|
"description": "Ok",
|
|
@@ -13930,7 +14659,7 @@
|
|
|
13930
14659
|
}
|
|
13931
14660
|
},
|
|
13932
14661
|
"get": {
|
|
13933
|
-
"operationId": "
|
|
14662
|
+
"operationId": "GetOne_23",
|
|
13934
14663
|
"responses": {
|
|
13935
14664
|
"200": {
|
|
13936
14665
|
"description": "Ok",
|
|
@@ -13961,7 +14690,7 @@
|
|
|
13961
14690
|
]
|
|
13962
14691
|
},
|
|
13963
14692
|
"delete": {
|
|
13964
|
-
"operationId": "
|
|
14693
|
+
"operationId": "Drop_32",
|
|
13965
14694
|
"responses": {
|
|
13966
14695
|
"200": {
|
|
13967
14696
|
"description": "Ok",
|
|
@@ -13994,7 +14723,7 @@
|
|
|
13994
14723
|
},
|
|
13995
14724
|
"/user-roles": {
|
|
13996
14725
|
"get": {
|
|
13997
|
-
"operationId": "
|
|
14726
|
+
"operationId": "GetMany_35",
|
|
13998
14727
|
"responses": {
|
|
13999
14728
|
"200": {
|
|
14000
14729
|
"description": "Ok",
|
|
@@ -14043,7 +14772,7 @@
|
|
|
14043
14772
|
},
|
|
14044
14773
|
"/user-roles/{id}": {
|
|
14045
14774
|
"get": {
|
|
14046
|
-
"operationId": "
|
|
14775
|
+
"operationId": "GetOne_24",
|
|
14047
14776
|
"responses": {
|
|
14048
14777
|
"200": {
|
|
14049
14778
|
"description": "Ok",
|
|
@@ -14074,7 +14803,7 @@
|
|
|
14074
14803
|
]
|
|
14075
14804
|
},
|
|
14076
14805
|
"delete": {
|
|
14077
|
-
"operationId": "
|
|
14806
|
+
"operationId": "Drop_33",
|
|
14078
14807
|
"responses": {
|
|
14079
14808
|
"200": {
|
|
14080
14809
|
"description": "Ok",
|