Enterprise Single Sign-On for All

SQRL Authentication

Verify and authenticate credentials using the SQRL protocol.

In summary, the CAS login presents a QR code containing the URL of its authentication service, plus a non and sends it to the matching public key to identify the user, and the signature to authenticate it.

Configuration

Support is enabled by including the following dependency in the WAR overlay:

1
2
3
4
5
<dependency>
  <groupId>org.apereo.cas</groupId>
  <artifactId>cas-server-support-sqrl</artifactId>
  <version>${cas.version}</version>
</dependency>

To see the relevant list of CAS properties, please review this guide.