website/integrations/networking/hoop.dev/index.md
Hoop.dev is an access gateway for databases and servers with AI-powered automations that eliminate cumbersome access policies and break-glass workflows without compromising security.
The following placeholders are used in this guide:
hoop.company is the FQDN of the Hoop.dev installation.authentik.company is the FQDN of the authentik installation.:::info 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. :::
To support the integration of Hoop.dev with authentik, you need to create an application/provider pair in authentik.
Log in to authentik as an administrator and open the authentik Admin interface.
Navigate to Applications > Applications and click Create with Provider to create an application and provider pair. (Alternatively you can first create a provider separately, then create the application and connect it with the provider.)
Strict redirect URI to https://hoop.company/api/callback.Click Submit to save the new application and provider.
To support the integration of Hoop.dev with authentik, you must configure it to use authentik as its identity provider.
hoopgateway deployment or set corresponding environment variables with the Client ID, Client Secret, and slug values from the authentik provider created earlier:config:
AUTH_METHOD: "oidc"
IDP_CLIENT_ID: "<client_id_from_authentik>"
IDP_CLIENT_SECRET: "<client_secret_from_authentik>"
IDP_GROUPS_CLAIM: "groups"
IDP_ISSUER: "https://authentik.company/application/o/<application_slug>/"
hoopgateway service to apply the configuration changes.To confirm that authentik is properly configured with Hoop.dev, log in using the command below. Once authenticated, you should be signed into the Hoop.dev network.
hoop config create --api-url https://hoop.company
hoop login