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 <tana@goauthentik.com>
This commit is contained in:
@ -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).
|
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 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 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.
|
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
|
## Appearance
|
||||||
|
|
||||||
Applications are displayed to users when:
|
Applications are displayed to users when:
|
||||||
|
Reference in New Issue
Block a user