From 09e6b80fd6392aae384767ca44ec6e67183a636d Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Fri, 15 Mar 2024 12:06:02 -0500 Subject: [PATCH] website/docs: add link to CRUD docs (#8925) * tweaks * add link to CRUD docs * format as Note * removed extraneous, unrelated file --------- Co-authored-by: Tana M Berry --- website/docs/applications/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/docs/applications/index.md b/website/docs/applications/index.md index 0860535ec3..7258251c26 100644 --- a/website/docs/applications/index.md +++ b/website/docs/applications/index.md @@ -7,12 +7,14 @@ Applications, as defined in authentik, are used to configure and separate the au When a user logs into authentik, they see a list of the applications for which authentik is configured to provide authentication and authorization (the applications that that they are authorized to use). -Applications are the "other half" of providers. They typically exist in a 1-to-1 relationship; each application needs a provider and every provider can be used with one application. - -Applications can, however, use specific, additional providers to augment the functionality of the main provider. For more information, see [Backchannel providers](./manage_apps.md#backchannel-providers). +Applications are the "other half" of providers. They typically exist in a 1-to-1 relationship; each application needs a provider and every provider can be used with one application. Applications can, however, use specific, additional providers to augment the functionality of the main provider. For more information, see [Backchannel providers](./manage_apps.md#backchannel-providers). Furthermore, the [RAC (Remote Access Control)](../providers/rac/index.md) feature uses a single application and a single provider, but multiple "endpoints". An endpoint defines each remote machine. +:::info +For information about creating and managing applications, refer to [Manage applications](./manage_apps.md). +::: + ## Appearance Applications are displayed to users when: