CPMS ID: Difference between revisions

From ContactsLaw Documentation
(Created page with "The <strong>Single Sign-On System ("SSO")</strong> is a platform for authenticating and identifying ContactsLaw accounts. It allows users to log in at a single point of presence to access to several different components of ContactsLaw, such as: * Desktop App * Web App * DMS App * Category:Office Add-Ins * Third-party integrations The SSO is implemented using https://identityserver4.readthedocs.io IdentityServer4, an industry-lead...")
 
No edit summary
Line 8: Line 8:
* Third-party integrations
* Third-party integrations


The SSO is implemented using [[https://identityserver4.readthedocs.io IdentityServer4]], an industry-leading framework that is robust, reliable and secure.
The SSO is implemented using [https://identityserver4.readthedocs.io IdentityServer4], an industry-leading framework that is robust, reliable and secure.


== OAuth 2.0 ==
== OAuth 2.0 ==

Revision as of 16:15, 30 April 2023

The Single Sign-On System ("SSO") is a platform for authenticating and identifying ContactsLaw accounts.

It allows users to log in at a single point of presence to access to several different components of ContactsLaw, such as:

The SSO is implemented using IdentityServer4, an industry-leading framework that is robust, reliable and secure.

OAuth 2.0

The SSO supports OAuth 2.0, an industry standard which not only allows users to seamlessly access all components of ContactsLaw, but also provides a mechanism for third-party integrations to perform actions on behalf of other users.

Open ID Connect

The SSO also supports Open ID Connect, which allows users to log in to ContactsLaw using external providers (such as Microsoft or Google accounts). This reduces the number of passwords that users need to remember, as well as leveraging additional security mechanisms such as 2-factor authentication].