Skip to content

Commit

Permalink
Update authentication.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Apr 8, 2021
1 parent 6810912 commit 5f374c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs-source/documentation/getting-started/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ if (!loginResult.IsError) {
}
```

## Organizations (Closed Beta)
## Organizations

Organizations is a set of features that provide better support for developers who build and maintain SaaS and Business-to-Business (B2B) applications.
[Organizations](https://auth0.com/docs/organizations) is a set of features that provide better support for developers who build and maintain SaaS and Business-to-Business (B2B) applications.

Using Organizations, you can:

Expand Down Expand Up @@ -232,4 +232,4 @@ var loginResult = await client.LoginAsync(new
```

> [!Note]
> The `invitation` parameter can be extracted from the invitation URL users receive in their invitation email.
> The `invitation` parameter can be extracted from the invitation URL users receive in their invitation email.

0 comments on commit 5f374c9

Please sign in to comment.