Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
razac-elda committed Sep 22, 2022
1 parent 4feeb6f commit 9da5318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/basics/account-creation.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ This way you gain more privacy and security from hiding your real email address

We are discussing Single sign-on for private users, not enterprises.

Single sign-on(SSO) is an authentication method that allows you to register to a service without sharing much informations, if any. Whenever you see on a registration form "Sign-in with *provider name*" it's SSO.
Single sign-on(SSO) is an authentication method that allows you to register to a service without sharing much information, if any. Whenever you see on a registration form "Sign-in with *provider name*" it's SSO.

When you choose single sign-on in a website it will prompt your SSO provider login page and after that your account will be connected, your password won't be shared but some basic information will(you can review them during the login request). This process is needed everytime you want to login to the same account.
When you choose single sign-on in a website it will prompt your SSO provider login page and after that your account will be connected, your password won't be shared but some basic information will (you can review them during the login request). This process is needed everytime you want to login to the same account.

The main advantages are:

- **Security**: no risk of beign involved in a [data breach](https://en.wikipedia.org/wiki/Data_breach) because the website do not store your credentials;
- **Ease of use**: multiple account managed by a single login.
- **Ease of use**: multiple accounts managed by a single login.

But there are disadvantages:

Expand All @@ -65,4 +65,4 @@ Most of the time your phone number is an available option by services that rely

### Username and password

Some services allow you to register without email and all you need is a username and password; with this method your account would be anonymous but it will be more difficult to recover it.
Some services allow you to register without using an email address and all you need is a username and a password; with this method your account would be anonymous but it would be more difficult to recover.

0 comments on commit 9da5318

Please sign in to comment.