From 0353a511423f9cadc1b06cda34b32e21fc7f75e7 Mon Sep 17 00:00:00 2001 From: Benjamin <1982589+tumbl3w33d@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:46:09 +0100 Subject: [PATCH] Add note about Authentik setup to README --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index 85c9fe5..fc19c82 100644 --- a/docs/README.md +++ b/docs/README.md @@ -167,3 +167,7 @@ skip_provider_button = true ## Troubleshooting If you encounter authentication issues, you can activate logging for the plugin classes by creating a logger in the Nexus administration section (`Support -> Logging -> Create Logger`), e.g. for the top level package `com.github.tumbl3w33d`. + +## Use with Authentic + +A user of the plugin [successfully configured their Authentik installation](https://github.com/tumbl3w33d/nexus-oauth2-proxy-plugin/issues/25#issuecomment-2563165385) in place of OAuth2 Proxy. While this setup is not being tested during development, it will probably work fine.