From 6132afe4a336c48209e25938bb625560c386f9f6 Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Wed, 9 Nov 2022 22:23:32 -0600 Subject: [PATCH] docs: fix /frame/handler => /handler/frame typo Signed-off-by: Kyle Smith --- docs/auth/add-auth-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/add-auth-provider.md b/docs/auth/add-auth-provider.md index 01c18f04cd..a43e2307e6 100644 --- a/docs/auth/add-auth-provider.md +++ b/docs/auth/add-auth-provider.md @@ -49,7 +49,7 @@ the user to initiate a login. This login request is done to the `/start` endpoint which is handled by the `start` method. The `start` method re-directs to the external auth provider who authenticates -the request and re-directs the request to the `/frame/handler` endpoint, which +the request and re-directs the request to the `/handler/frame` endpoint, which is handled by the `frameHandler` method. The `frameHandler` returns an HTML response, containing a script that does a