diff options
| author | Pratyush Desai | 2021-10-21 20:24:27 +0530 | 
|---|---|---|
| committer | Pratyush Desai | 2021-10-21 20:24:27 +0530 | 
| commit | fdf33c686fc7880e792014ffc7d846c401ae804f (patch) | |
| tree | 9e4e372756e8db4f65ad2a6ee4421ee39aa2dc0c /sso.html | |
| parent | 29ffacdfe4f44cb100292a6a5accdb4772d0245f (diff) | |
| download | website-fdf33c686fc7880e792014ffc7d846c401ae804f.tar.gz website-fdf33c686fc7880e792014ffc7d846c401ae804f.tar.bz2 website-fdf33c686fc7880e792014ffc7d846c401ae804f.zip | |
update irc and add a basic SSO page
Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
Diffstat (limited to 'sso.html')
| -rw-r--r-- | sso.html | 44 | 
1 files changed, 44 insertions, 0 deletions
| diff --git a/sso.html b/sso.html new file mode 100644 index 0000000..fb869f5 --- /dev/null +++ b/sso.html @@ -0,0 +1,44 @@ +<!DOCTYPE html> +<html> + +<head> +<meta charset="UTF-8"> +  <link rel="stylesheet" href="styles.css"> +<title>LibertaCasa - git</title> +</head> + +<body> +<pre> +┬   ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐ +│    │  │─│ │─  │┬┘  │  │─┤ +┘─┘ └┴┘ │─┘ ┴─┘ │└┘  ┘  ┘ │ + +┌─┐ ┬─┐ ┐─┐ ┬─┐ +│   │─┤ └─┐ │─┤ +└─┘ ┘ │ ──┘ ┘ │ +</pre> + +<h3> Single Sign On </h3> +<pre> +   <p> 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.</p> + +    Registering for SSO    +   ===================== + +   1. Click <a href='https://sso.casa'>here</a> 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. + + + + + + +<footer> +<a href="mailto:hello@liberta.casa"> Contact </a> +</footer> +</pre> +</body> +</html>
\ No newline at end of file | 
