You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
michael.vidal edited this page Aug 11, 2017
·
8 revisions
What is Fabric.Identity?
Fabric.Identity is a service that provides centralized authentication and authorization for health care applications and apis that want to participate in the Fabric ecosystem.
What is Fabric?
Fabric is a set of micro-services for healthcare. You can pick and choose only the services you want and install them via docker.
What problem does Fabric.Identity solve?
By leveraging OpenID Connect via IdentityServer4, Fabric.Identity allows developers of health care applications the ability to offload authentication of users in their application to Fabric.Identity. This enables developers to concentrate on delivering business value rather than spending time building secure authentication mechanisms.
Fabric.Identity also allows developers to easily add authorization to their APIs, and make them accessible as services in the larger Fabric ecosystem.
Check out our Getting Started page to start using Fabric.Identity today.