From fdf33c686fc7880e792014ffc7d846c401ae804f Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Thu, 21 Oct 2021 20:24:27 +0530 Subject: update irc and add a basic SSO page Signed-off-by: Pratyush Desai --- sso.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 sso.html (limited to 'sso.html') diff --git a/sso.html b/sso.html new file mode 100644 index 0000000..fb869f5 --- /dev/null +++ b/sso.html @@ -0,0 +1,44 @@ + + + + + + +LibertaCasa - git + + + +
+┬   ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
+│    │  │─│ │─  │┬┘  │  │─┤
+┘─┘ └┴┘ │─┘ ┴─┘ │└┘  ┘  ┘ │
+
+┌─┐ ┬─┐ ┐─┐ ┬─┐
+│   │─┤ └─┐ │─┤
+└─┘ ┘ │ ──┘ ┘ │
+
+ +

Single Sign On

+
+   

With a growing list of services, it becomes apparent that multiple logins aren't LUSER friendly. + This is being attempted to be resolved by a Single Sign On system. It is a work in progress with + many already having been integrated such as XMPP, Gitea, Etherpad etc.

+ + Registering for SSO + ===================== + + 1. Click here and then click on the "Manage" button. + 2. Fill up the fields and ensure the email is valid as it shall recieve a confirmation link. + 3. Once you Verify your account you can log into the sso-enabled services using the same credentials. + + + + + + + +
+ + \ No newline at end of file -- cgit v1.2.3 From 806d6fa2e7b86538ce28356488da4cfe03af5085 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Sat, 23 Oct 2021 07:34:52 +0530 Subject: fixing sso.html --- sso.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sso.html') diff --git a/sso.html b/sso.html index fb869f5..0241e1d 100644 --- a/sso.html +++ b/sso.html @@ -21,14 +21,15 @@

Single Sign On

    

With a growing list of services, it becomes apparent that multiple logins aren't LUSER friendly. - This is being attempted to be resolved by a Single Sign On system. It is a work in progress with - many already having been integrated such as XMPP, Gitea, Etherpad etc.

+ This is being attempted to be resolved by a Single Sign On system. It is a work in progress with many services already having been integrated. + These are currently: IRC (opt-in), XMPP, Gitea, Etherpad, Confluence.

Registering for SSO ===================== 1. Click here and then click on the "Manage" button. 2. Fill up the fields and ensure the email is valid as it shall recieve a confirmation link. + 3. Click the "Register" link to complete the procedure and recieve the confirmation email. 3. Once you Verify your account you can log into the sso-enabled services using the same credentials. -- cgit v1.2.3