Skip to content

Commit

Permalink
docs: upgrade notes on allowed_users by ID (pomerium#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth committed Apr 27, 2021
1 parent 636b3d6 commit 843c4b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ description: >-
### Programmatic login domain whitelist

Programmatic login now restricts the allowed redirect URL domains. By default this is set to `localhost`, but can be changed via the `programmatic_redirect_domain_whitelist` option.

### `allowed_users` ID format

When specifying `allowed_users` by ID, the identity provider is no longer part of the ID format. This does not impact users specified by e-mail.

To update your policies for v0.14, please remove any identity provider prefix. Example: `okta/00usi7mc8XC8SwFxT4x6` becomes `00usi7mc8XC8SwFxT4x6`.
# Since 0.12.0

## New
Expand Down

0 comments on commit 843c4b6

Please sign in to comment.