Skip to content

Commit

Permalink
auth_server_policy_rule clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
zlitberg committed Nov 2, 2022
1 parent b04cb3d commit 3d7bd51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/auth_server_policy_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following arguments are supported:

- `user_blacklist` - (Optional) Specifies a set of Users to be excluded.

- `group_whitelist` - (Optional) Specifies a set of Groups whose Users are to be included. Can be set to Group ID or to the following: "EVERYONE".
- `group_whitelist` - (Optional) Specifies a set of Groups whose Users are to be included. Can be set to Group ID or to the following: `"EVERYONE"`.

- `group_blacklist` - (Optional) Specifies a set of Groups whose Users are to be excluded.

Expand All @@ -60,11 +60,11 @@ The following arguments are supported:

- `scope_whitelist` - (Required) Scopes allowed for this policy rule. They can be whitelisted by name or all can be whitelisted with `"*"`.

- `access_token_lifetime_minutes` - (Optional) Lifetime of access token. Can be set to a value between 5 and 1440 minutes.
- `access_token_lifetime_minutes` - (Optional) Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`.

- `refresh_token_lifetime_minutes` - (Optional) Lifetime of refresh token.

- `refresh_token_window_minutes` - (Optional) Window in which a refresh token can be used. It can be a value between 5 and 2628000 (5 years) minutes.
- `refresh_token_window_minutes` - (Optional) Window in which a refresh token can be used. It can be a value between 5 and 2628000 (5 years) minutes. Default is `10080` (7 days).
`"refresh_token_window_minutes"` must be between `"access_token_lifetime_minutes"` and `"refresh_token_lifetime_minutes"`.

- `inline_hook_id` - (Optional) The ID of the inline token to trigger.
Expand Down

0 comments on commit 3d7bd51

Please sign in to comment.