Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 17 Next »

work in progress

Description

Account service offers operations to manage a CollectionSpace account. To securely access the CollectionSpace services, an account for a user is required in the system. An account is associated with an identity. The identity could either reside in [collectionspace:CollectionSpace Identity Provider (CSIP)] which is the default identity provider or a foreign identity provider such as CalNet or an OpenID provider.

In release 0.4 only CSIP is supported

Key Concepts

A CollectionSpace user's identity could reside in the default identity provider or a foreign identity provider. Account Service manages an identity only if the identity is stored in the realm managed by the default identity provider. That means, Account Service also provides identity management functions for the default identity provider.

Assumptions

  1. In a multi-tenant SaaS deployment of CollectionSpace, it is assumed that account service is consumed by users with privileges to manage accounts for a tenant.
  2. Tenant context (id) is never available to the account service consumer nor is required to be provided by the consumer.
Assumptions for managing account with identity managed by [CollectionSpace Identity Provider]
Unknown macro: {multi-excerpt-include}

Relationships

Following describes the relationship between an Account, a Person and a User in the [default identity provider].

Unknown macro: {gliffy}

An account is associated with one Person in CollectionSpace. An account is always associated with one user identity.

Account Provisioning

CollectionSpace identity provider
Unknown macro: {gliffy}
3rd party identity provider
Unknown macro: {gliffy}

Issues

Unknown macro: {multi-excerpt-include}
  • The Person Service is the System of Record (SOR), or authoritative data source, for personIds.
  • The SOR for systemIds is TBD.

References

  1. [collectionspace:Authentication Service Description and Assumptions]
  2. [collectionspace:CollectionSpace Identity Provider (CSIP)]
  3. [Design notes for multi-tenancy in CollectionSpace]

Questions

  • No labels