From 98cabca356cfd4006b338da677f0f7c41486c305 Mon Sep 17 00:00:00 2001 From: Mike Mondragon Date: Fri, 6 May 2022 10:35:14 -0700 Subject: [PATCH] Note `browser` type for SPA apps. Closes #580 --- website/docs/r/app_oauth.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/app_oauth.html.markdown b/website/docs/r/app_oauth.html.markdown index 46e2697f2..0ace9cf5a 100644 --- a/website/docs/r/app_oauth.html.markdown +++ b/website/docs/r/app_oauth.html.markdown @@ -135,7 +135,7 @@ Valid values: `"CUSTOM_URL"`,`"ORG_URL"` or `"DYNAMIC"`. Default is `"ORG_URL"`. - `tos_uri` - (Optional) URI to web page providing client tos (terms of service). -- `type` - (Required) The type of OAuth application. Valid values: `"web"`, `"native"`, `"browser"`, `"service"`. +- `type` - (Required) The type of OAuth application. Valid values: `"web"`, `"native"`, `"browser"`, `"service"`. For SPA apps use `browser`. - `user_name_template` - (Optional) Username template. Default: `"${source.login}"`