Skip to content

Commit

Permalink
Merge pull request #1091 from okta/docs_for_580
Browse files Browse the repository at this point in the history
Note `browser` type for SPA apps.
  • Loading branch information
monde authored May 6, 2022
2 parents 394b59a + 98cabca commit 68c54d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/app_oauth.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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}"`

Expand Down

0 comments on commit 68c54d4

Please sign in to comment.