fix exit path for commands templates

This commit is contained in:
Willy Kloucek
2020-11-17 07:59:48 +01:00
parent d84d7bb4d1
commit 20eae462b3
13 changed files with 25 additions and 27 deletions
+1 -3
View File
@@ -7,14 +7,12 @@ geekdocEditPath: edit/master/docs/extensions/accounts
geekdocFilePath: _index.md
---
[![GitHub](https://img.shields.io/github/license/owncloud/ocis-hello)](https://github.com/owncloud/ocis-hello/blob/master/LICENSE)
## Abstract
OCIS needs to be able to identify users. Whithout a non reassignable and persistend account ID share metadata cannot be reliably persisted. `ocis-accounts` allows exchanging oidc claims for a uuid. Using a uuid allows users to change the login, mail or even openid connect provider without breaking any persisted metadata that might have been attached to it.
- persists accounts
- uses graph api properties
-ldap can be synced using the onpremise* attributes
- ldap can be synced using the onpremise* attributes
## Table of Contents