From 0aa037a7249d7ee7916c4a21f075e6f06a869459 Mon Sep 17 00:00:00 2001 From: Gabriele Mariotti <gabri.mariotti@gmail.com> Date: Mon, 22 Nov 2021 20:10:55 +0100 Subject: [PATCH] Update README.md Added link to project website --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f037dee..cc8a5f6 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ ESP is an implementation of a Service Provider that wraps the [Shibboleth SP 2]( ## Authentication methods ESP provides to your software the capability to login with the italian [SPID](https://www.spid.gov.it/en/) and [CIE](https://www.cartaidentita.interno.gov.it/) authentication methods. + +See the [project website](https://namirialgroup.github.io/esp-docs/) for documentation and APIs.