Skip to content

Commit

Permalink
Introduce initial engine setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jul 22, 2024
1 parent 417f471 commit d2bdddc
Show file tree
Hide file tree
Showing 10 changed files with 1,294 additions and 63 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@ Instances do not have to be accessible from the internet, they can be local or o
An instance consists of a deployment of the `engine` container.
An instance keeps track of the state of all entities within it.

### Authentication

To avoid having to maintain "yet another authentication system", we support OpenID Connect OAuth 2.0.
This means you can use any OpenID Connect provider, such as [Keycloak](https://www.keycloak.org/), [Okta](https://www.okta.com/), [Auth0](https://auth0.com/), etc.
Identity therefore is dis-coupled from the engine and can be ported cross instances.

### Entity Identity

An entity is a user, a group or an organization.
Entities are referenced by their path within the INSTANCE_URL of an engine.

```url
v3x.property/users/1234
v3x.property/items/1234
v3x.property/groups/1234
v3x.property/template/1234
Expand Down
Loading

0 comments on commit d2bdddc

Please sign in to comment.