Skip to content

Commit

Permalink
tidyups
Browse files Browse the repository at this point in the history
  • Loading branch information
ddhodge committed Jul 17, 2024
1 parent 00d54ee commit 593447a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: indexpage

In addition to email-based accounts, you can use social logins or federated authentication via an external identity provider (IdP) to provide access to your YugabyteDB Aeon account.

The **Authentication** tab on the **Security** page displays options for configuring social logins and federated authentication.
To configure social logins and federated authentication, navigate to **Security > Access Control > Authentication**.

{{<index/block>}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: YugabyteDB Aeon Federated authentication
headerTitle: Federated authentication
linkTitle: Federated authentication
description: Use federated authentication for single sign on.
headContent: Use federated authentication for single sign on
description: Use federated authentication for single sign-on.
headContent: Single sign-on using an identity provider
menu:
preview_yugabyte-cloud:
identifier: federated-entra
Expand Down Expand Up @@ -42,7 +42,7 @@ Currently, YugabyteDB Aeon supports IdPs exclusively using the OIDC (OpenID Conn
</li>
</ul>

### Prerequisites
## Prerequisites

Before configuring federated authentication, be sure to allow pop-up requests from your IdP. While configuring federated authentication, the provider needs to confirm your identity in a new window.

Expand All @@ -57,7 +57,11 @@ To use Entra for your IdP, you need to register an application with Microsoft En

![Azure account types](/images/yb-cloud/managed-authentication-azure-account-types.png)

- Set the Redirect URI platform to Web, and the URI to `https://yugabyte-cloud.okta.com/oauth2/v1/authorize/callback`.
- Set the Redirect URI platform to Web, and the URI to the following:

```sh
https://yugabyte-cloud.okta.com/oauth2/v1/authorize/callback
```

Use your own Entra account to test the connection. For more information, refer to [Register an application with the Microsoft identity platform](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app) in the Microsoft documentation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: YugabyteDB Aeon Federated authentication
headerTitle: Federated authentication
linkTitle: Federated authentication
description: Use federated authentication for single sign on.
headContent: Use federated authentication for single sign on
description: Use federated authentication for single sign-on.
headContent: Single sign-on using an identity provider
menu:
preview_yugabyte-cloud:
identifier: federated-jump
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: YugabyteDB Aeon Federated authentication
headerTitle: Federated authentication
linkTitle: Federated authentication
description: Use federated authentication for single sign on.
headContent: Use federated authentication for single sign on
description: Use federated authentication for single sign-on.
headContent: Single sign-on using an identity provider
menu:
preview_yugabyte-cloud:
identifier: federated-okta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: YugabyteDB Aeon Federated authentication
headerTitle: Federated authentication
linkTitle: Federated authentication
description: Use federated authentication for single sign on.
headContent: Use federated authentication for single sign on
description: Use federated authentication for single sign-on.
headContent: Single sign-on using an identity provider
menu:
preview_yugabyte-cloud:
identifier: federated-ping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ The available social logins include Google, GitHub, and LinkedIn. All three are
To manage the social logins available to your account users, do the following:

1. Navigate to **Security > Access Control > Authentication**, and click **Edit Configuration** to display the **Login Methods** dialog.

![Social Login methods](/images/yb-cloud/managed-authentication-social.png)

1. Enable the social logins you want to use.
1. Click **Save Changes**.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 593447a

Please sign in to comment.