mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
docs: upgrade notes on allowed_users
by ID (#2133)
This commit is contained in:
parent
636b3d6846
commit
843c4b6fee
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ description: >-
|
||||||
### Programmatic login domain whitelist
|
### 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.
|
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
|
# Since 0.12.0
|
||||||
|
|
||||||
## New
|
## New
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue