Skip to content

DOCS-718 - Google SSO for signup/sign-in #5262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Jun 6, 2025
Merged
Changes from 2 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
59859d6
Google SSO for signup/sign-in
kimsauce Apr 9, 2025
a18974d
Merge branch 'main' into DOCS-718
kimsauce Apr 9, 2025
777a5c9
Update docs/get-started/sign-up.md
kimsauce Apr 9, 2025
d3ab7e2
Merge branch 'main' into DOCS-718
kimsauce Apr 14, 2025
d53ff8c
Google SSO signin/signup instructions. Correct login/signin-->sign in.
kimsauce Apr 14, 2025
a60e2c3
revert header
kimsauce Apr 14, 2025
abdbb2d
Changes per PM, plus release notes
kimsauce Apr 15, 2025
38e020a
Rename 2025-04-14-manage.md to 2025-04-15-manage.md
kimsauce Apr 15, 2025
7569ddb
Update blog-service/2025-04-15-manage.md
kimsauce Apr 15, 2025
719accc
Merge branch 'main' into DOCS-718
kimsauce Apr 15, 2025
e7665ac
Fix broken link
jpipkin1 Apr 15, 2025
d6a7202
added signup info
kimsauce Apr 17, 2025
3bf3240
Merge branch 'main' into DOCS-718
kimsauce Apr 17, 2025
fdb46dd
Merge branch 'main' into DOCS-718
kimsauce Apr 25, 2025
7cbf633
Update docs/get-started/sign-up.md
jpipkin1 Apr 25, 2025
250681b
Update docs/get-started/sign-up.md
jpipkin1 Apr 25, 2025
f74e4c3
Merge branch 'main' into DOCS-718
kimsauce Jun 6, 2025
262c02d
Merge branch 'main' into DOCS-718
kimsauce Jun 6, 2025
2cdaafa
Update docs/manage/security/saml/integrate-aws-sso.md
kimsauce Jun 6, 2025
d899d2b
Update docs/manage/security/saml/integrate-aws-sso.md
kimsauce Jun 6, 2025
84686fa
Update docs/manage/security/saml/set-up-saml.md
kimsauce Jun 6, 2025
553a117
Update docs/manage/security/saml/integrate-with-bitium.md
kimsauce Jun 6, 2025
7bad685
Update docs/manage/security/saml/integrate-aws-sso.md
kimsauce Jun 6, 2025
6e01b55
Update docs/manage/security/saml/integrate-sumo-with-azure-ad.md
kimsauce Jun 6, 2025
e4bf183
Update docs/manage/security/saml/integrate-aws-sso.md
kimsauce Jun 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 22 additions & 14 deletions docs/get-started/sign-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,37 @@ After your trial, your account will automatically convert to a [Free account](#u

## Sign up through Sumo Logic

To start your free trial:
To start your free trial, head to the [Sumo Logic Free Trial page](https://www.sumologic.com/sign-up) and register using either Google single sign-on (SSO) or your business email address.

1. Go to the [Sumo Logic Free Trial page](https://www.sumologic.com/sign-up).
1. Register with a business email address to create your account.
1. Check your inbox for the activation email and follow the steps below.
### Register using Google SSO

### Activate your account
1. Click **Continue with Google** and select your business Google account.
1. Fill out the **Complete Your Account** form, then click **Activate**.
1. Follow the setup guide to install a data collector and start ingesting data.

:::note
The activation link expires after 3 days. If it expires, you’ll need to complete the sign-up process again.
:::
### Register using your email address

1. Open the activation email and click **Activate Now**. (If you do not see it, check your spam and trash folders.)
1. Fill out the **Activate Your Account** form, then click **Activate**.
1. Click **Continue with email** and enter your business email address.
1. Check your inbox for an activation email and click **Activate Now**.
:::note
The activation link expires after 3 days. If it expires, you’ll need to complete the sign-up process again.
:::
1. Fill out the **Complete Your Account** form, then click **Activate**.
1. Follow the setup guide to install a data collector and start ingesting data.

## Sign in to Sumo Logic

After registering, you can sign in using your email address and password, your Google account, or an [identity provider](/docs/manage/security/saml).

<!-- same as https://github.com/SumoLogic/sumologic-documentation/pull/5174? -->

### Set up data collection

:::tip
Get started with Sumo Logic effortlessly using **Kickstart Data**, preloaded sample data and dashboards designed to help you explore and understand the platform’s capabilities. You can immediately dive into our features like log search and alerts prior to setting up your own data collection. Whether you're new to Sumo Logic or evaluating its features, Kickstart Data offers a hands-on way to experience the platform's power. [Learn more](/docs/get-started/quickstart/#getting-started-with-kickstart-data-in-your-trial).
:::

### Set up data collection

Upon first logging in, you'll be asked to select the platform (AWS, Kubernetes, Linux, Windows, macOS) from which you want to collect data. This will install the OpenTelemetry collector and relevant dashboards.
Here, you'll need to select the platform (AWS, Kubernetes, Linux, Windows, macOS) from which you want to collect data. This will install the OpenTelemetry collector and relevant dashboards.
* For AWS, you'll deploy a single account with a CloudFormation Template, CLI, or Terraform.
* For Kubernetes, Linux, Windows, or macOS, you'll need to run the provided command in your Terminal or PowerShell.

Expand Down Expand Up @@ -74,7 +82,7 @@ For information on plan types and pricing, see [Sumo Logic Pricing](https://www.

#### Essentials plans

Using our self-service checkout, you can sign up for a Sumo Logic Essentials plan in just minutes using a credit card—no need to interact with the sales team.
Using our self-service checkout, you can sign up for a Sumo Logic Essentials plan in just minutes using a credit card—no need to interact with the sales team.

- [Learn how to upgrade your plan with Credits account](/docs/manage/manage-subscription/upgrade-account/upgrade-credits-account).
- [Learn how to upgrade your plan with Flex account](/docs/manage/manage-subscription/upgrade-account/upgrade-sumo-logic-flex-account).
Expand Down
Loading