VLINGO XOOM
  • Introduction
  • Overview
    • Quick Reference
  • Getting Started
    • Hello, World!
  • Architecture
  • XOOM Cloud
    • AWS Infrastructure
    • XOOM Cloud Operator
    • XOOM Cloud Demo
  • XOOM Designer
    • Development Guide
      • End-to-End Tests
  • Turbo
    • Annotations
    • Scooter
  • Actors
  • HTTP (REST and RPC)
  • Lattice
    • CQRS
    • Object, Stateful, and Sourced Entities With CQRS
    • Grid
    • Exchange
    • Processes
    • Spaces
    • Projections
    • Routers
  • Streams
  • Schemata
  • GraphQL Server
  • Symbio (Reactive Storage)
    • Journal Storage
    • State Storage
    • Object Storage
    • Adapters
  • Cluster
  • Directory
  • Common Tools
  • Build Plugins
  • Telemetry
  • Wire
  • Auth-Auth
  • Containerization
  • Tools and Patterns for Specific Use Cases
  • Appendix A: Deploy to Pivotal Cloud Foundry
  • FAQ
Powered by GitBook
On this page
  • Identity and Access
  • How To Use

Auth-Auth

Platform-wide identity and access management using XOOM Auth.

PreviousWireNextContainerization

Last updated 4 years ago

Identity and Access

The XOOM Auth service provides security for the various components of the VLINGO XOOM platform, and was initially designed to be used primarily purpose. It may also be used by services and applications that you and your team create.

It supports the following authentication and authorization concepts: Tenants, Users with Profiles, Groups, Roles with Permissions and Constraints. The XOOM Auth service may also be used by any service/application that you create, but it is not a requirement that your organization adopt it as your security standard.

How To Use

The XOOM Auth service is currently in experimental preview mode. More documentation to be supplied when the service is fully released.

⚠️