fix markdown

This commit is contained in:
Jörn Friedrich Dreyer
2023-03-24 12:43:53 +01:00
committed by GitHub
parent a1bb47b180
commit 31471df033

View File

@@ -6,12 +6,10 @@ Users invited via this Invitation Manager (libre graph API) will have `userType=
The corresponding CS3 API [user types](https://cs3org.github.io/cs3apis/#cs3.identity.user.v1beta1.UserType) used to reperesent this are: `USER_TYPE_GUEST` and `USER_TYPE_PRIMARY`.
## Provisioning backends
When oCIS is used for user management the users are created using the `/graph/v1.0/users` endpoint. For larger deployments the keycloak admin API can be used to provision users. We might even make the endpoint, credentials and body configurable using templates.
## Bridging provisioning delay
When a guest account has to be provisioned in an external user management there might be a delay between creating the user and it being available in the local ocis system. In the first iteration the invitations service will only keep track of invites in memory. This list could be persisted in future iterations.