mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
doc/authentication: Mentioned incus.allowed_subnets claim
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
@@ -160,6 +160,9 @@ To add a remote pointing to an Incus server configured with OIDC authentication,
|
||||
You are then prompted to authenticate through your web browser, where you must confirm the device code that Incus uses.
|
||||
The Incus client then retrieves and stores the access and refresh tokens and provides those to Incus for all interactions.
|
||||
|
||||
Incus supports a custom OIDC claim of `incus.allowed_subnets`, if the claim is set,
|
||||
the user will only be allowed if connecting from an IP address that's part of one of the CIDR subnets listed in the claim.
|
||||
|
||||
```{important}
|
||||
Any user that authenticates through the configured OIDC Identity Provider gets full access to Incus.
|
||||
To restrict user access, you must also configure {ref}`authorization`.
|
||||
|
||||
Reference in New Issue
Block a user