feat(auth-app): make service optional plus docu

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-07-23 08:58:07 +02:00
parent 3b3d30159d
commit 11103a4220
8 changed files with 46 additions and 11 deletions
+1
View File
@@ -13,6 +13,7 @@ ocis uses serveral authentication services for different use cases. All services
- `auth-bearer` handles oidc authentication
- `auth-machine` handles interservice authentication when a user is impersonated
- `auth-service` handles interservice authentication when using service accounts
- `auth-app` handles authentication of external 3rd party apps
## Auth Managers