@authup/server-core 1.0.0-beta.59 → 1.0.0-beta.61
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 +22 -4
- package/dist/adapters/http/controllers/entities/identity-provider/module.d.ts.map +1 -1
- package/dist/adapters/http/controllers/entities/identity-provider/module.mjs +190 -47
- package/dist/adapters/http/controllers/entities/identity-provider/module.mjs.map +1 -1
- package/dist/adapters/http/controllers/entities/identity-provider/types.d.ts +5 -2
- 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 +4 -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 +39 -2
- package/dist/app/modules/http/modules/controller.mjs.map +1 -1
- package/dist/app/modules/identity/constants.d.ts +2 -1
- package/dist/app/modules/identity/constants.d.ts.map +1 -1
- package/dist/app/modules/identity/constants.mjs +1 -0
- package/dist/app/modules/identity/constants.mjs.map +1 -1
- package/dist/app/modules/identity/index.mjs +3 -2
- package/dist/app/modules/identity/module.d.ts.map +1 -1
- package/dist/app/modules/identity/module.mjs +9 -2
- package/dist/app/modules/identity/module.mjs.map +1 -1
- package/dist/app/modules/identity/repositories/constants.d.ts +4 -0
- package/dist/app/modules/identity/repositories/constants.d.ts.map +1 -0
- package/dist/app/modules/identity/repositories/constants.mjs +12 -0
- package/dist/app/modules/identity/repositories/constants.mjs.map +1 -0
- package/dist/app/modules/identity/repositories/index.d.ts +1 -0
- package/dist/app/modules/identity/repositories/index.d.ts.map +1 -1
- package/dist/app/modules/identity/repositories/index.mjs +3 -2
- package/dist/app/modules/identity/repositories/provider/index.d.ts +1 -1
- package/dist/app/modules/identity/repositories/provider/index.d.ts.map +1 -1
- package/dist/app/modules/identity/repositories/provider/index.mjs +2 -3
- package/dist/app/modules/identity/repositories/provider/link.d.ts +9 -0
- package/dist/app/modules/identity/repositories/provider/link.d.ts.map +1 -0
- package/dist/app/modules/identity/repositories/provider/link.mjs +34 -0
- package/dist/app/modules/identity/repositories/provider/link.mjs.map +1 -0
- package/dist/app/modules/index.mjs +4 -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 +3 -1
- package/dist/core/identity/provider/account/constants.d.ts +10 -0
- package/dist/core/identity/provider/account/constants.d.ts.map +1 -0
- package/dist/core/identity/provider/account/constants.mjs +16 -0
- package/dist/core/identity/provider/account/constants.mjs.map +1 -0
- 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 +2 -0
- package/dist/core/identity/provider/account/index.d.ts.map +1 -1
- package/dist/core/identity/provider/account/index.mjs +3 -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 +44 -7
- package/dist/core/identity/provider/account/types.d.ts.map +1 -1
- package/dist/core/identity/provider/authentication/protocols/oauth2/module.d.ts +19 -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 +60 -3
- package/dist/core/identity/provider/authentication/protocols/oauth2/module.mjs.map +1 -1
- package/dist/core/identity/provider/authentication/protocols/oauth2/types.d.ts +9 -0
- package/dist/core/identity/provider/authentication/protocols/oauth2/types.d.ts.map +1 -1
- package/dist/core/identity/provider/authentication/protocols/open-id/module.d.ts +0 -3
- package/dist/core/identity/provider/authentication/protocols/open-id/module.d.ts.map +1 -1
- package/dist/core/identity/provider/authentication/protocols/open-id/module.mjs +0 -17
- package/dist/core/identity/provider/authentication/protocols/open-id/module.mjs.map +1 -1
- package/dist/core/identity/provider/index.mjs +3 -1
- package/dist/core/index.mjs +11 -2
- package/dist/core/oauth2/authorization/code-request/verifier/module.d.ts.map +1 -1
- package/dist/core/oauth2/authorization/code-request/verifier/module.mjs +2 -1
- package/dist/core/oauth2/authorization/code-request/verifier/module.mjs.map +1 -1
- 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 +8 -4
- package/dist/swagger.json +961 -132
- 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,175 @@
|
|
|
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
|
+
"EntityRecordResponseIdentityProviderAccount": {
|
|
3700
|
+
"properties": {
|
|
3701
|
+
"meta": {
|
|
3702
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
3703
|
+
},
|
|
3704
|
+
"data": {
|
|
3705
|
+
"$ref": "#/components/schemas/IdentityProviderAccount"
|
|
3706
|
+
}
|
|
3707
|
+
},
|
|
3708
|
+
"required": [
|
|
3709
|
+
"meta",
|
|
3710
|
+
"data"
|
|
3711
|
+
],
|
|
3712
|
+
"type": "object",
|
|
3713
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
3714
|
+
},
|
|
3715
|
+
"IdentityProviderLinkConfirmPayload": {
|
|
3716
|
+
"properties": {
|
|
3717
|
+
"handle": {
|
|
3718
|
+
"type": "string"
|
|
3719
|
+
}
|
|
3720
|
+
},
|
|
3721
|
+
"required": [
|
|
3722
|
+
"handle"
|
|
3723
|
+
],
|
|
3724
|
+
"type": "object",
|
|
3725
|
+
"description": "Body of `POST /identity-providers/:id/link-confirm` (issue #3439): the\none-time handle the callback returned on the account console URL. The\naccount row is written for the AUTHENTICATED caller, so the handle names\na pending link rather than authorizing one on its own."
|
|
3726
|
+
},
|
|
3727
|
+
"EntityCollectionResponseIdentityProviderAccount": {
|
|
3728
|
+
"properties": {
|
|
3729
|
+
"meta": {
|
|
3730
|
+
"properties": {
|
|
3731
|
+
"schema": {
|
|
3732
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
3733
|
+
},
|
|
3734
|
+
"total": {
|
|
3735
|
+
"type": "number",
|
|
3736
|
+
"format": "double"
|
|
3737
|
+
},
|
|
3738
|
+
"offset": {
|
|
3739
|
+
"type": "number",
|
|
3740
|
+
"format": "double"
|
|
3741
|
+
},
|
|
3742
|
+
"limit": {
|
|
3743
|
+
"type": "number",
|
|
3744
|
+
"format": "double"
|
|
3745
|
+
}
|
|
3746
|
+
},
|
|
3747
|
+
"required": [
|
|
3748
|
+
"total"
|
|
3749
|
+
],
|
|
3750
|
+
"type": "object"
|
|
3751
|
+
},
|
|
3752
|
+
"data": {
|
|
3753
|
+
"type": "array",
|
|
3754
|
+
"items": {
|
|
3755
|
+
"$ref": "#/components/schemas/IdentityProviderAccount"
|
|
3756
|
+
}
|
|
3757
|
+
}
|
|
3758
|
+
},
|
|
3759
|
+
"required": [
|
|
3760
|
+
"meta",
|
|
3761
|
+
"data"
|
|
3762
|
+
],
|
|
3763
|
+
"type": "object"
|
|
3764
|
+
},
|
|
3548
3765
|
"IdentityProviderRoleMapping": {
|
|
3549
3766
|
"properties": {
|
|
3550
3767
|
"name": {
|
|
@@ -4965,8 +5182,8 @@
|
|
|
4965
5182
|
"kind": {
|
|
4966
5183
|
"type": "string",
|
|
4967
5184
|
"enum": [
|
|
4968
|
-
"id_token",
|
|
4969
5185
|
"access_token",
|
|
5186
|
+
"id_token",
|
|
4970
5187
|
"refresh_token",
|
|
4971
5188
|
"mfa_token"
|
|
4972
5189
|
],
|
|
@@ -5254,9 +5471,9 @@
|
|
|
5254
5471
|
"type": "string",
|
|
5255
5472
|
"enum": [
|
|
5256
5473
|
"none",
|
|
5474
|
+
"id_token",
|
|
5257
5475
|
"code",
|
|
5258
|
-
"token"
|
|
5259
|
-
"id_token"
|
|
5476
|
+
"token"
|
|
5260
5477
|
]
|
|
5261
5478
|
},
|
|
5262
5479
|
"description": "List of the supported OAuth 2.0 response_type values."
|
|
@@ -6460,38 +6677,226 @@
|
|
|
6460
6677
|
],
|
|
6461
6678
|
"type": "object"
|
|
6462
6679
|
},
|
|
6463
|
-
"
|
|
6680
|
+
"SessionTokenKind": {
|
|
6681
|
+
"type": "string",
|
|
6682
|
+
"enum": [
|
|
6683
|
+
"access",
|
|
6684
|
+
"refresh"
|
|
6685
|
+
]
|
|
6686
|
+
},
|
|
6687
|
+
"SessionToken": {
|
|
6464
6688
|
"properties": {
|
|
6465
6689
|
"id": {
|
|
6466
|
-
"type": "string"
|
|
6467
|
-
|
|
6468
|
-
"name": {
|
|
6469
|
-
"type": "string"
|
|
6690
|
+
"type": "string",
|
|
6691
|
+
"description": "Token jti (application-populated, matches the JWT payload jti)."
|
|
6470
6692
|
},
|
|
6471
|
-
"
|
|
6693
|
+
"sessionId": {
|
|
6472
6694
|
"type": "string",
|
|
6473
|
-
"description": "
|
|
6695
|
+
"description": "Owning session."
|
|
6474
6696
|
},
|
|
6475
|
-
"
|
|
6476
|
-
"
|
|
6697
|
+
"clientId": {
|
|
6698
|
+
"anyOf": [
|
|
6699
|
+
{
|
|
6700
|
+
"type": "string"
|
|
6701
|
+
},
|
|
6702
|
+
{
|
|
6703
|
+
"type": "null"
|
|
6704
|
+
}
|
|
6705
|
+
],
|
|
6706
|
+
"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
6707
|
},
|
|
6478
|
-
"
|
|
6479
|
-
"
|
|
6708
|
+
"kind": {
|
|
6709
|
+
"$ref": "#/components/schemas/SessionTokenKind",
|
|
6710
|
+
"description": "Token kind."
|
|
6480
6711
|
},
|
|
6481
|
-
"
|
|
6482
|
-
"
|
|
6712
|
+
"parentId": {
|
|
6713
|
+
"anyOf": [
|
|
6714
|
+
{
|
|
6715
|
+
"type": "string"
|
|
6716
|
+
},
|
|
6717
|
+
{
|
|
6718
|
+
"type": "null"
|
|
6719
|
+
}
|
|
6720
|
+
],
|
|
6721
|
+
"description": "Refresh tokens: previous refresh token in the rotation chain.\nInformational — null on the initial refresh token and on access tokens."
|
|
6483
6722
|
},
|
|
6484
|
-
"
|
|
6485
|
-
"
|
|
6723
|
+
"refreshTokenId": {
|
|
6724
|
+
"anyOf": [
|
|
6725
|
+
{
|
|
6726
|
+
"type": "string"
|
|
6727
|
+
},
|
|
6728
|
+
{
|
|
6729
|
+
"type": "null"
|
|
6730
|
+
}
|
|
6731
|
+
],
|
|
6732
|
+
"description": "Access tokens: the refresh token this access token was issued alongside.\nInformational — null on refresh tokens."
|
|
6486
6733
|
},
|
|
6487
|
-
"
|
|
6488
|
-
"
|
|
6489
|
-
|
|
6490
|
-
|
|
6491
|
-
|
|
6492
|
-
|
|
6493
|
-
|
|
6494
|
-
|
|
6734
|
+
"ipAddress": {
|
|
6735
|
+
"type": "string",
|
|
6736
|
+
"description": "IP address captured from the issuing request."
|
|
6737
|
+
},
|
|
6738
|
+
"userAgent": {
|
|
6739
|
+
"type": "string",
|
|
6740
|
+
"description": "User agent captured from the issuing request."
|
|
6741
|
+
},
|
|
6742
|
+
"consumedAt": {
|
|
6743
|
+
"anyOf": [
|
|
6744
|
+
{
|
|
6745
|
+
"type": "string"
|
|
6746
|
+
},
|
|
6747
|
+
{
|
|
6748
|
+
"type": "null"
|
|
6749
|
+
}
|
|
6750
|
+
],
|
|
6751
|
+
"description": "Refresh tokens: timestamp the token was consumed by a rotation (iso).\nnull on access tokens and on a not-yet-used refresh token."
|
|
6752
|
+
},
|
|
6753
|
+
"revokedAt": {
|
|
6754
|
+
"anyOf": [
|
|
6755
|
+
{
|
|
6756
|
+
"type": "string"
|
|
6757
|
+
},
|
|
6758
|
+
{
|
|
6759
|
+
"type": "null"
|
|
6760
|
+
}
|
|
6761
|
+
],
|
|
6762
|
+
"description": "Timestamp the token was revoked (iso) — single-token revoke or family revoke."
|
|
6763
|
+
},
|
|
6764
|
+
"expiresAt": {
|
|
6765
|
+
"type": "string",
|
|
6766
|
+
"description": "Expiration date (iso) — mirrors the JWT exp. Drives cleanup."
|
|
6767
|
+
},
|
|
6768
|
+
"createdAt": {
|
|
6769
|
+
"type": "string",
|
|
6770
|
+
"description": "Creation date (iso)."
|
|
6771
|
+
},
|
|
6772
|
+
"session": {
|
|
6773
|
+
"$ref": "#/components/schemas/Session"
|
|
6774
|
+
},
|
|
6775
|
+
"client": {
|
|
6776
|
+
"oneOf": [
|
|
6777
|
+
{
|
|
6778
|
+
"$ref": "#/components/schemas/Client"
|
|
6779
|
+
},
|
|
6780
|
+
{
|
|
6781
|
+
"type": "null"
|
|
6782
|
+
}
|
|
6783
|
+
]
|
|
6784
|
+
}
|
|
6785
|
+
},
|
|
6786
|
+
"required": [
|
|
6787
|
+
"id",
|
|
6788
|
+
"sessionId",
|
|
6789
|
+
"clientId",
|
|
6790
|
+
"kind",
|
|
6791
|
+
"parentId",
|
|
6792
|
+
"refreshTokenId",
|
|
6793
|
+
"ipAddress",
|
|
6794
|
+
"userAgent",
|
|
6795
|
+
"consumedAt",
|
|
6796
|
+
"revokedAt",
|
|
6797
|
+
"expiresAt",
|
|
6798
|
+
"createdAt"
|
|
6799
|
+
],
|
|
6800
|
+
"type": "object"
|
|
6801
|
+
},
|
|
6802
|
+
"EntityCollectionResponseSessionToken": {
|
|
6803
|
+
"properties": {
|
|
6804
|
+
"meta": {
|
|
6805
|
+
"properties": {
|
|
6806
|
+
"schema": {
|
|
6807
|
+
"$ref": "#/components/schemas/SchemaDescription"
|
|
6808
|
+
},
|
|
6809
|
+
"total": {
|
|
6810
|
+
"type": "number",
|
|
6811
|
+
"format": "double"
|
|
6812
|
+
},
|
|
6813
|
+
"offset": {
|
|
6814
|
+
"type": "number",
|
|
6815
|
+
"format": "double"
|
|
6816
|
+
},
|
|
6817
|
+
"limit": {
|
|
6818
|
+
"type": "number",
|
|
6819
|
+
"format": "double"
|
|
6820
|
+
}
|
|
6821
|
+
},
|
|
6822
|
+
"required": [
|
|
6823
|
+
"total"
|
|
6824
|
+
],
|
|
6825
|
+
"type": "object"
|
|
6826
|
+
},
|
|
6827
|
+
"data": {
|
|
6828
|
+
"type": "array",
|
|
6829
|
+
"items": {
|
|
6830
|
+
"$ref": "#/components/schemas/SessionToken"
|
|
6831
|
+
}
|
|
6832
|
+
}
|
|
6833
|
+
},
|
|
6834
|
+
"required": [
|
|
6835
|
+
"meta",
|
|
6836
|
+
"data"
|
|
6837
|
+
],
|
|
6838
|
+
"type": "object"
|
|
6839
|
+
},
|
|
6840
|
+
"EntityRecordResponseSessionToken": {
|
|
6841
|
+
"properties": {
|
|
6842
|
+
"meta": {
|
|
6843
|
+
"$ref": "#/components/schemas/EntityRecordMeta"
|
|
6844
|
+
},
|
|
6845
|
+
"data": {
|
|
6846
|
+
"$ref": "#/components/schemas/SessionToken"
|
|
6847
|
+
}
|
|
6848
|
+
},
|
|
6849
|
+
"required": [
|
|
6850
|
+
"meta",
|
|
6851
|
+
"data"
|
|
6852
|
+
],
|
|
6853
|
+
"type": "object",
|
|
6854
|
+
"description": "The wire shape of every entity-record response: the record under\n`data`, response-scoped extras under `meta` (mirroring\n`EntityCollectionResponse`)."
|
|
6855
|
+
},
|
|
6856
|
+
"SessionTokenDeleteManyResult": {
|
|
6857
|
+
"properties": {
|
|
6858
|
+
"count": {
|
|
6859
|
+
"type": "number",
|
|
6860
|
+
"format": "double"
|
|
6861
|
+
}
|
|
6862
|
+
},
|
|
6863
|
+
"required": [
|
|
6864
|
+
"count"
|
|
6865
|
+
],
|
|
6866
|
+
"type": "object"
|
|
6867
|
+
},
|
|
6868
|
+
"TrustAnchor": {
|
|
6869
|
+
"properties": {
|
|
6870
|
+
"id": {
|
|
6871
|
+
"type": "string"
|
|
6872
|
+
},
|
|
6873
|
+
"name": {
|
|
6874
|
+
"type": "string"
|
|
6875
|
+
},
|
|
6876
|
+
"certificate": {
|
|
6877
|
+
"type": "string",
|
|
6878
|
+
"description": "PEM-encoded CA certificate or CA chain."
|
|
6879
|
+
},
|
|
6880
|
+
"enabled": {
|
|
6881
|
+
"type": "boolean"
|
|
6882
|
+
},
|
|
6883
|
+
"createdAt": {
|
|
6884
|
+
"type": "string"
|
|
6885
|
+
},
|
|
6886
|
+
"updatedAt": {
|
|
6887
|
+
"type": "string"
|
|
6888
|
+
},
|
|
6889
|
+
"realmId": {
|
|
6890
|
+
"type": "string"
|
|
6891
|
+
},
|
|
6892
|
+
"realm": {
|
|
6893
|
+
"$ref": "#/components/schemas/Realm"
|
|
6894
|
+
}
|
|
6895
|
+
},
|
|
6896
|
+
"required": [
|
|
6897
|
+
"id",
|
|
6898
|
+
"name",
|
|
6899
|
+
"certificate",
|
|
6495
6900
|
"enabled",
|
|
6496
6901
|
"createdAt",
|
|
6497
6902
|
"updatedAt",
|
|
@@ -9097,7 +9502,346 @@
|
|
|
9097
9502
|
"content": {
|
|
9098
9503
|
"application/json": {
|
|
9099
9504
|
"schema": {
|
|
9100
|
-
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
9505
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProvider"
|
|
9506
|
+
}
|
|
9507
|
+
}
|
|
9508
|
+
}
|
|
9509
|
+
}
|
|
9510
|
+
},
|
|
9511
|
+
"description": "",
|
|
9512
|
+
"tags": [],
|
|
9513
|
+
"parameters": [
|
|
9514
|
+
{
|
|
9515
|
+
"allowEmptyValue": false,
|
|
9516
|
+
"deprecated": false,
|
|
9517
|
+
"description": "",
|
|
9518
|
+
"in": "path",
|
|
9519
|
+
"name": "id",
|
|
9520
|
+
"required": true,
|
|
9521
|
+
"schema": {
|
|
9522
|
+
"type": "string"
|
|
9523
|
+
},
|
|
9524
|
+
"examples": {}
|
|
9525
|
+
}
|
|
9526
|
+
]
|
|
9527
|
+
}
|
|
9528
|
+
},
|
|
9529
|
+
"/identity-providers/{id}/authorize-out": {
|
|
9530
|
+
"get": {
|
|
9531
|
+
"operationId": "AuthorizeOut",
|
|
9532
|
+
"responses": {
|
|
9533
|
+
"200": {
|
|
9534
|
+
"description": "Ok",
|
|
9535
|
+
"content": {
|
|
9536
|
+
"application/json": {
|
|
9537
|
+
"schema": {
|
|
9538
|
+
"$ref": "#/components/schemas/Response"
|
|
9539
|
+
}
|
|
9540
|
+
}
|
|
9541
|
+
}
|
|
9542
|
+
}
|
|
9543
|
+
},
|
|
9544
|
+
"description": "",
|
|
9545
|
+
"tags": [],
|
|
9546
|
+
"parameters": [
|
|
9547
|
+
{
|
|
9548
|
+
"allowEmptyValue": false,
|
|
9549
|
+
"deprecated": false,
|
|
9550
|
+
"description": "",
|
|
9551
|
+
"in": "path",
|
|
9552
|
+
"name": "id",
|
|
9553
|
+
"required": true,
|
|
9554
|
+
"schema": {
|
|
9555
|
+
"type": "string"
|
|
9556
|
+
},
|
|
9557
|
+
"examples": {}
|
|
9558
|
+
}
|
|
9559
|
+
]
|
|
9560
|
+
}
|
|
9561
|
+
},
|
|
9562
|
+
"/realms/{realmId}/identity-providers/{id}/authorize-out": {
|
|
9563
|
+
"get": {
|
|
9564
|
+
"operationId": "AuthorizeOut_2",
|
|
9565
|
+
"responses": {
|
|
9566
|
+
"200": {
|
|
9567
|
+
"description": "Ok",
|
|
9568
|
+
"content": {
|
|
9569
|
+
"application/json": {
|
|
9570
|
+
"schema": {
|
|
9571
|
+
"$ref": "#/components/schemas/Response"
|
|
9572
|
+
}
|
|
9573
|
+
}
|
|
9574
|
+
}
|
|
9575
|
+
}
|
|
9576
|
+
},
|
|
9577
|
+
"description": "",
|
|
9578
|
+
"tags": [],
|
|
9579
|
+
"parameters": [
|
|
9580
|
+
{
|
|
9581
|
+
"allowEmptyValue": false,
|
|
9582
|
+
"deprecated": false,
|
|
9583
|
+
"description": "",
|
|
9584
|
+
"in": "path",
|
|
9585
|
+
"name": "id",
|
|
9586
|
+
"required": true,
|
|
9587
|
+
"schema": {
|
|
9588
|
+
"type": "string"
|
|
9589
|
+
},
|
|
9590
|
+
"examples": {}
|
|
9591
|
+
}
|
|
9592
|
+
]
|
|
9593
|
+
}
|
|
9594
|
+
},
|
|
9595
|
+
"/identity-providers/{id}/link-request": {
|
|
9596
|
+
"post": {
|
|
9597
|
+
"operationId": "LinkRequest",
|
|
9598
|
+
"responses": {
|
|
9599
|
+
"200": {
|
|
9600
|
+
"description": "Ok",
|
|
9601
|
+
"content": {
|
|
9602
|
+
"application/json": {
|
|
9603
|
+
"schema": {
|
|
9604
|
+
"$ref": "#/components/schemas/IdentityProviderLinkRequestResponse"
|
|
9605
|
+
}
|
|
9606
|
+
}
|
|
9607
|
+
}
|
|
9608
|
+
}
|
|
9609
|
+
},
|
|
9610
|
+
"description": "",
|
|
9611
|
+
"tags": [],
|
|
9612
|
+
"parameters": [
|
|
9613
|
+
{
|
|
9614
|
+
"allowEmptyValue": false,
|
|
9615
|
+
"deprecated": false,
|
|
9616
|
+
"description": "",
|
|
9617
|
+
"in": "path",
|
|
9618
|
+
"name": "id",
|
|
9619
|
+
"required": true,
|
|
9620
|
+
"schema": {
|
|
9621
|
+
"type": "string"
|
|
9622
|
+
},
|
|
9623
|
+
"examples": {}
|
|
9624
|
+
}
|
|
9625
|
+
]
|
|
9626
|
+
}
|
|
9627
|
+
},
|
|
9628
|
+
"/realms/{realmId}/identity-providers/{id}/link-request": {
|
|
9629
|
+
"post": {
|
|
9630
|
+
"operationId": "LinkRequest_2",
|
|
9631
|
+
"responses": {
|
|
9632
|
+
"200": {
|
|
9633
|
+
"description": "Ok",
|
|
9634
|
+
"content": {
|
|
9635
|
+
"application/json": {
|
|
9636
|
+
"schema": {
|
|
9637
|
+
"$ref": "#/components/schemas/IdentityProviderLinkRequestResponse"
|
|
9638
|
+
}
|
|
9639
|
+
}
|
|
9640
|
+
}
|
|
9641
|
+
}
|
|
9642
|
+
},
|
|
9643
|
+
"description": "",
|
|
9644
|
+
"tags": [],
|
|
9645
|
+
"parameters": [
|
|
9646
|
+
{
|
|
9647
|
+
"allowEmptyValue": false,
|
|
9648
|
+
"deprecated": false,
|
|
9649
|
+
"description": "",
|
|
9650
|
+
"in": "path",
|
|
9651
|
+
"name": "id",
|
|
9652
|
+
"required": true,
|
|
9653
|
+
"schema": {
|
|
9654
|
+
"type": "string"
|
|
9655
|
+
},
|
|
9656
|
+
"examples": {}
|
|
9657
|
+
}
|
|
9658
|
+
]
|
|
9659
|
+
}
|
|
9660
|
+
},
|
|
9661
|
+
"/identity-providers/{id}/authorize-in": {
|
|
9662
|
+
"get": {
|
|
9663
|
+
"operationId": "AuthorizeIn",
|
|
9664
|
+
"responses": {
|
|
9665
|
+
"200": {
|
|
9666
|
+
"description": "Ok",
|
|
9667
|
+
"content": {
|
|
9668
|
+
"application/json": {
|
|
9669
|
+
"schema": {
|
|
9670
|
+
"$ref": "#/components/schemas/Response"
|
|
9671
|
+
}
|
|
9672
|
+
}
|
|
9673
|
+
}
|
|
9674
|
+
}
|
|
9675
|
+
},
|
|
9676
|
+
"description": "",
|
|
9677
|
+
"tags": [],
|
|
9678
|
+
"parameters": [
|
|
9679
|
+
{
|
|
9680
|
+
"allowEmptyValue": false,
|
|
9681
|
+
"deprecated": false,
|
|
9682
|
+
"description": "",
|
|
9683
|
+
"in": "path",
|
|
9684
|
+
"name": "id",
|
|
9685
|
+
"required": true,
|
|
9686
|
+
"schema": {
|
|
9687
|
+
"type": "string"
|
|
9688
|
+
},
|
|
9689
|
+
"examples": {}
|
|
9690
|
+
}
|
|
9691
|
+
]
|
|
9692
|
+
}
|
|
9693
|
+
},
|
|
9694
|
+
"/realms/{realmId}/identity-providers/{id}/authorize-in": {
|
|
9695
|
+
"get": {
|
|
9696
|
+
"operationId": "AuthorizeIn_2",
|
|
9697
|
+
"responses": {
|
|
9698
|
+
"200": {
|
|
9699
|
+
"description": "Ok",
|
|
9700
|
+
"content": {
|
|
9701
|
+
"application/json": {
|
|
9702
|
+
"schema": {
|
|
9703
|
+
"$ref": "#/components/schemas/Response"
|
|
9704
|
+
}
|
|
9705
|
+
}
|
|
9706
|
+
}
|
|
9707
|
+
}
|
|
9708
|
+
},
|
|
9709
|
+
"description": "",
|
|
9710
|
+
"tags": [],
|
|
9711
|
+
"parameters": [
|
|
9712
|
+
{
|
|
9713
|
+
"allowEmptyValue": false,
|
|
9714
|
+
"deprecated": false,
|
|
9715
|
+
"description": "",
|
|
9716
|
+
"in": "path",
|
|
9717
|
+
"name": "id",
|
|
9718
|
+
"required": true,
|
|
9719
|
+
"schema": {
|
|
9720
|
+
"type": "string"
|
|
9721
|
+
},
|
|
9722
|
+
"examples": {}
|
|
9723
|
+
}
|
|
9724
|
+
]
|
|
9725
|
+
}
|
|
9726
|
+
},
|
|
9727
|
+
"/identity-providers/{id}/link-confirm": {
|
|
9728
|
+
"post": {
|
|
9729
|
+
"operationId": "ConfirmLink",
|
|
9730
|
+
"responses": {
|
|
9731
|
+
"200": {
|
|
9732
|
+
"description": "Ok",
|
|
9733
|
+
"content": {
|
|
9734
|
+
"application/json": {
|
|
9735
|
+
"schema": {
|
|
9736
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderAccount"
|
|
9737
|
+
}
|
|
9738
|
+
}
|
|
9739
|
+
}
|
|
9740
|
+
}
|
|
9741
|
+
},
|
|
9742
|
+
"description": "The bearer-authenticated half of the link (issue #3439): the account\nrow is written here, for the AUTHENTICATED user, never in the callback.",
|
|
9743
|
+
"tags": [],
|
|
9744
|
+
"parameters": [
|
|
9745
|
+
{
|
|
9746
|
+
"allowEmptyValue": false,
|
|
9747
|
+
"deprecated": false,
|
|
9748
|
+
"description": "",
|
|
9749
|
+
"in": "path",
|
|
9750
|
+
"name": "id",
|
|
9751
|
+
"required": true,
|
|
9752
|
+
"schema": {
|
|
9753
|
+
"type": "string"
|
|
9754
|
+
},
|
|
9755
|
+
"examples": {}
|
|
9756
|
+
}
|
|
9757
|
+
],
|
|
9758
|
+
"requestBody": {
|
|
9759
|
+
"description": "",
|
|
9760
|
+
"required": true,
|
|
9761
|
+
"content": {
|
|
9762
|
+
"application/json": {
|
|
9763
|
+
"schema": {
|
|
9764
|
+
"$ref": "#/components/schemas/IdentityProviderLinkConfirmPayload"
|
|
9765
|
+
}
|
|
9766
|
+
}
|
|
9767
|
+
}
|
|
9768
|
+
}
|
|
9769
|
+
}
|
|
9770
|
+
},
|
|
9771
|
+
"/realms/{realmId}/identity-providers/{id}/link-confirm": {
|
|
9772
|
+
"post": {
|
|
9773
|
+
"operationId": "ConfirmLink_2",
|
|
9774
|
+
"responses": {
|
|
9775
|
+
"200": {
|
|
9776
|
+
"description": "Ok",
|
|
9777
|
+
"content": {
|
|
9778
|
+
"application/json": {
|
|
9779
|
+
"schema": {
|
|
9780
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderAccount"
|
|
9781
|
+
}
|
|
9782
|
+
}
|
|
9783
|
+
}
|
|
9784
|
+
}
|
|
9785
|
+
},
|
|
9786
|
+
"description": "The bearer-authenticated half of the link (issue #3439): the account\nrow is written here, for the AUTHENTICATED user, never in the callback.",
|
|
9787
|
+
"tags": [],
|
|
9788
|
+
"parameters": [
|
|
9789
|
+
{
|
|
9790
|
+
"allowEmptyValue": false,
|
|
9791
|
+
"deprecated": false,
|
|
9792
|
+
"description": "",
|
|
9793
|
+
"in": "path",
|
|
9794
|
+
"name": "id",
|
|
9795
|
+
"required": true,
|
|
9796
|
+
"schema": {
|
|
9797
|
+
"type": "string"
|
|
9798
|
+
},
|
|
9799
|
+
"examples": {}
|
|
9800
|
+
}
|
|
9801
|
+
],
|
|
9802
|
+
"requestBody": {
|
|
9803
|
+
"description": "",
|
|
9804
|
+
"required": true,
|
|
9805
|
+
"content": {
|
|
9806
|
+
"application/json": {
|
|
9807
|
+
"schema": {
|
|
9808
|
+
"$ref": "#/components/schemas/IdentityProviderLinkConfirmPayload"
|
|
9809
|
+
}
|
|
9810
|
+
}
|
|
9811
|
+
}
|
|
9812
|
+
}
|
|
9813
|
+
}
|
|
9814
|
+
},
|
|
9815
|
+
"/identity-provider-accounts": {
|
|
9816
|
+
"get": {
|
|
9817
|
+
"operationId": "GetMany_10",
|
|
9818
|
+
"responses": {
|
|
9819
|
+
"200": {
|
|
9820
|
+
"description": "Ok",
|
|
9821
|
+
"content": {
|
|
9822
|
+
"application/json": {
|
|
9823
|
+
"schema": {
|
|
9824
|
+
"$ref": "#/components/schemas/EntityCollectionResponseIdentityProviderAccount"
|
|
9825
|
+
}
|
|
9826
|
+
}
|
|
9827
|
+
}
|
|
9828
|
+
}
|
|
9829
|
+
},
|
|
9830
|
+
"description": "",
|
|
9831
|
+
"tags": [],
|
|
9832
|
+
"parameters": []
|
|
9833
|
+
}
|
|
9834
|
+
},
|
|
9835
|
+
"/realms/{realmId}/identity-provider-accounts": {
|
|
9836
|
+
"get": {
|
|
9837
|
+
"operationId": "GetMany_11",
|
|
9838
|
+
"responses": {
|
|
9839
|
+
"200": {
|
|
9840
|
+
"description": "Ok",
|
|
9841
|
+
"content": {
|
|
9842
|
+
"application/json": {
|
|
9843
|
+
"schema": {
|
|
9844
|
+
"$ref": "#/components/schemas/EntityCollectionResponseIdentityProviderAccount"
|
|
9101
9845
|
}
|
|
9102
9846
|
}
|
|
9103
9847
|
}
|
|
@@ -9105,32 +9849,19 @@
|
|
|
9105
9849
|
},
|
|
9106
9850
|
"description": "",
|
|
9107
9851
|
"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
|
-
]
|
|
9852
|
+
"parameters": []
|
|
9122
9853
|
}
|
|
9123
9854
|
},
|
|
9124
|
-
"/identity-
|
|
9855
|
+
"/identity-provider-accounts/{id}": {
|
|
9125
9856
|
"get": {
|
|
9126
|
-
"operationId": "
|
|
9857
|
+
"operationId": "GetOne_8",
|
|
9127
9858
|
"responses": {
|
|
9128
9859
|
"200": {
|
|
9129
9860
|
"description": "Ok",
|
|
9130
9861
|
"content": {
|
|
9131
9862
|
"application/json": {
|
|
9132
9863
|
"schema": {
|
|
9133
|
-
"$ref": "#/components/schemas/
|
|
9864
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderAccount"
|
|
9134
9865
|
}
|
|
9135
9866
|
}
|
|
9136
9867
|
}
|
|
@@ -9152,18 +9883,16 @@
|
|
|
9152
9883
|
"examples": {}
|
|
9153
9884
|
}
|
|
9154
9885
|
]
|
|
9155
|
-
}
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
"get": {
|
|
9159
|
-
"operationId": "AuthorizeOut_2",
|
|
9886
|
+
},
|
|
9887
|
+
"delete": {
|
|
9888
|
+
"operationId": "Drop_8",
|
|
9160
9889
|
"responses": {
|
|
9161
9890
|
"200": {
|
|
9162
9891
|
"description": "Ok",
|
|
9163
9892
|
"content": {
|
|
9164
9893
|
"application/json": {
|
|
9165
9894
|
"schema": {
|
|
9166
|
-
"$ref": "#/components/schemas/
|
|
9895
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderAccount"
|
|
9167
9896
|
}
|
|
9168
9897
|
}
|
|
9169
9898
|
}
|
|
@@ -9187,16 +9916,16 @@
|
|
|
9187
9916
|
]
|
|
9188
9917
|
}
|
|
9189
9918
|
},
|
|
9190
|
-
"/identity-
|
|
9919
|
+
"/realms/{realmId}/identity-provider-accounts/{id}": {
|
|
9191
9920
|
"get": {
|
|
9192
|
-
"operationId": "
|
|
9921
|
+
"operationId": "GetOne_9",
|
|
9193
9922
|
"responses": {
|
|
9194
9923
|
"200": {
|
|
9195
9924
|
"description": "Ok",
|
|
9196
9925
|
"content": {
|
|
9197
9926
|
"application/json": {
|
|
9198
9927
|
"schema": {
|
|
9199
|
-
"$ref": "#/components/schemas/
|
|
9928
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderAccount"
|
|
9200
9929
|
}
|
|
9201
9930
|
}
|
|
9202
9931
|
}
|
|
@@ -9218,18 +9947,16 @@
|
|
|
9218
9947
|
"examples": {}
|
|
9219
9948
|
}
|
|
9220
9949
|
]
|
|
9221
|
-
}
|
|
9222
|
-
|
|
9223
|
-
|
|
9224
|
-
"get": {
|
|
9225
|
-
"operationId": "AuthorizeIn_2",
|
|
9950
|
+
},
|
|
9951
|
+
"delete": {
|
|
9952
|
+
"operationId": "Drop_9",
|
|
9226
9953
|
"responses": {
|
|
9227
9954
|
"200": {
|
|
9228
9955
|
"description": "Ok",
|
|
9229
9956
|
"content": {
|
|
9230
9957
|
"application/json": {
|
|
9231
9958
|
"schema": {
|
|
9232
|
-
"$ref": "#/components/schemas/
|
|
9959
|
+
"$ref": "#/components/schemas/EntityRecordResponseIdentityProviderAccount"
|
|
9233
9960
|
}
|
|
9234
9961
|
}
|
|
9235
9962
|
}
|
|
@@ -9255,7 +9982,7 @@
|
|
|
9255
9982
|
},
|
|
9256
9983
|
"/identity-provider-role-mappings": {
|
|
9257
9984
|
"get": {
|
|
9258
|
-
"operationId": "
|
|
9985
|
+
"operationId": "GetMany_12",
|
|
9259
9986
|
"responses": {
|
|
9260
9987
|
"200": {
|
|
9261
9988
|
"description": "Ok",
|
|
@@ -9304,7 +10031,7 @@
|
|
|
9304
10031
|
},
|
|
9305
10032
|
"/identity-provider-role-mappings/{id}": {
|
|
9306
10033
|
"get": {
|
|
9307
|
-
"operationId": "
|
|
10034
|
+
"operationId": "GetOne_10",
|
|
9308
10035
|
"responses": {
|
|
9309
10036
|
"200": {
|
|
9310
10037
|
"description": "Ok",
|
|
@@ -9377,7 +10104,7 @@
|
|
|
9377
10104
|
}
|
|
9378
10105
|
},
|
|
9379
10106
|
"delete": {
|
|
9380
|
-
"operationId": "
|
|
10107
|
+
"operationId": "Drop_10",
|
|
9381
10108
|
"responses": {
|
|
9382
10109
|
"200": {
|
|
9383
10110
|
"description": "Ok",
|
|
@@ -9410,7 +10137,7 @@
|
|
|
9410
10137
|
},
|
|
9411
10138
|
"/keys": {
|
|
9412
10139
|
"get": {
|
|
9413
|
-
"operationId": "
|
|
10140
|
+
"operationId": "GetMany_13",
|
|
9414
10141
|
"responses": {
|
|
9415
10142
|
"200": {
|
|
9416
10143
|
"description": "Ok",
|
|
@@ -9459,7 +10186,7 @@
|
|
|
9459
10186
|
},
|
|
9460
10187
|
"/realms/{realmId}/keys": {
|
|
9461
10188
|
"get": {
|
|
9462
|
-
"operationId": "
|
|
10189
|
+
"operationId": "GetMany_14",
|
|
9463
10190
|
"responses": {
|
|
9464
10191
|
"200": {
|
|
9465
10192
|
"description": "Ok",
|
|
@@ -9508,7 +10235,7 @@
|
|
|
9508
10235
|
},
|
|
9509
10236
|
"/keys/{id}": {
|
|
9510
10237
|
"get": {
|
|
9511
|
-
"operationId": "
|
|
10238
|
+
"operationId": "GetOne_11",
|
|
9512
10239
|
"responses": {
|
|
9513
10240
|
"200": {
|
|
9514
10241
|
"description": "Ok",
|
|
@@ -9581,7 +10308,7 @@
|
|
|
9581
10308
|
}
|
|
9582
10309
|
},
|
|
9583
10310
|
"delete": {
|
|
9584
|
-
"operationId": "
|
|
10311
|
+
"operationId": "Drop_11",
|
|
9585
10312
|
"responses": {
|
|
9586
10313
|
"200": {
|
|
9587
10314
|
"description": "Ok",
|
|
@@ -9614,7 +10341,7 @@
|
|
|
9614
10341
|
},
|
|
9615
10342
|
"/realms/{realmId}/keys/{id}": {
|
|
9616
10343
|
"get": {
|
|
9617
|
-
"operationId": "
|
|
10344
|
+
"operationId": "GetOne_12",
|
|
9618
10345
|
"responses": {
|
|
9619
10346
|
"200": {
|
|
9620
10347
|
"description": "Ok",
|
|
@@ -9687,7 +10414,7 @@
|
|
|
9687
10414
|
}
|
|
9688
10415
|
},
|
|
9689
10416
|
"delete": {
|
|
9690
|
-
"operationId": "
|
|
10417
|
+
"operationId": "Drop_12",
|
|
9691
10418
|
"responses": {
|
|
9692
10419
|
"200": {
|
|
9693
10420
|
"description": "Ok",
|
|
@@ -9720,7 +10447,7 @@
|
|
|
9720
10447
|
},
|
|
9721
10448
|
"/permissions": {
|
|
9722
10449
|
"get": {
|
|
9723
|
-
"operationId": "
|
|
10450
|
+
"operationId": "GetMany_15",
|
|
9724
10451
|
"responses": {
|
|
9725
10452
|
"200": {
|
|
9726
10453
|
"description": "Ok",
|
|
@@ -9769,7 +10496,7 @@
|
|
|
9769
10496
|
},
|
|
9770
10497
|
"/realms/{realmId}/permissions": {
|
|
9771
10498
|
"get": {
|
|
9772
|
-
"operationId": "
|
|
10499
|
+
"operationId": "GetMany_16",
|
|
9773
10500
|
"responses": {
|
|
9774
10501
|
"200": {
|
|
9775
10502
|
"description": "Ok",
|
|
@@ -10021,7 +10748,7 @@
|
|
|
10021
10748
|
}
|
|
10022
10749
|
},
|
|
10023
10750
|
"delete": {
|
|
10024
|
-
"operationId": "
|
|
10751
|
+
"operationId": "Drop_13",
|
|
10025
10752
|
"responses": {
|
|
10026
10753
|
"200": {
|
|
10027
10754
|
"description": "Ok",
|
|
@@ -10169,7 +10896,7 @@
|
|
|
10169
10896
|
}
|
|
10170
10897
|
},
|
|
10171
10898
|
"delete": {
|
|
10172
|
-
"operationId": "
|
|
10899
|
+
"operationId": "Drop_14",
|
|
10173
10900
|
"responses": {
|
|
10174
10901
|
"200": {
|
|
10175
10902
|
"description": "Ok",
|
|
@@ -10202,7 +10929,7 @@
|
|
|
10202
10929
|
},
|
|
10203
10930
|
"/permission-policies": {
|
|
10204
10931
|
"get": {
|
|
10205
|
-
"operationId": "
|
|
10932
|
+
"operationId": "GetMany_17",
|
|
10206
10933
|
"responses": {
|
|
10207
10934
|
"200": {
|
|
10208
10935
|
"description": "Ok",
|
|
@@ -10251,7 +10978,7 @@
|
|
|
10251
10978
|
},
|
|
10252
10979
|
"/permission-policies/{id}": {
|
|
10253
10980
|
"get": {
|
|
10254
|
-
"operationId": "
|
|
10981
|
+
"operationId": "GetOne_13",
|
|
10255
10982
|
"responses": {
|
|
10256
10983
|
"200": {
|
|
10257
10984
|
"description": "Ok",
|
|
@@ -10282,7 +11009,7 @@
|
|
|
10282
11009
|
]
|
|
10283
11010
|
},
|
|
10284
11011
|
"delete": {
|
|
10285
|
-
"operationId": "
|
|
11012
|
+
"operationId": "Drop_15",
|
|
10286
11013
|
"responses": {
|
|
10287
11014
|
"200": {
|
|
10288
11015
|
"description": "Ok",
|
|
@@ -10954,7 +11681,7 @@
|
|
|
10954
11681
|
},
|
|
10955
11682
|
"/realms": {
|
|
10956
11683
|
"get": {
|
|
10957
|
-
"operationId": "
|
|
11684
|
+
"operationId": "GetMany_18",
|
|
10958
11685
|
"responses": {
|
|
10959
11686
|
"200": {
|
|
10960
11687
|
"description": "Ok",
|
|
@@ -11118,7 +11845,7 @@
|
|
|
11118
11845
|
}
|
|
11119
11846
|
},
|
|
11120
11847
|
"delete": {
|
|
11121
|
-
"operationId": "
|
|
11848
|
+
"operationId": "Drop_16",
|
|
11122
11849
|
"responses": {
|
|
11123
11850
|
"200": {
|
|
11124
11851
|
"description": "Ok",
|
|
@@ -11273,7 +12000,7 @@
|
|
|
11273
12000
|
},
|
|
11274
12001
|
"/roles": {
|
|
11275
12002
|
"get": {
|
|
11276
|
-
"operationId": "
|
|
12003
|
+
"operationId": "GetMany_19",
|
|
11277
12004
|
"responses": {
|
|
11278
12005
|
"200": {
|
|
11279
12006
|
"description": "Ok",
|
|
@@ -11437,7 +12164,7 @@
|
|
|
11437
12164
|
}
|
|
11438
12165
|
},
|
|
11439
12166
|
"delete": {
|
|
11440
|
-
"operationId": "
|
|
12167
|
+
"operationId": "Drop_17",
|
|
11441
12168
|
"responses": {
|
|
11442
12169
|
"200": {
|
|
11443
12170
|
"description": "Ok",
|
|
@@ -11470,7 +12197,7 @@
|
|
|
11470
12197
|
},
|
|
11471
12198
|
"/role-attributes": {
|
|
11472
12199
|
"get": {
|
|
11473
|
-
"operationId": "
|
|
12200
|
+
"operationId": "GetMany_20",
|
|
11474
12201
|
"responses": {
|
|
11475
12202
|
"200": {
|
|
11476
12203
|
"description": "Ok",
|
|
@@ -11592,7 +12319,7 @@
|
|
|
11592
12319
|
}
|
|
11593
12320
|
},
|
|
11594
12321
|
"delete": {
|
|
11595
|
-
"operationId": "
|
|
12322
|
+
"operationId": "Drop_18",
|
|
11596
12323
|
"responses": {
|
|
11597
12324
|
"200": {
|
|
11598
12325
|
"description": "Ok",
|
|
@@ -11625,7 +12352,7 @@
|
|
|
11625
12352
|
},
|
|
11626
12353
|
"/role-permissions": {
|
|
11627
12354
|
"get": {
|
|
11628
|
-
"operationId": "
|
|
12355
|
+
"operationId": "GetMany_21",
|
|
11629
12356
|
"responses": {
|
|
11630
12357
|
"200": {
|
|
11631
12358
|
"description": "Ok",
|
|
@@ -11716,7 +12443,7 @@
|
|
|
11716
12443
|
}
|
|
11717
12444
|
},
|
|
11718
12445
|
"get": {
|
|
11719
|
-
"operationId": "
|
|
12446
|
+
"operationId": "GetOne_14",
|
|
11720
12447
|
"responses": {
|
|
11721
12448
|
"200": {
|
|
11722
12449
|
"description": "Ok",
|
|
@@ -11747,7 +12474,7 @@
|
|
|
11747
12474
|
]
|
|
11748
12475
|
},
|
|
11749
12476
|
"delete": {
|
|
11750
|
-
"operationId": "
|
|
12477
|
+
"operationId": "Drop_19",
|
|
11751
12478
|
"responses": {
|
|
11752
12479
|
"200": {
|
|
11753
12480
|
"description": "Ok",
|
|
@@ -11780,7 +12507,7 @@
|
|
|
11780
12507
|
},
|
|
11781
12508
|
"/policies": {
|
|
11782
12509
|
"get": {
|
|
11783
|
-
"operationId": "
|
|
12510
|
+
"operationId": "GetMany_22",
|
|
11784
12511
|
"responses": {
|
|
11785
12512
|
"200": {
|
|
11786
12513
|
"description": "Ok",
|
|
@@ -11829,7 +12556,7 @@
|
|
|
11829
12556
|
},
|
|
11830
12557
|
"/realms/{realmId}/policies": {
|
|
11831
12558
|
"get": {
|
|
11832
|
-
"operationId": "
|
|
12559
|
+
"operationId": "GetMany_23",
|
|
11833
12560
|
"responses": {
|
|
11834
12561
|
"200": {
|
|
11835
12562
|
"description": "Ok",
|
|
@@ -11944,7 +12671,7 @@
|
|
|
11944
12671
|
},
|
|
11945
12672
|
"/policies/{id}": {
|
|
11946
12673
|
"get": {
|
|
11947
|
-
"operationId": "
|
|
12674
|
+
"operationId": "GetOne_15",
|
|
11948
12675
|
"responses": {
|
|
11949
12676
|
"200": {
|
|
11950
12677
|
"description": "Ok",
|
|
@@ -12075,7 +12802,7 @@
|
|
|
12075
12802
|
}
|
|
12076
12803
|
},
|
|
12077
12804
|
"delete": {
|
|
12078
|
-
"operationId": "
|
|
12805
|
+
"operationId": "Drop_20",
|
|
12079
12806
|
"responses": {
|
|
12080
12807
|
"200": {
|
|
12081
12808
|
"description": "Ok",
|
|
@@ -12108,7 +12835,7 @@
|
|
|
12108
12835
|
},
|
|
12109
12836
|
"/realms/{realmId}/policies/{id}": {
|
|
12110
12837
|
"get": {
|
|
12111
|
-
"operationId": "
|
|
12838
|
+
"operationId": "GetOne_16",
|
|
12112
12839
|
"responses": {
|
|
12113
12840
|
"200": {
|
|
12114
12841
|
"description": "Ok",
|
|
@@ -12239,7 +12966,7 @@
|
|
|
12239
12966
|
}
|
|
12240
12967
|
},
|
|
12241
12968
|
"delete": {
|
|
12242
|
-
"operationId": "
|
|
12969
|
+
"operationId": "Drop_21",
|
|
12243
12970
|
"responses": {
|
|
12244
12971
|
"200": {
|
|
12245
12972
|
"description": "Ok",
|
|
@@ -12360,7 +13087,7 @@
|
|
|
12360
13087
|
},
|
|
12361
13088
|
"/scopes": {
|
|
12362
13089
|
"get": {
|
|
12363
|
-
"operationId": "
|
|
13090
|
+
"operationId": "GetMany_24",
|
|
12364
13091
|
"responses": {
|
|
12365
13092
|
"200": {
|
|
12366
13093
|
"description": "Ok",
|
|
@@ -12524,7 +13251,7 @@
|
|
|
12524
13251
|
}
|
|
12525
13252
|
},
|
|
12526
13253
|
"delete": {
|
|
12527
|
-
"operationId": "
|
|
13254
|
+
"operationId": "Drop_22",
|
|
12528
13255
|
"responses": {
|
|
12529
13256
|
"200": {
|
|
12530
13257
|
"description": "Ok",
|
|
@@ -12557,7 +13284,7 @@
|
|
|
12557
13284
|
},
|
|
12558
13285
|
"/sessions": {
|
|
12559
13286
|
"get": {
|
|
12560
|
-
"operationId": "
|
|
13287
|
+
"operationId": "GetMany_25",
|
|
12561
13288
|
"responses": {
|
|
12562
13289
|
"200": {
|
|
12563
13290
|
"description": "Ok",
|
|
@@ -12595,7 +13322,7 @@
|
|
|
12595
13322
|
},
|
|
12596
13323
|
"/realms/{realmId}/sessions": {
|
|
12597
13324
|
"get": {
|
|
12598
|
-
"operationId": "
|
|
13325
|
+
"operationId": "GetMany_26",
|
|
12599
13326
|
"responses": {
|
|
12600
13327
|
"200": {
|
|
12601
13328
|
"description": "Ok",
|
|
@@ -12633,7 +13360,7 @@
|
|
|
12633
13360
|
},
|
|
12634
13361
|
"/sessions/{id}": {
|
|
12635
13362
|
"get": {
|
|
12636
|
-
"operationId": "
|
|
13363
|
+
"operationId": "GetOne_17",
|
|
12637
13364
|
"responses": {
|
|
12638
13365
|
"200": {
|
|
12639
13366
|
"description": "Ok",
|
|
@@ -12664,7 +13391,7 @@
|
|
|
12664
13391
|
]
|
|
12665
13392
|
},
|
|
12666
13393
|
"delete": {
|
|
12667
|
-
"operationId": "
|
|
13394
|
+
"operationId": "Drop_23",
|
|
12668
13395
|
"responses": {
|
|
12669
13396
|
"200": {
|
|
12670
13397
|
"description": "Ok",
|
|
@@ -12697,7 +13424,7 @@
|
|
|
12697
13424
|
},
|
|
12698
13425
|
"/realms/{realmId}/sessions/{id}": {
|
|
12699
13426
|
"get": {
|
|
12700
|
-
"operationId": "
|
|
13427
|
+
"operationId": "GetOne_18",
|
|
12701
13428
|
"responses": {
|
|
12702
13429
|
"200": {
|
|
12703
13430
|
"description": "Ok",
|
|
@@ -12728,7 +13455,7 @@
|
|
|
12728
13455
|
]
|
|
12729
13456
|
},
|
|
12730
13457
|
"delete": {
|
|
12731
|
-
"operationId": "
|
|
13458
|
+
"operationId": "Drop_24",
|
|
12732
13459
|
"responses": {
|
|
12733
13460
|
"200": {
|
|
12734
13461
|
"description": "Ok",
|
|
@@ -12759,9 +13486,111 @@
|
|
|
12759
13486
|
]
|
|
12760
13487
|
}
|
|
12761
13488
|
},
|
|
13489
|
+
"/session-tokens": {
|
|
13490
|
+
"get": {
|
|
13491
|
+
"operationId": "GetMany_27",
|
|
13492
|
+
"responses": {
|
|
13493
|
+
"200": {
|
|
13494
|
+
"description": "Ok",
|
|
13495
|
+
"content": {
|
|
13496
|
+
"application/json": {
|
|
13497
|
+
"schema": {
|
|
13498
|
+
"$ref": "#/components/schemas/EntityCollectionResponseSessionToken"
|
|
13499
|
+
}
|
|
13500
|
+
}
|
|
13501
|
+
}
|
|
13502
|
+
}
|
|
13503
|
+
},
|
|
13504
|
+
"description": "",
|
|
13505
|
+
"tags": [],
|
|
13506
|
+
"parameters": []
|
|
13507
|
+
},
|
|
13508
|
+
"delete": {
|
|
13509
|
+
"operationId": "DropMany_3",
|
|
13510
|
+
"responses": {
|
|
13511
|
+
"200": {
|
|
13512
|
+
"description": "Ok",
|
|
13513
|
+
"content": {
|
|
13514
|
+
"application/json": {
|
|
13515
|
+
"schema": {
|
|
13516
|
+
"$ref": "#/components/schemas/SessionTokenDeleteManyResult"
|
|
13517
|
+
}
|
|
13518
|
+
}
|
|
13519
|
+
}
|
|
13520
|
+
}
|
|
13521
|
+
},
|
|
13522
|
+
"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.",
|
|
13523
|
+
"tags": [],
|
|
13524
|
+
"parameters": []
|
|
13525
|
+
}
|
|
13526
|
+
},
|
|
13527
|
+
"/session-tokens/{id}": {
|
|
13528
|
+
"get": {
|
|
13529
|
+
"operationId": "GetOne_19",
|
|
13530
|
+
"responses": {
|
|
13531
|
+
"200": {
|
|
13532
|
+
"description": "Ok",
|
|
13533
|
+
"content": {
|
|
13534
|
+
"application/json": {
|
|
13535
|
+
"schema": {
|
|
13536
|
+
"$ref": "#/components/schemas/EntityRecordResponseSessionToken"
|
|
13537
|
+
}
|
|
13538
|
+
}
|
|
13539
|
+
}
|
|
13540
|
+
}
|
|
13541
|
+
},
|
|
13542
|
+
"description": "",
|
|
13543
|
+
"tags": [],
|
|
13544
|
+
"parameters": [
|
|
13545
|
+
{
|
|
13546
|
+
"allowEmptyValue": false,
|
|
13547
|
+
"deprecated": false,
|
|
13548
|
+
"description": "",
|
|
13549
|
+
"in": "path",
|
|
13550
|
+
"name": "id",
|
|
13551
|
+
"required": true,
|
|
13552
|
+
"schema": {
|
|
13553
|
+
"type": "string"
|
|
13554
|
+
},
|
|
13555
|
+
"examples": {}
|
|
13556
|
+
}
|
|
13557
|
+
]
|
|
13558
|
+
},
|
|
13559
|
+
"delete": {
|
|
13560
|
+
"operationId": "Drop_25",
|
|
13561
|
+
"responses": {
|
|
13562
|
+
"200": {
|
|
13563
|
+
"description": "Ok",
|
|
13564
|
+
"content": {
|
|
13565
|
+
"application/json": {
|
|
13566
|
+
"schema": {
|
|
13567
|
+
"$ref": "#/components/schemas/EntityRecordResponseSessionToken"
|
|
13568
|
+
}
|
|
13569
|
+
}
|
|
13570
|
+
}
|
|
13571
|
+
}
|
|
13572
|
+
},
|
|
13573
|
+
"description": "",
|
|
13574
|
+
"tags": [],
|
|
13575
|
+
"parameters": [
|
|
13576
|
+
{
|
|
13577
|
+
"allowEmptyValue": false,
|
|
13578
|
+
"deprecated": false,
|
|
13579
|
+
"description": "",
|
|
13580
|
+
"in": "path",
|
|
13581
|
+
"name": "id",
|
|
13582
|
+
"required": true,
|
|
13583
|
+
"schema": {
|
|
13584
|
+
"type": "string"
|
|
13585
|
+
},
|
|
13586
|
+
"examples": {}
|
|
13587
|
+
}
|
|
13588
|
+
]
|
|
13589
|
+
}
|
|
13590
|
+
},
|
|
12762
13591
|
"/trust-anchors": {
|
|
12763
13592
|
"get": {
|
|
12764
|
-
"operationId": "
|
|
13593
|
+
"operationId": "GetMany_28",
|
|
12765
13594
|
"responses": {
|
|
12766
13595
|
"200": {
|
|
12767
13596
|
"description": "Ok",
|
|
@@ -12810,7 +13639,7 @@
|
|
|
12810
13639
|
},
|
|
12811
13640
|
"/realms/{realmId}/trust-anchors": {
|
|
12812
13641
|
"get": {
|
|
12813
|
-
"operationId": "
|
|
13642
|
+
"operationId": "GetMany_29",
|
|
12814
13643
|
"responses": {
|
|
12815
13644
|
"200": {
|
|
12816
13645
|
"description": "Ok",
|
|
@@ -12859,7 +13688,7 @@
|
|
|
12859
13688
|
},
|
|
12860
13689
|
"/trust-anchors/{id}": {
|
|
12861
13690
|
"get": {
|
|
12862
|
-
"operationId": "
|
|
13691
|
+
"operationId": "GetOne_20",
|
|
12863
13692
|
"responses": {
|
|
12864
13693
|
"200": {
|
|
12865
13694
|
"description": "Ok",
|
|
@@ -12932,7 +13761,7 @@
|
|
|
12932
13761
|
}
|
|
12933
13762
|
},
|
|
12934
13763
|
"delete": {
|
|
12935
|
-
"operationId": "
|
|
13764
|
+
"operationId": "Drop_26",
|
|
12936
13765
|
"responses": {
|
|
12937
13766
|
"200": {
|
|
12938
13767
|
"description": "Ok",
|
|
@@ -12965,7 +13794,7 @@
|
|
|
12965
13794
|
},
|
|
12966
13795
|
"/realms/{realmId}/trust-anchors/{id}": {
|
|
12967
13796
|
"get": {
|
|
12968
|
-
"operationId": "
|
|
13797
|
+
"operationId": "GetOne_21",
|
|
12969
13798
|
"responses": {
|
|
12970
13799
|
"200": {
|
|
12971
13800
|
"description": "Ok",
|
|
@@ -13038,7 +13867,7 @@
|
|
|
13038
13867
|
}
|
|
13039
13868
|
},
|
|
13040
13869
|
"delete": {
|
|
13041
|
-
"operationId": "
|
|
13870
|
+
"operationId": "Drop_27",
|
|
13042
13871
|
"responses": {
|
|
13043
13872
|
"200": {
|
|
13044
13873
|
"description": "Ok",
|
|
@@ -13071,7 +13900,7 @@
|
|
|
13071
13900
|
},
|
|
13072
13901
|
"/users": {
|
|
13073
13902
|
"get": {
|
|
13074
|
-
"operationId": "
|
|
13903
|
+
"operationId": "GetMany_30",
|
|
13075
13904
|
"responses": {
|
|
13076
13905
|
"200": {
|
|
13077
13906
|
"description": "Ok",
|
|
@@ -13120,7 +13949,7 @@
|
|
|
13120
13949
|
},
|
|
13121
13950
|
"/realms/{realmId}/users": {
|
|
13122
13951
|
"get": {
|
|
13123
|
-
"operationId": "
|
|
13952
|
+
"operationId": "GetMany_31",
|
|
13124
13953
|
"responses": {
|
|
13125
13954
|
"200": {
|
|
13126
13955
|
"description": "Ok",
|
|
@@ -13284,7 +14113,7 @@
|
|
|
13284
14113
|
}
|
|
13285
14114
|
},
|
|
13286
14115
|
"delete": {
|
|
13287
|
-
"operationId": "
|
|
14116
|
+
"operationId": "Drop_28",
|
|
13288
14117
|
"responses": {
|
|
13289
14118
|
"200": {
|
|
13290
14119
|
"description": "Ok",
|
|
@@ -13432,7 +14261,7 @@
|
|
|
13432
14261
|
}
|
|
13433
14262
|
},
|
|
13434
14263
|
"delete": {
|
|
13435
|
-
"operationId": "
|
|
14264
|
+
"operationId": "Drop_29",
|
|
13436
14265
|
"responses": {
|
|
13437
14266
|
"200": {
|
|
13438
14267
|
"description": "Ok",
|
|
@@ -13465,7 +14294,7 @@
|
|
|
13465
14294
|
},
|
|
13466
14295
|
"/user-attributes": {
|
|
13467
14296
|
"get": {
|
|
13468
|
-
"operationId": "
|
|
14297
|
+
"operationId": "GetMany_32",
|
|
13469
14298
|
"responses": {
|
|
13470
14299
|
"200": {
|
|
13471
14300
|
"description": "Ok",
|
|
@@ -13587,7 +14416,7 @@
|
|
|
13587
14416
|
}
|
|
13588
14417
|
},
|
|
13589
14418
|
"delete": {
|
|
13590
|
-
"operationId": "
|
|
14419
|
+
"operationId": "Drop_30",
|
|
13591
14420
|
"responses": {
|
|
13592
14421
|
"200": {
|
|
13593
14422
|
"description": "Ok",
|
|
@@ -13620,7 +14449,7 @@
|
|
|
13620
14449
|
},
|
|
13621
14450
|
"/users/{id}/authenticators": {
|
|
13622
14451
|
"get": {
|
|
13623
|
-
"operationId": "
|
|
14452
|
+
"operationId": "GetMany_33",
|
|
13624
14453
|
"responses": {
|
|
13625
14454
|
"200": {
|
|
13626
14455
|
"description": "Ok",
|
|
@@ -13695,7 +14524,7 @@
|
|
|
13695
14524
|
},
|
|
13696
14525
|
"/users/{id}/authenticators/{deviceId}": {
|
|
13697
14526
|
"get": {
|
|
13698
|
-
"operationId": "
|
|
14527
|
+
"operationId": "GetOne_22",
|
|
13699
14528
|
"responses": {
|
|
13700
14529
|
"200": {
|
|
13701
14530
|
"description": "Ok",
|
|
@@ -13738,7 +14567,7 @@
|
|
|
13738
14567
|
]
|
|
13739
14568
|
},
|
|
13740
14569
|
"delete": {
|
|
13741
|
-
"operationId": "
|
|
14570
|
+
"operationId": "Drop_31",
|
|
13742
14571
|
"responses": {
|
|
13743
14572
|
"200": {
|
|
13744
14573
|
"description": "Ok",
|
|
@@ -13839,7 +14668,7 @@
|
|
|
13839
14668
|
},
|
|
13840
14669
|
"/user-permissions": {
|
|
13841
14670
|
"get": {
|
|
13842
|
-
"operationId": "
|
|
14671
|
+
"operationId": "GetMany_34",
|
|
13843
14672
|
"responses": {
|
|
13844
14673
|
"200": {
|
|
13845
14674
|
"description": "Ok",
|
|
@@ -13930,7 +14759,7 @@
|
|
|
13930
14759
|
}
|
|
13931
14760
|
},
|
|
13932
14761
|
"get": {
|
|
13933
|
-
"operationId": "
|
|
14762
|
+
"operationId": "GetOne_23",
|
|
13934
14763
|
"responses": {
|
|
13935
14764
|
"200": {
|
|
13936
14765
|
"description": "Ok",
|
|
@@ -13961,7 +14790,7 @@
|
|
|
13961
14790
|
]
|
|
13962
14791
|
},
|
|
13963
14792
|
"delete": {
|
|
13964
|
-
"operationId": "
|
|
14793
|
+
"operationId": "Drop_32",
|
|
13965
14794
|
"responses": {
|
|
13966
14795
|
"200": {
|
|
13967
14796
|
"description": "Ok",
|
|
@@ -13994,7 +14823,7 @@
|
|
|
13994
14823
|
},
|
|
13995
14824
|
"/user-roles": {
|
|
13996
14825
|
"get": {
|
|
13997
|
-
"operationId": "
|
|
14826
|
+
"operationId": "GetMany_35",
|
|
13998
14827
|
"responses": {
|
|
13999
14828
|
"200": {
|
|
14000
14829
|
"description": "Ok",
|
|
@@ -14043,7 +14872,7 @@
|
|
|
14043
14872
|
},
|
|
14044
14873
|
"/user-roles/{id}": {
|
|
14045
14874
|
"get": {
|
|
14046
|
-
"operationId": "
|
|
14875
|
+
"operationId": "GetOne_24",
|
|
14047
14876
|
"responses": {
|
|
14048
14877
|
"200": {
|
|
14049
14878
|
"description": "Ok",
|
|
@@ -14074,7 +14903,7 @@
|
|
|
14074
14903
|
]
|
|
14075
14904
|
},
|
|
14076
14905
|
"delete": {
|
|
14077
|
-
"operationId": "
|
|
14906
|
+
"operationId": "Drop_33",
|
|
14078
14907
|
"responses": {
|
|
14079
14908
|
"200": {
|
|
14080
14909
|
"description": "Ok",
|