From f802a366de5c8c02a49c612ffe08506e5a90dcb7 Mon Sep 17 00:00:00 2001 From: Thom Seddon Date: Thu, 7 May 2020 15:28:00 +0100 Subject: [PATCH] Add note on avoiding rules that might break redirect flow Tracked in #101 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 091b77a..a56cdac 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,8 @@ All options can be supplied in any of the following ways, in the following prece rule.oidc.rule = PathPrefix(`/github`) ``` + Note: It is possible to break your redirect flow with rules, please be careful not to create an `allow` rule that matches your redirect_uri unless you know what you're doing. This limitation is being tracked in in #101 and the behaviour will change in future releases. + ## Concepts ### User Restriction