File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ method should be called when an anonymous user hits a page that requires authent
8
8
9
9
Multiple authenticators with shared entry point
10
10
-----------------------------------------------
11
+
11
12
Let's have an example of two authenticators: one based on login form, another one on facebook login.
12
13
Both authenticators entry points redirect user to the same login page.
13
14
However, in your configuration you have to explicitly say which entry point you want to use.
@@ -75,6 +76,7 @@ There is one limitation with this approach - you have to use exactly one entry p
75
76
76
77
Multiple authenticators with separate entry points
77
78
--------------------------------------------------
79
+
78
80
Let's now have an example of two different authenticators: one based on login form, another one on an API token.
79
81
When user hits secured area he should be redirected to the login page.
80
82
Also when user hits an API endpoint, he should get a relevant API response.
You can’t perform that action at this time.
0 commit comments