Skip to content
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

User Tenants Relation Image Update #3302

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import RefreshTokenSettings from 'src/content/docs/get-started/core-concepts/_re
import PremiumPlanBlurb from 'src/content/docs/_shared/_premium-plan-blurb.astro';
import AdvancedPlanBlurb from 'src/content/docs/_shared/_advanced-plan-blurb.astro';
import Aside from 'src/components/Aside.astro';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';
import { YouTube } from '@astro-community/astro-embed-youtube';

## Overview
Expand All @@ -45,7 +44,7 @@ Here's a brief video covering some aspects of applications:

Below is a visual reminder of the relationships between FusionAuth's primary core concepts.

<Diagram active="Application" />
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-applications.png" alt="Diagram showing Applications used within FusionAuth" />

## Admin UI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import AdvancedPlanBlurb from 'src/content/docs/_shared/_advanced-plan-blurb.ast
import APIBlock from 'src/components/api/APIBlock.astro';
import APIField from 'src/components/api/APIField.astro';
import Breadcrumb from 'src/components/Breadcrumb.astro';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';
import GroupLimits from 'src/content/docs/get-started/core-concepts/_group-limits.md';
import InlineField from 'src/components/InlineField.astro';
import MembershipLambda from 'src/content/docs/extend/code/_membership-lambda.md';
Expand All @@ -25,7 +24,7 @@ The second reason you may use a Group is to manage Application Role assignment.

Below is a visual reminder of the relationships between FusionAuth's primary core concepts.

<Diagram active="Group" />
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-groups.png" alt="Diagram showing Groups used within FusionAuth" />

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ subcategory: core concepts
---
import RegistrationAttributes from 'src/content/docs/get-started/core-concepts/_registration_attributes.mdx';
import RegistrationsSelfService from 'src/content/docs/_shared/_registrations-self-service.mdx';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';

## Overview

Expand All @@ -23,7 +22,7 @@ If a User exists in a [tenant](/docs/get-started/core-concepts/roles) and attemp

Below is a visual reminder of the relationships between FusionAuth's primary core concepts.

<Diagram active="Registration" />
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-registrations.png" alt="Diagram showing Registrations used within FusionAuth" />

### Attributes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ subcategory: core concepts
import AvailableSince from 'src/components/api/AvailableSince.astro';
import RoleAttributes from 'src/content/docs/get-started/core-concepts/_role_attributes.mdx';
import Aside from 'src/components/Aside.astro';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';

## Overview

Expand Down Expand Up @@ -36,7 +35,7 @@ You can associate roles with [users](/docs/get-started/core-concepts/users) dire

Below is a visual reminder of the relationships between FusionAuth's primary core concepts.

<Diagram active="Role" />
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-roles.png" alt="Diagram showing Roles used within FusionAuth" />

## Role Attributes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import AdvancedPlanBlurb from 'src/content/docs/_shared/_advanced-plan-blurb.ast
import EnterprisePlanBlurbApi from 'src/content/docs/_shared/_enterprise-plan-blurb-api.astro';
import TenantWebhooksTable from 'src/content/docs/get-started/core-concepts/_tenant-webhooks-table.mdx';
import EnterprisePlanBlurb from 'src/content/docs/_shared/_enterprise-plan-blurb.astro';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';
import Icon from 'src/components/icon/Icon.astro';
import { YouTube } from '@astro-community/astro-embed-youtube';

Expand All @@ -43,7 +42,7 @@ Here's a brief video covering some aspects of tenants:

Below is a visual reminder of the relationships between FusionAuth's primary core concepts.

<Diagram active="Tenant" />
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-tenants.png" alt="Diagram showing Tenants used within FusionAuth" />

## Admin UI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import Aside from 'src/components/Aside.astro';
import LoginEvents from 'src/content/docs/_shared/_login_events.mdx';
import DataFieldDataTypeChanges from 'src/content/docs/_shared/_data-field-data-type-changes.mdx';
import CrossTenantUserAccess from 'src/content/docs/get-started/core-concepts/_cross-tenant-access.mdx';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';
import Icon from 'src/components/icon/Icon.astro';
import { YouTube } from '@astro-community/astro-embed-youtube';

Expand All @@ -31,7 +30,7 @@ Here's a brief video covering some aspects of users:

Below is a visual reminder of the relationships between FusionAuth's primary core concepts.

<Diagram active="User"/>
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-users.png" alt="Diagram showing Users used within FusionAuth" />

## Admin UI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ subcategory: manage users
---
import AddedRemovedDiagram from 'src/diagrams/docs/lifecycle/manage-users/_added-removed.astro';
import Aside from 'src/components/Aside.astro';
import Diagram from 'src/diagrams/docs/get-started/core-concepts/_users-tenants-relation.astro';
import Icon from 'src/components/icon/Icon.astro';
import InlineField from 'src/components/InlineField.astro';
import InlineUIElement from 'src/components/InlineUIElement.astro';
import {RemoteCode} from '@fusionauth/astro-components';
import { RemoteCode } from '@fusionauth/astro-components';
import ScrollRef from 'src/components/ScrollRef.astro';
import TemporalActionsDiagram from 'src/diagrams/docs/lifecycle/manage-users/_temporal-actions.astro';
import UserActionsSequenceDiagram from 'src/diagrams/docs/lifecycle/manage-users/_user-actions-sequence-diagram.astro';
Expand Down Expand Up @@ -52,7 +51,7 @@ If a temporal Action instance has ended, it is still considered active. Active r

Below is a visual reminder of the relationships between [Tenants&#44; Groups&#44; and Applications](/docs/get-started/core-concepts/).

<Diagram active="User" />
<img src="/img/docs/get-started/core-concepts/core-concepts-relationships-users.png" alt="Diagram showing Users used within FusionAuth" />
alex-fusionauth marked this conversation as resolved.
Show resolved Hide resolved

## Types of Actions and Their Purpose

Expand Down

This file was deleted.

Loading