Jafner.net/homelab/server/config/authentik
2022-07-08 23:30:26 -07:00
..
.env Disable TLS for SSL 2022-07-06 19:46:43 -07:00
docker-compose.yml Remove adminer 2022-07-06 18:28:51 -07:00
README.md Init partial OAuth provisioning docs 2022-07-08 23:30:26 -07:00

Add an OAuth2 Application

  1. Navigate to the Authentik Admin Interface. Open the Navigation pane and expand Applications. Click on Providers.
  2. Create a new provider with the following parameters:
Parameter Value
Provider type OAuth2/OpenID Provider
Name Name of new application (e.g. Grafana)
Authorization flow Authorize Application (default-provider-authorization-explicit-consent)
Client type Confidential
Client ID Copy this value for later use
Client Secret Copy this value for later use
Redirect URIs/Origins Leave blank
Signing Key authentik Self-signed Certificate (RSA)
  1. Leave Advanced protocol settings and Machine-to-Machine authentication settings as defaults. Save by clicking the Finish button.
  2. Navigate to Applications and create a new application with the following parameters:
Parameter Value
Name Name of new application (e.g. Grafana)
Slug URL-compliant version of name (e.g. grafana)
Group Leave empty
Provider Select the provider created in step 2
Policy engine mode ANY, any policy must match to grant access.
  1. Leave UI settings as default, save by clicking the Create button.
  2. Open the OAuth2 configuration settings in the new application