Overview

last updated: 2024-05-19

The identity service is plit in 3 types of entities.

  • Roles
  • Identities
  • Authentications

Roles

Roles are privileges for actions which can be assigned to identies.

Roles are either bound to a context or an identity.

Identities

Identies are accounts/principals. It can either be a user account or a service principle which would just represent two different perspectives on an identity.

Authentications

Authentication represent login information. Logs can be performed through

  • user/password
  • api key
  • oauth