diff options
| author | Pratyush Desai | 2021-12-12 04:19:32 +0530 | 
|---|---|---|
| committer | Pratyush Desai | 2021-12-12 04:19:32 +0530 | 
| commit | 8fb130af81fca3b247600bd081e3a9510cbe584d (patch) | |
| tree | 0042091d50a92c6df566a2f4fda3a8701be77de3 /static_old/sso.html | |
| parent | 5725181871aab1b84ddb0cbccc7d6f033210c2cb (diff) | |
| download | website-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.gz website-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.bz2 website-8fb130af81fca3b247600bd081e3a9510cbe584d.zip | |
Hugo config setup
Diffstat (limited to 'static_old/sso.html')
| -rw-r--r-- | static_old/sso.html | 45 | 
1 files changed, 45 insertions, 0 deletions
| diff --git a/static_old/sso.html b/static_old/sso.html new file mode 100644 index 0000000..0241e1d --- /dev/null +++ b/static_old/sso.html @@ -0,0 +1,45 @@ +<!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 services already having been integrated. +      These are currently: IRC (opt-in), XMPP, Gitea, Etherpad, Confluence.</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. 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. + + + + + + +<footer> +<a href="mailto:hello@liberta.casa"> Contact </a> +</footer> +</pre> +</body> +</html>
\ No newline at end of file | 
