Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.04 KB

authentik-new-service.md

File metadata and controls

29 lines (15 loc) · 1.04 KB

How to add a new service to authentik via docker lables and traefik middlewares

  1. First you need to add the label to the application in question
- traefik.http.routers.whoami.middlewares=authentik@docker
  1. Once you have added the label, you need to add the application to authentik. To do this you need to go to the admin interface of Authentik

image

authentik application

  1. Then you need to create a provider

image

  1. After you have created a provider and a application, then you will have to add the provider to the outpost

authentik outpost config

  1. Make sure it is selected in gray

  2. Try to log in

  3. Done