Add note on avoiding rules that might break redirect flow

Tracked in #101
This commit is contained in:
Thom Seddon 2020-05-07 15:28:00 +01:00
parent 07f9587bc1
commit f802a366de

View File

@ -311,6 +311,8 @@ All options can be supplied in any of the following ways, in the following prece
rule.oidc.rule = PathPrefix(`/github`) 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 ## Concepts
### User Restriction ### User Restriction