website/integrations-all: convert authentik configuration to wizard (#13144)
* init * 6 more * tana... * quick reformat * welp only time for one change * wip * wip * wip * wip * wip * wip * wip * wip * Revert "wip" This reverts commit e71f0d22e3f093350e8d12eaad5e5c0f9d38253c. * wip * wip * wip * wip * wip * wip * wip * wip * wip * a
This commit is contained in:
		@ -21,20 +21,27 @@ The following placeholders are used in this guide:
 | 
			
		||||
This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application.
 | 
			
		||||
:::
 | 
			
		||||
 | 
			
		||||
Create an OAuth2/OpenID provider with the following parameters:
 | 
			
		||||
## authentik configuration
 | 
			
		||||
 | 
			
		||||
- **Client Type**: `Confidential`
 | 
			
		||||
- **Redirect URIs**: `https://guacamole.company/` (depending on your Tomcat setup, you might have to add `/guacamole/` if the application runs in a subfolder)
 | 
			
		||||
- **Scopes**: OpenID, Email, and Profile
 | 
			
		||||
To support the integration of Apache Guacamole with authentik, you need to create an application/provider pair in authentik.
 | 
			
		||||
 | 
			
		||||
Under **Advanced protocol settings**, set the following:
 | 
			
		||||
### Create an application and provider in authentik
 | 
			
		||||
 | 
			
		||||
- **Token validity**: Any value to configure how long the session should last. Guacamole will not accept any tokens valid longer than 300 Minutes.
 | 
			
		||||
- **Signing Key**: Set the key as `authentik Self-signed Certificate`
 | 
			
		||||
1. Log in to authentik as an admin, and open the authentik Admin interface.
 | 
			
		||||
2. Navigate to **Applications** > **Applications** and click **Create with Provider** to create an application and provider pair. (Alternatively you can create only an application, without a provider, by clicking **Create**.)
 | 
			
		||||
 | 
			
		||||
Note the Client ID value. Create an application, using the provider you've created above.
 | 
			
		||||
- **Application**: provide a descriptive name, an optional group for the type of application, the policy engine mode, and optional UI settings.
 | 
			
		||||
- **Choose a Provider type**: select **OAuth2/OpenID Connect** as the provider type.
 | 
			
		||||
- **Configure the Provider**: provide a name (or accept the auto-provided name), the authorization flow to use for this provider, and the following required configurations.
 | 
			
		||||
    - Note the **Client ID**,**Client Secret**, and **slug** values because they will be required later.
 | 
			
		||||
    - Set a `Strict` redirect URI to <kbd>https://<em>guacamole.company</em>/</kbd>. If you have configured [Apache Tomcat](https://tomcat.apache.org/) to run Apache Guacamole on a subpath, you will need to update this value accordingly.
 | 
			
		||||
    - Select any available signing key.
 | 
			
		||||
    - Note that Apache Guacamole does not support session tokens longer than 300 minutes (5 hours).
 | 
			
		||||
- **Configure Bindings** _(optional)_: you can create a [binding](/docs/add-secure-apps/flows-stages/bindings/) (policy, group, or user) to manage the listing and access to applications on a user's **My applications** page.
 | 
			
		||||
 | 
			
		||||
## Guacamole
 | 
			
		||||
3. Click **Submit** to save the new application and provider.
 | 
			
		||||
 | 
			
		||||
## Guacamole configuration
 | 
			
		||||
 | 
			
		||||
It is recommended you configure an admin account in Guacamole before setting up SSO to make things easier. Create a user in Guacamole using the username of your user in authentik and give them admin permissions. Without this, you might lose access to the Guacamole admin settings and have to revert the settings below.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user